summaryrefslogtreecommitdiff
path: root/doc/misc/org.org
AgeCommit message (Collapse)Author
2026-05-13doc: Remove long obsolete references to `package-initialize`Stefan Monnier
Since Emacs-27, `package-initialize` is for internal use only, and callers should either call `package-activate-all` instead (cheaper and faster) or do nothing at all (because the other functions should trigger the needed initialization automatically as needed). * doc/lispref/package.texi (Packaging Basics): Delete `package-initialize`. * doc/misc/eglot.texi (Reporting bugs): Don't recommend using `package-initialize`. * doc/misc/org.org (Using Emacs packaging system): Simplify the command line since both `(require 'package)` and `(package-initialize)` are redundant here.
2026-04-29; Spelling fixes.Paul Eggert
2026-04-05Update to Org 9.8.1Kyle Meyer
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-03; Don't use HTTPS in HTTP-specific exampleStefan Kangas
* doc/misc/org.org (External Links): Change HTTP example to use HTTP. Changing it to HTTPS has been done before, but it's a mistake. To avoid making this mistake again, change the URL to orgmode.org to make it more similar to the example on the next line, thereby contrasting the two.
2025-01-26; Prefer HTTPS to HTTP in docsStefan Kangas
* doc/emacs/android.texi (Android Software): * doc/lispref/frames.texi (X Selections): * doc/misc/cc-mode.texi (Custom Filling and Breaking): * doc/misc/efaq.texi (Basic editing): * doc/misc/gnus.texi (Propagating marks, Spam Statistics Package): * doc/misc/org.org (External Links, Images in HTML export) (LaTeX Export, LaTeX math snippets): Prefer HTTPS to HTTP. Fix or mark some broken links while we're at it.
2025-01-02Fix copyright years by handStefan Kangas
These are dates that admin/update-copyright did not update.
2024-09-02Update FSF's addressStefan Kangas
* doc/emacs/emacs.texi (Distrib): * doc/lispintro/emacs-lisp-intro.texi: * doc/lispref/elisp.texi: * doc/misc/org.org (Link Abbreviations): * etc/tutorials/TUTORIAL.eo: * lisp/elide-head.el: * lisp/textmodes/page-ext.el: Update the FSF address to 31 Milk Street.
2024-07-25Standardize possessive apostrophe usage in manuals, docs, and commentsStefan Kangas
See the note in admin/notes/documentation. Ref: https://lists.gnu.org/r/emacs-devel/2012-02/msg00649.html
2024-07-21; Fix punctuation in docsStefan Kangas
2024-07-18; Fix typosStefan Kangas
2024-06-27Update to Org 9.7.5-9-ga091caKyle Meyer
2024-06-16; Fix typosStefan Kangas
2024-06-09Update to Org 9.7.3Kyle Meyer
2024-03-03Revert "ox-texinfo:: Require only TEXINFO_DIR_CATEGORY"Stefan Monnier
This reverts commit 5254c582efb3e7171e955dde653e7530d2d3ffef.
2024-03-03ox-texinfo:: Require only TEXINFO_DIR_CATEGORYStefan Monnier
Until now @dircategory/@direntry entries were added only if both TEXINFO_DIR_CATEGORY and TEXINFO_DIR_TITLE were set. And the setting of TEXINFO_DIR_TITLE had to be careful to provide exactly the right syntax. This patch changes various things in this regard: - Only require TEXINFO_DIR_CATEGORY in order to generate `@dircategory` and `@direntry`. - Use the document title by default if TEXINFO_DIR_DESC is missing. - Use the filename by default when TEXINFO_DIR_TITLE is missing. - Try and make it harder to provide a direntry that does not have the right format or refers to a different filename than the one we're outputting to. * lisp/org/ox-texinfo.el: Remove redundant `:group` arguments. Prefer #' to quote function names. (org-texinfo-template): Use sane defaults for `@direntry`. * doc/misc/org.org (Texinfo specific export settings): Adjust accordingly.
2024-01-02Merge from savannah/emacs-29Po Lu
dc4e6b13296 ; Update copyright years in more files 64b37776318 ; Run set-copyright from admin.el 8e1c56ae467 ; Add 2024 to copyright years # Conflicts: # doc/misc/modus-themes.org # doc/misc/texinfo.tex # etc/NEWS # etc/refcards/ru-refcard.tex # etc/themes/modus-operandi-theme.el # etc/themes/modus-themes.el # etc/themes/modus-vivendi-theme.el # lib/alloca.in.h # lib/binary-io.h # lib/c-ctype.h # lib/c-strcasecmp.c # lib/c-strncasecmp.c # lib/careadlinkat.c # lib/cloexec.c # lib/close-stream.c # lib/diffseq.h # lib/dup2.c # lib/filemode.h # lib/fpending.c # lib/fpending.h # lib/fsusage.c # lib/getgroups.c # lib/getloadavg.c # lib/gettext.h # lib/gettime.c # lib/gettimeofday.c # lib/group-member.c # lib/malloc.c # lib/md5-stream.c # lib/md5.c # lib/md5.h # lib/memmem.c # lib/memrchr.c # lib/nanosleep.c # lib/save-cwd.h # lib/sha1.c # lib/sig2str.c # lib/stdlib.in.h # lib/strtoimax.c # lib/strtol.c # lib/strtoll.c # lib/time_r.c # lib/xalloc-oversized.h # lisp/auth-source-pass.el # lisp/emacs-lisp/lisp-mnt.el # lisp/emacs-lisp/timer.el # lisp/info-look.el # lisp/jit-lock.el # lisp/loadhist.el # lisp/mail/rmail.el # lisp/net/ntlm.el # lisp/net/webjump.el # lisp/progmodes/asm-mode.el # lisp/progmodes/project.el # lisp/progmodes/sh-script.el # lisp/textmodes/flyspell.el # lisp/textmodes/reftex-toc.el # lisp/textmodes/reftex.el # lisp/textmodes/tex-mode.el # lisp/url/url-gw.el # m4/alloca.m4 # m4/clock_time.m4 # m4/d-type.m4 # m4/dirent_h.m4 # m4/dup2.m4 # m4/euidaccess.m4 # m4/fchmodat.m4 # m4/filemode.m4 # m4/fsusage.m4 # m4/getgroups.m4 # m4/getloadavg.m4 # m4/getrandom.m4 # m4/gettime.m4 # m4/gettimeofday.m4 # m4/gnulib-common.m4 # m4/group-member.m4 # m4/inttypes.m4 # m4/malloc.m4 # m4/manywarnings.m4 # m4/mempcpy.m4 # m4/memrchr.m4 # m4/mkostemp.m4 # m4/mktime.m4 # m4/nproc.m4 # m4/nstrftime.m4 # m4/pathmax.m4 # m4/pipe2.m4 # m4/pselect.m4 # m4/pthread_sigmask.m4 # m4/readlink.m4 # m4/realloc.m4 # m4/sig2str.m4 # m4/ssize_t.m4 # m4/stat-time.m4 # m4/stddef_h.m4 # m4/stdint.m4 # m4/stdio_h.m4 # m4/stdlib_h.m4 # m4/stpcpy.m4 # m4/strnlen.m4 # m4/strtoimax.m4 # m4/strtoll.m4 # m4/time_h.m4 # m4/timegm.m4 # m4/timer_time.m4 # m4/timespec.m4 # m4/unistd_h.m4 # m4/warnings.m4 # nt/configure.bat # nt/preprep.c # test/lisp/register-tests.el
2024-01-02Merge from origin/emacs-29Po Lu
3204825f560 Fix mangled Subject header field when forwarding (Bug#67360) 7591acfe38e Update to Org 9.6.15 240b4594f11 ; * etc/TODO: Add an item about 'Info-hide-note-references'. 01be4fe39d7 * doc/emacs/custom.texi (Modifier Keys): Fix markup (bug#... 55555a6a0d1 org-protocol: Minor copy-edits to Commentary 4696869d3d5 Improve syntax highlighting for python-ts-mode
2024-01-02; Add 2024 to copyright yearsPo Lu
2024-01-01Update to Org 9.6.15Kyle Meyer
2023-11-11Merge from origin/emacs-29Eli Zaretskii
ce0ebb91f25 Improve documentation of read syntax and printed represen... 81f84b00a5d ; * doc/lispref/modes.texi (Other Font Lock Variables): A... 434592b0746 ; * lisp/dired.el (dired-use-ls-dired): Doc fix (bug#67053). fe000236cf2 Improve documentation of signaling errors in batch mode 103ca678ac1 Fix treesit-simple-indent-presets docstring (bug#67007) b7871cefe7b Prevent an infinite loop in todo-mode (bug#66994) fa8cc4c9ee2 Fix cmake-ts-mode indentation (Bug#66845) 5bdc61bc0ef Update to Org 9.6.11 18e2de1bec9 ; * lisp/bindings.el (right-word, left-word): Doc fix. 4f0fc3bfda3 ; Document core input events problems with XInput2
2023-11-05Update to Org 9.6.11Kyle Meyer
2023-09-17; Grammar fixes ("allow to" et al)Stefan Kangas
Ref: https://lists.gnu.org/r/emacs-devel/2016-01/msg01598.html https://lists.gnu.org/r/emacs-devel/2016-01/msg01465.html
2023-08-04; Fix http/https thinko in org manualStefan Kangas
* doc/misc/org.org (External Links): Change an HTTPS link back to HTTP, as it's used as an example to show the supported protocols. Ref: https://lists.gnu.org/r/emacs-devel/2023-08/msg00018.html
2023-08-02; Prefer HTTPS to HTTP in more linksStefan Kangas
2023-07-30Update to Org 9.6.7-5-gd1d0c3Kyle Meyer
2023-04-16Update to Org 9.6.4-2-g0f6ae7Kyle Meyer
2023-03-05Update to Org 9.6.1-40-g3d817cKyle Meyer
2023-02-12Update to Org 9.6.1-31-gaf1bb1Kyle Meyer
2023-01-22Update to Org 9.6.1-16-ge37e9bKyle Meyer
2023-01-07Update to Org 9.6-90-ga6523fKyle Meyer
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-17Update to Org 9.6-49-g47d129Kyle Meyer
2022-12-10Update to Org 9.6-31-g954a95Kyle Meyer
2022-11-30; Fix typosStefan Kangas
2022-11-29Update to Org 9.6-3-ga4d38eKyle Meyer
2022-11-20; Fix typosStefan Kangas
2022-10-15; Prefer HTTPS to HTTP in many URLsStefan Kangas
2022-10-15Delete broken link to Network Theory Ltd.Stefan Kangas
Sadly, their website has been down for several months already. I was unable to find a new link, but it seems like they haven't published anything new for over a decade. * doc/misc/org.org (Summary): Remove broken link to Network Theory Ltd.
2022-09-16Merge from origin/emacs-28Stefan Kangas
f232d989fd Improve HTML export of NEWS file 397890ba77 Delete "etc/NEWS*.html" from .gitignore 70ca5f6524 ; * etc/NEWS: Fix typos. 19de241a7d Recommend NonGNU ELPA over MELPA f25f9dbf30 Minor doc fixes in picture.el 520b041b54 * lisp/textmodes/page-ext.el: Improve Commentary. # Conflicts: # etc/NEWS
2022-09-16Recommend NonGNU ELPA over MELPAStefan Kangas
* doc/misc/org.org (Using CDLaTeX to enter math, Footnotes): Recommend NonGNU ELPA over MELPA.
2022-07-14Merge from origin/emacs-28Stefan Kangas
5e47ec9511 ; * lisp/url/url-http.el (url-http-parse-headers): Fix typo. ba0871bef1 ; Fix typos: prefer American spelling e3e7f31faa Adapt Tramp doc # Conflicts: # etc/NEWS # etc/themes/modus-themes.el # lisp/emacs-lisp/byte-opt.el # test/lisp/so-long-tests/spelling-tests.el
2022-07-13; Fix typos: prefer American spellingStefan Kangas
2022-07-09Drop support for the dead third-party w3 packageStefan Kangas
The w3 package was removed from GNU ELPA in 2020 as it doesn't run on a recent Emacs, and development had stopped over a decade before that. If anyone wants to revive the w3 package, they should look this all over, but it doesn't make sense for us to maintain this support code. Ref: https://debbugs.gnu.org/25395 * lisp/net/browse-url.el (browse-url-w3): Make obsolete. (browse-url--browser-defcustom-type) (browse-url-default-browser): * lisp/ffap.el (ffap-url-at-point, ffap-file-at-point): * lisp/net/newst-plainview.el (newsticker--buffer-do-insert-text): * lisp/net/newst-reader.el (newsticker-html-renderer) (newsticker-show-news): * lisp/net/newst-treeview.el (newsticker--treeview-render-text): * lisp/org/ol.el (org-store-link): * lisp/url/url.el (url-retrieve): Remove w3 support code and related documentation and comments. (Bug#56435) * test/lisp/net/browse-url-tests.el (browse-url-tests-browser-kind): Adjust test for above changes. * etc/TODO: Remove TODO to install W3. * doc/misc/org.org (Handling Links): Don't mention W3. * lisp/msb.el (msb--few-menus, msb--very-many-menus): Check for eww-mode instead of w3-mode.
2022-06-24Avoid treating number as an enum in the org manualStefan Kangas
* doc/misc/org.org (The Agenda Dispatcher): Avoid treating number as enum.
2022-06-08* doc/misc/org.org: Remove spurious markup.Stefan Kangas
2022-04-17Update to Org 9.5.2-38-g682ccdKyle Meyer
2022-01-01; Copyright year fixesGlenn Morris
2021-12-04Update to Org 9.5.1-15-gdb4805Kyle Meyer
2021-11-27Update to Org 9.5.1-11-g96d91bKyle Meyer