- 02 Apr, 2019 1 commit
-
-
Bastien authored
-
- 27 Mar, 2019 1 commit
-
-
Nicolas Goaziou authored
* doc/org-manual.org (Agenda Views): Fix count.
-
- 25 Mar, 2019 2 commits
-
-
Paul Eggert authored
* lisp/org-datetree.el (org-datetree--find-create): * lisp/org-pcomplete.el (org-thing-at-point): Fix regular expression and similar syntax. More minor regex cleanup e14c0d748efe35afc653151ff18c4dd93dcc456e Paul Eggert Tue Mar 19 18:47:53 2019 -0700
-
Paul Eggert authored
* lisp/org.el (org-increase-number-at-point) (org-fill-line-break-nobreak-p): Fix regular expression typos. Fix more regular expression typos bc2a93d5b7c3d749b31927452e31b32bdb1b9108 Paul Eggert Mon Mar 18 17:02:29 2019 -0700
-
- 21 Mar, 2019 2 commits
-
-
Nicolas Goaziou authored
* lisp/org-colview.el (org-columns-hscroll-title): Fix out of range error when hscroll is greater than header.
-
Sebastian Miele authored
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes: > Could you provide a commit message for your patch? * lisp/ob-core.el (org-babel-make-language-alias): Add edit-prep to the list of defalias'ed functions.
-
- 18 Mar, 2019 3 commits
-
-
Mattias Engdegård authored
* lisp/ob-abc.el (org-babel-expand-body:abc, org-babel-execute:abc): * lisp/ob-forth.el (org-babel-forth-session-execute): Add backslash in regexp for correctness. * lisp/org-list.el (org-plain-list-ordered-item-terminator): Add backslash in doc comment so that it appears as intended. Fix some ineffective backslashes in string literals 8832cc5f91a420db6bea65f381a3fb3597eb7523 Mattias Engdegård Sat Mar 16 11:38:58 2019 -0700
-
Paul Eggert authored
* lisp/org-agenda.el (org-agenda): * lisp/org-clock.el (org-clock-out, org-clock-display): * lisp/org.el (org-refile): Don’t trust arbitrary strings to not contain "%" or "`" in (message (concat STRING1 STRING2 ...)). Be safer about "%" in message formats 3739d51ef3b935b30e40ba4534fe362bc685865f Paul Eggert Thu Mar 7 09:05:56 2019 -0800
-
Paul Eggert authored
* lisp/ob-core.el (org-babel-string-read): * lisp/org-agenda.el: (org-agenda-add-entry-to-org-agenda-diary-file): * lisp/org-element.el (org-element-keyword-parser): * lisp/org-list.el (org-list-indent-item-generic): * lisp/org-mhe.el (org-mhe-get-message-folder-from-index): * lisp/org-mobile.el (org-mobile-apply): * lisp/org-mouse.el (org-mouse-context-menu): * lisp/org-plot.el (org-plot/gnuplot): * lisp/org-protocol.el (org-protocol-flatten-greedy): * lisp/org-table.el (org-table-copy-down) (org-table-formula-make-cmp-string) (org-table-get-stored-formulas, org-table-recalculate) (org-table-edit-formulas): * lisp/org.el (org-translate-link-from-planner) (org-fill-line-break-nobreak-p): * lisp/ox-ascii.el (org-ascii-item): * lisp/ox-latex.el (org-latex-clean-invalid-line-breaks): * lisp/ox.el (org-export-expand-include-keyword): Fix regular-expression infelicities and typos. Fix regular-expression glitches and typos 3c94c7bc02fcacb4a101188dddb0c44d53444178 Paul Eggert Mon Mar 4 18:00:58 2019 -0800 More regexp corrections and tweaks db9c924d3d53f46846ad8fd74a5d08f4586a520e Paul Eggert Fri Mar 8 09:09:40 2019 -0800 Note(km): These two commits are ported together because, with respect to Org files, db9c924d3 is a fix of an error from 3c94c7bc0.
-
- 14 Mar, 2019 1 commit
-
-
Nicolas Goaziou authored
* lisp/org-lint.el (org-lint-non-existent-setupfile-parameter): Do not warn when setup file is a URL. * testing/lisp/test-org-lint.el (test-org-lint/non-existent-setupfile-parameter): Add test. Reported-by:
Dominik Schrempf <dominik.schrempf@gmail.com> <http://lists.gnu.org/r/emacs-orgmode/2019-03/msg00169.html>
-
- 13 Mar, 2019 2 commits
-
-
Nicolas Goaziou authored
* lisp/ox-texinfo.el (org-texinfo-center-block): Add missing support.
-
Nicolas Goaziou authored
* lisp/ox-texinfo.el (org-texinfo-plain-list): Support counter in the first item of the list. Mid-list counters are not supported, per Texinfo limitation.
-
- 10 Mar, 2019 6 commits
-
-
Nicolas Goaziou authored
* lisp/org-clock.el (org-dblock-write:clocktable): Test every scope combination before trying to call a function. Reported-by:
Nikolay Kudryavtsev <nikolay.kudryavtsev@gmail.com> <http://lists.gnu.org/r/emacs-orgmode/2019-03/msg00034.html>
-
Nicolas Goaziou authored
* lisp/org-table.el (org-table-separator-space): Use :relative-width so that space obeys to text scale. Reported-by:
Vadim Zaliva <lord@crocodile.org> <http://lists.gnu.org/r/emacs-orgmode/2019-03/msg00079.html>
-
Pierre Téchoueyres authored
* testing/lisp/test-org-protocol.el (test-org-protocol/org-protocol-parse-parameters): Add test for the commit e0bfdec2 which un-escape extracted link as it is url-encoded externally.
-
Nicolas Goaziou authored
* doc/org-manual.org (A LaTeX example of radio tables): Fix footnote number.
-
memeplex authored
* lisp/org-agenda.el (org-cmp-alpha): (org-cmp-tag): Don't favor a particular ordering when both lhs and rhs are nil.
-
Nicolas Goaziou authored
* doc/org-manual.org (The clock table): Clarify boolean values. Reported-by:
Nikolay Kudryavtsev <nikolay.kudryavtsev@gmail.com> <http://lists.gnu.org/r/emacs-orgmode/2019-03/msg00108.html>
-
- 09 Mar, 2019 3 commits
-
-
Nicolas Goaziou authored
* lisp/org-protocol.el (org-protocol-parse-parameters): Un-escape extracted link as it is url-encoded externally. Reported-by:
Pierre Téchoueyres <pierre.techoueyres@free.fr> <http://lists.gnu.org/r/emacs-orgmode/2019-03/msg00081.html>
-
Nicolas Goaziou authored
* lisp/org-archive.el (org-archive-subtree): Fix typo.
-
memeplex authored
* lisp/org.el (org-todo): check if org-string-nw-p instead of non nil.
-
- 04 Mar, 2019 5 commits
-
-
Nicolas Goaziou authored
* lisp/org-clock.el (org-clock-clocktable-default-properties): Remove :scope. The :scope value is handled specially in `org-clock-report'. Setting it here would override the special mechanism there. Reported-by:
Nikolay Kudryavtsev <nikolay.kudryavtsev@gmail.com> <http://lists.gnu.org/r/emacs-orgmode/2019-03/msg00034.html>
-
Paul Eggert authored
* lisp/org-clock.el (org-clock-out): * lisp/org.el (org-evaluate-time-range): Avoid double-rounding of time-related values. Simplify. * lisp/org-clock.el (org-resolve-clocks-if-idle): Use time-since instead of open-coding most of it. * lisp/org-agenda.el (org-agenda-show-clocking-issues): * lisp/org-capture.el (org-capture-set-target-location): * lisp/org-table.el (org-table-sum): * lisp/org.el (org-babel-load-file, org-2ft, org-time-stamp) (org-read-date-analyze, org-time-stamp-to-now): Simplify. Note(km): Many of the changes from 476066e89 have been dropped for compatibility with older Emacsen. Avoid some double-rounding of Lisp timestamps 476066e89d6f0bb87220da690b8a476bf9655b80 Paul Eggert Fri Feb 22 18:33:57 2019 -0800
-
Paul Eggert authored
* lisp/ox-publish.el (org-publish-sitemap): Simplify and remove assumptions about timestamp format. Don’t assume that current-time and plain encode-time return timestamps in (HI LO US PS) format. Remove some timestamp format assumptions eba66c1eafeef6512259c9b46face2b03c7433b8 Paul Eggert Fri Feb 22 13:31:01 2019 -0800
-
Paul Eggert authored
* lisp/org-id.el: Update RFC citations. Update citations of Internet RFCs b5e66f46a6f33f9d633e6cc3e0770a566bdfcf6b Paul Eggert Sat Feb 16 12:00:02 2019 -0800
-
Kyle Meyer authored
* lisp/org-archive.el (org-archive--compute-location): Pass 0 rather than nil for FROM for Emacs 24 compatibility.
-
- 28 Feb, 2019 4 commits
-
-
Nicolas Goaziou authored
* lisp/ox.el (org-export-insert-default-template): Insert lower case keywords.
-
Feng Shu authored
* lisp/org-agenda.el (org-agenda-align-tags): Let org-agenda align multibyte tags properly.
-
Feng Shu authored
* lisp/org.el (org-update-radio-target-regexp): Let radio target works well with Chinese. There is no need to force split words with the help of space for Chinese, this change let the below example works well. <<<天空>>> 我爱天空和大地 ^^^^
-
Marco Wahl authored
* lisp/org-clock.el (org-clocktable-write-default): Fix format string.
-
- 27 Feb, 2019 3 commits
-
-
Nicolas Goaziou authored
* doc/org-manual.org (Outlines): Remove section.
-
Nicolas Goaziou authored
* contrib/lisp/org-contacts.el (org-contacts-vcard-format): * contrib/lisp/org-link-edit.el (org-link-edit--link-data): * contrib/lisp/org-notmuch.el (org-notmuch-search-store-link): (org-notmuch-search-follow-link): (org-notmuch-tree-follow-link): * lisp/org-docview.el (org-docview-export): * lisp/org-element.el (org-element-link-parser): * lisp/org-lint.el (org-lint-link-to-local-file): * lisp/org-protocol.el (org-protocol-split-data): (org-protocol-parse-parameters): * lisp/org.el (org-open-at-point): (org-display-inline-images): * lisp/ox-ascii.el (org-ascii-link): * lisp/ox-html.el (org-html-link): * lisp/ox-latex.el (org-latex--inline-image): (org-latex-link): * lisp/ox-publish.el (org-publish-resolve-external-link): * lisp/ox.el (org-export-custom-protocol-maybe): (org-export-resolve-fuzzy-link): Do not call `org-link-unescape' when the link is obtained through the parser or as a user input. * doc/org-manual.org (Link Format): Document escape syntax. See <http://lists.gnu.org/r/emacs-orgmode/2019-02/msg00320.html>
-
Nicolas Goaziou authored
* lisp/org-protocol.el (org-protocol-store-link): Remove spurious single quotes.
-
- 25 Feb, 2019 5 commits
-
-
Nicolas Goaziou authored
-
Allen Li authored
* doc/org-manual.org (Using Column View in the Agenda): Updated reference to variable. * lisp/org-agenda.el (org-agenda-finalize): Set buffer local variable instead. * lisp/org-colview.el (org-overriding-columns-format): Renamed. (org-agenda-overriding-columns-format): Renamed. (org-local-columns-format): New buffer local variable. (org-columns-edit-value): Updated reference to variable. (org-columns-next-allowed-value): Updated reference to variable. (org-agenda-columns): Updated reference to variable. Setting org-agenda-overriding-columns-format as a buffer local value interferes with how it is used as a dynamically scoped var, so use a separate variable for buffer local setting.
-
Nicolas Goaziou authored
* lisp/org-archive.el (org-get-local-archive-location): (org-extract-archive-file): (org-extract-archive-heading): Remove function. (org-all-archive-files): Fix function. (org-archive--compute-location): New function. * lisp/org-archive.el (org-archive-subtree): Use new function. Do not look for multiple ARCHIVE keywords. This is already taken care of in `org-set-regexps-and-options', through `org-archive-location' buffer-local variable.
-
Nicolas Goaziou authored
* lisp/org-agenda.el (org-agenda-get-restriction-and-command): Fix typo.
-
Nicolas Goaziou authored
* lisp/org.el (org-log-refile): Improve docstring. (org-refile): Record information for every headline in the region. Reported-by:
"Eugene Sharygin" <eush77@gmail.com> <http://lists.gnu.org/r/emacs-orgmode/2019-02/msg00315.html>
-
- 22 Feb, 2019 2 commits