- 25 Jan, 2021 9 commits
-
-
Kyle Meyer authored
-
Basile Pesin authored
* ox-latex.el (org-latex-listings-langs): Change the binding for `ocaml' to "[Objective]Caml" The "[Objective]Caml" dialect syntax highlighting is different from the "Caml" one (reflecting the added features of OCaml compared to Caml-light). TINYCHANGE
-
Stefan Kangas authored
* mk/org-fixup.el (org-make-org-version): Add lexical-binding cookie to autogenerated files. * lisp/org-install.el: Use lexical-binding.
-
Kyle Meyer authored
-
Tara Lorenz authored
* ox-latex.el (org-latex-export-to-pdf): The documentation for `org-latex-pdf-process' states that "%bib" will be expanded into the current binding of `org-latex-bibtex-compiler'. However, the `org-latex-export-to-pdf', where the expansion takes place, expects "%bibtex" instead. This fix will accept "%bib" as well as "%bibtex" as markers for `org-latex-bib-compiler'. This fixes a regression from f6187dec (ox-latex: Small refactor, 2015-09-13). TINYCHANGE
-
Kyle Meyer authored
* testing/lisp/test-org-macs.el (test-org-matcher-time): Add tests. This includes of a test for the missing hour modifier added in the previous commit.
-
Daniel Gröber authored
* lisp/org-macs.el (org-matcher-time): Handle hour ("h") time stamp modifier. * doc/org-manual.org (The date/time prompt): Document hour modifier. This adds support for date expressions such as +12h to org-matcher-time. The regexp this function uses to parse such relative expressions already includes the "h" character but doesn't actually handle that case. AFAICT org-mode commit ec921a2a ("Support hourly repeat cookies") neglected to add support here. TINYCHANGE
-
Kyle Meyer authored
-
stardiviner authored
* contrib/lisp/org-contacts.el (org-contacts-link-open): Display the searched contacts file buffer.
-
- 22 Jan, 2021 1 commit
-
-
Turbo Cafe authored
* lisp/ox-md.el (org-md-link): Format markdown hyperlink from radio target. TINYCHANGE
-
- 21 Jan, 2021 2 commits
-
-
TEC authored
* lisp/ox-html.el (org-html-meta-tags): Introduce this as a new option which can be modified to set the meta tags added in HTML exports. (org-html--build-meta-info): Make use of `org-html-meta-tags' instead of hardcoded meta tags. This is leveraging the earlier restructuring of `org-html--build-meta-info' into a much DRYer form, such that this modification has a negligible impact on complexity and readability.
-
TEC authored
* lisp/ox-html.el (org-html--build-meta-info): Multi-line repeated structure extracted to new function `org-html--build-meta-entry'. The keyword value formatting is changed from `org-export-data' to `org-html-encode-plain-text' to avoid potentially nesting HTML tags in meta tags and the <title> element, which would violate W3C.
-
- 16 Jan, 2021 2 commits
-
-
Ian Martins authored
lisp/ob-java.el: Allow source block headers to override the java compiler or runtime commands. Currently the java compiler and runtime commands are customizable, but cannot be overridden locally in source block hearders. ob-python allows overriding the runtime command and I've found it to be useful. This does the same for ob-java.
-
John Herrlin authored
* lisp/ob-java.el (org-babel-java--imports-re): Include static imports in Java import regex. TINYCHANGE
-
- 14 Jan, 2021 5 commits
-
-
tbanelwebmin@free.fr authored
* lisp/ob-C.el (org-babel-C-utility-header-to-C): Add declaration of strcmp() for C and C++. * testing/examples/ob-C-test.org (Simple tests): Remove a spurious \n new line.
-
Kyle Meyer authored
-
TRS-80 authored
* org-footnote.el (org-footnote-create-definition): Replace `forward-line' with `org-end-of-meta-data' to skip over any properties and/or drawers that may be present on the `org-footnote-section' heading (default "Footnotes"). TINYCHANGE
-
stardiviner authored
* lisp/org.el (org-fast-tag-selection): Merge buffer local tags with global alist of tags. And it obeys the option org-complete-tags-always-offer-all-agenda-tags. * doc/org-manual.org: Update the TAB key doc in tags selection UI. * etc/ORG-NEWS: Mention the change in org-set-tags-command.
-
Christian Garbs authored
* testing/lisp/test-org-archive.el (test-org-archive/datetree): Fix test for locales that don't use English weekday names.
-
- 10 Jan, 2021 1 commit
-
-
Ihor Radchenko authored
-
- 07 Jan, 2021 3 commits
-
-
Kyle Meyer authored
-
Kyle Meyer authored
* lisp/org-compat.el (org-copy): Move from org-refile.el. * lisp/org-refile.el (org-copy): Move to org-compat.el. Suggested-by:
Marco Wahl <marcowahlsoft@gmail.com> Ref: https://orgmode.org/list/87o8i2cpb2.fsf@gmail.com
-
Stefan Monnier authored
* lisp/org-refile.el (org-copy): Fix missing obsoletion version. 5ada3eecec79703a84e2f2c38cae16ef4b2600cc Stefan Monnier Thu Dec 17 18:21:47 2020 -0500
-
- 05 Jan, 2021 5 commits
-
-
Nicolas Goaziou authored
-
Nicolas Goaziou authored
* lisp/org-element.el (org-element--current-element): Properly parse table.el tables ending at limit. Reported-by:
Kaushal Modi <kaushal.modi@gmail.com> <http://lists.gnu.org/r/emacs-orgmode/2021-01/msg00067.html>
-
stardiviner authored
* contrib/lisp/org-contacts.el (org-contacts-link-store): Fix org-store-link return incorrect link without link type prefix.
-
David Florness authored
* org-contacts.el (org-contacts-link-store): Use `bound-and-true-p' to check the truthiness of org-id-link-to-org-use-id, which may or may not be bound depending on whether org-id has been loaded. This simplifies the code.
-
Kyle Meyer authored
* lisp/ol.el (org-store-link): Use completing-read's DEF argument rather than INITIAL-INPUT, which is discouraged (see Elisp manual) and may hide the other choices depending on the completion framework. Reported-by:
John Kitchin <jkitchin@andrew.cmu.edu> Ref: https://orgmode.org/list/CAJ51ETqO9A8mE0W3pgU2cFzaZsESdYXAV0X-8veY+_V9AwPHdQ@mail.gmail.com
-
- 04 Jan, 2021 3 commits
-
-
David Florness authored
Fixes bug introduced in 6b83c6e4 that made org-contacts-anniversaries error if org-id was not loaded.
-
Kyle Meyer authored
-
Kyle Meyer authored
* lisp/org-duration.el (org-duration-units): Guard against recursive load error when org-duration-units is set via the Customize interface before org-duration is loaded. This follows the same approach used by erc-nickserv-identify-mode in the Emacs repository. Reported-by:
Mario Bourgoin <m.bourgoin@gmail.com> Ref: https://orgmode.org/list/CAM0Tqh+u+L+UgZizJrH+a+W7Lo1stPJgTsRABxD3HobOnOCrNA@mail.gmail.com
-
- 03 Jan, 2021 2 commits
-
-
stardiviner authored
* contrib/lisp/org-contacts.el (org-contacts-get-icon): replace obsolete alias `loop' with `cl-loop'.
-
stardiviner authored
* contrib/lisp/org-contacts.el: Add usage comments.
-
- 01 Jan, 2021 2 commits
-
-
Kyle Meyer authored
-
Kyle Meyer authored
-
- 24 Dec, 2020 1 commit
-
-
TEC authored
* lisp/org-plot.el (org--plot/values-stats): Replace `log10' with `log'. (org--plot/nice-frequency-pick): Replace obsolete `case' with `cl-case`. (org--plot/radar): Replace `s-join' with `mapconcat', removing the implicit dependency on s.el. (org-plot/gnuplot-script): Remove unused let bindings. (org-plot/gnuplot-script): Replace free variable reference with expression only using given variables.
-
- 23 Dec, 2020 4 commits
-
-
Kyle Meyer authored
de6d9022 (org-attach: Consider inlinetasks when calculating attach dir, 2020-12-17) introduced a call to org-inlinetask-goto-beginning and org-inlinetask-in-task-p, each behind a featurep guard.
-
Kyle Meyer authored
* lisp/org-plot.el (org-plot/gnuplot): Make recently introduced pcase call compatible with Emacs 24.
-
Kyle Meyer authored
-
Kyle Meyer authored
Despite .dir-locals.el having a catchall value of t for indent-tabs-mode, Org's Elisp files are a mix of tabs and spaces. Emacs has used a value of nil for indent-tabs-mode since 93d4412046 (Set indent-tabs-mode to nil in (most) Elisp sources, 2015-04-15). Do the same. Ref: https://orgmode.org/list/87eejsg9vw.fsf@gnu.org
-