summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* d/copyright: drop stanza for ob-smiles.eldebian/0.4+git20220927.1.6422b26-1archive/debian/0.4+git20220927.1.6422b26-1Sean Whitton2022-10-17
|
* Merge remote-tracking branch 'upstream/master'Sean Whitton2022-10-17
|\
| * fix(org-checklist.el): change org-make-checklist-export (Emacs 28+ cl)Mike Fisher2022-09-27
| | | | | | | | | | In more recent Emacs, cl functions (like "case") must be prefixed with "cl-". Add this and re-order choices (t must be the last choice now).
| * file-name-directory return nil with arg filebar2022-09-05
| |
| * org-depend: Fix obsoletion warningsIhor Radchenko2022-08-20
| | | | | | | | | | * lisp/org-depend.el (org-depend-trigger-todo): `position' -> `cl-position', `subseq' -> `cl-subseq'.
| * lisp/org-eldoc.el: Fix propertizing of non-string header argsSamuel Culpepper2022-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sql-mode exposes a header-arg ~:dbport~, which accepts only number args[fn:1], yet ~org-eldoc-get-src-header~ uses ~string=~ to quick-exit in the propertizing lambda, which operates directly on the header args given by ~org-babel-get-src-block-info~; in which there is no value normalisation, thus can yield /any/ type, given that a header arg may some arbitrary elisp expression. Here we cast all objects to their printed representation using the string directive ~%s~. [fn:1] this numeric arg however, is only enforced by ~org-babel-sql-dbstring-*~ for most vendors, as: (when port (format "-p%d" port))
| * lisp/org-contrib.el: Bump version to 0.4Bastien Guerry2022-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release delete these files that live on their own repository: - org-contacts.el: https://repo.or.cz/org-contacts.git - org-link-edit.el: https://git.kyleam.com/org-link-edit/about - org-mac-link.el: https://gitlab.com/aimebertrand/org-mac-link - org-notify.el: https://github.com/p-m/org-notify - org-passwords.el: https://github.com/alfaromurillo/org-passwords.el - org-attach-embedded-images.el: https://gitlab.com/marcowahl/org-attach-embedded-imagse - org-velocity.el: https://github.com/ruricolist/org-velocity - ox-rss.el: https://gitlab.com/nsavage/ox-rss - ol-notmuch.el: https://git.sr.ht/~tarsius/ol-notmuch - ob-arduino.el: https://github.com/stardiviner/arduino-mode/blob/master/ob-arduino.el - ob-clojure-literate.el: https://github.com/stardiviner/ob-clojure-literate - ob-mathematica.el: https://github.com/tririver/ob-mathematica/ - ob-php.el: https://github.com/stardiviner/ob-php - ob-redis.el: https://github.com/stardiviner/ob-redis - ob-sclang.el: https://github.com/stardiviner/ob-sclang - ob-smiles.el: https://github.com/stardiviner/ob-smiles - ob-spice.el: https://github.com/stardiviner/ob-spice - ob-stan.el: https://git.kyleam.com/ob-stan
| * *el: Fix Homepage keywordBastien Guerry2022-06-05
| |
| * README*: Update the list of files to delete from the next releaseBastien Guerry2022-06-05
| | | | | | | | There are right now no files to remove from the next release.
| * Delete filesBastien Guerry2022-06-05
| | | | | | | | These files were to be removed from the next release.
| * * lisp/org-contacts.el: Update homepageIhor Radchenko2022-05-08
| | | | | | | | See https://orgmode.org/list/6272ad59.1c69fb81.995d3.a3d6SMTPIN_ADDED_BROKEN@mx.google.com
| * Replace removed `remove-if' by `cl-remove-if'Ihor Radchenko2022-04-30
| | | | | | | | | | | | | | | | * lisp/org-bibtex-extras.el (obe-meta-to-json): * lisp/org-depend.el (org-depend-trigger-todo): Rename `remove-if' -> `cl-remove-if'. `remove-if' is deprecated since Emacs 27. Reported in https://orgmode.org/list/a46a1419-62fa-a162-b727-ed708157a74c@cea.fr
| * lisp/org-eldoc.el: Fix inf-loop when point in org src blocksKaushal Modi2022-04-24
| | | | | | | | | | | | | | | | | | (org-eldoc-documentation-function): Return nil when src block lang is "org". Without this, the `org-eldoc-documentation-function' is repeated called and causes an inf-loop. Fixes the issue reported in <https://lists.gnu.org/r/emacs-orgmode/2022-04/msg00373.html>.
| * lisp/org-eldoc.el: Whitespace changeKaushal Modi2022-04-24
| | | | | | | | (org-eldoc-documentation-function): Re-indent, clean up tabs
| * Rename some obsolete functions to their newer namesIhor Radchenko2022-04-24
| | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/org-bibtex-extras.el (obe-meta-to-json): * lisp/org-choose.el (org-choose-filter-tail): * lisp/org-screenshot.el (org-screenshot-generate-file-name): (org-screenshot-rotation-init): (org-screenshot-take): (org-screenshot-do-rotate): * lisp/ox-taskjuggler.el (org-taskjuggler-format-dependencies): `incf' -> `cl-incf'; `plusp' -> `cl-plusp'. Reported in https://orgmode.org/list/875yn53r1j.fsf@gmail.com
| * Merge remote-tracking branch 'nongnu/elpa/org-contrib'Bastien Guerry2021-12-22
| |\
| | * Don’t assume Emacs internal timestamp formatPaul Eggert2021-12-15
| | | | | | | | | | | | | | | | | | This format is documented to change in some future Emacs version. * lisp/ox-groff.el (org-groff--time-sec): New function. (org-groff-compile): Use it.
| * | Don’t assume Emacs internal timestamp formatPaul Eggert2021-12-17
| |/ | | | | | | | | | | This format is documented to change in some future Emacs version. * lisp/ox-groff.el (org-groff--time-sec): New function. (org-groff-compile): Use it.
| * Support numeric argument values in src definition linesFrancesc Rocher2021-11-22
| |
| * README*: Add org-contacts.el to the list of file to removeBastien Guerry2021-11-03
| |
| * org-contacts.el: Add the new homepageBastien Guerry2021-11-03
| |
* | source-only uploaddebian/0.3-3archive/debian/0.3-3Sean Whitton2022-02-13
| |
* | d/copyright: improve stanza for ob-smiles.eldebian/0.3-2archive/debian/0.3-2Sean Whitton2021-12-28
| |
* | initial Debianisationdebian/0.3-1archive/debian/0.3-1Sean Whitton2021-12-27
|/
* lisp/org-contrib.el: Bump version to 0.3Bastien Guerry2021-10-13
|
* lisp/ol-man.el: DeleteBastien Guerry2021-10-13
| | | | Moving this file to org-contrib was a mistake, fixed in upstream Org.
* lisp/org-contrib.el: Bump version to 0.2Bastien Guerry2021-09-29
|
* Move ob-stan.el here from Org's coreBastien Guerry2021-09-28
|
* Migrate some packages from Org's coreBastien Guerry2021-09-26
|
* lisp/ol-vm.el: Fix regexpBastien Guerry2021-09-26
| | | | | | | | * lisp/ol-vm.el (org-vm-select-message): Fix regexp for matching the "message-id" header. Reported-by: Proposed by Alan Wehmann <alan.wehmann@gmail.com> <https://list.orgmode.org/572D856B-D4D6-41B6-8E26-EFFD25D9C808@gmail.com>
* Remove ox-koma-letter.elBastien Guerry2021-09-25
| | | | ox-koma-letter.el is now part of Org's core.
* Remove ob-julia.elBastien Guerry2021-09-25
| | | | | ob-julia.el is now part of Org's core: https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=bf1c4c75
* Add org-velocity to the list of files to removeBastien Guerry2021-06-10
|
* lisp/org-velocity.el: Add a Homepage headerBastien Guerry2021-06-10
|
* lisp/ox-koma-letter.el: Add a maintainerBastien Guerry2021-06-07
|
* lisp/org-velocity.el: Add a maintainerBastien Guerry2021-06-07
|
* README*: Announce org-attach-embedded-images.el will be removedBastien Guerry2021-06-07
|
* lisp/org-attach-embedded-images.el: Add a Homepage headerBastien Guerry2021-06-07
|
* README*: Announce ox-rss.el will be removed from next releaseBastien Guerry2021-06-06
|
* lisp/ox-rss.el: Update the Homepage headerBastien Guerry2021-06-06
|
* org-mac-link.el: Change homepageAimé Bertrand2021-06-02
| | | | * lisp/org-mac-link.el: Change homepage.
* Update the list of files to be moved after the next stableBastien Guerry2021-05-30
|
* Fix minor typosBastien Guerry2021-05-30
|
* Update/add a few Homepage headersBastien Guerry2021-05-30
|
* README*: Mention org-passwords.el will be removed from next stableBastien Guerry2021-05-30
|
* lisp/org-passwords.el: Add a new Homepage headerBastien Guerry2021-05-30
|
* lisp/ob-julia.el: Update homepageBastien Guerry2021-05-20
|
* README*: Announce org-mac-link.el will be removed from next releaseBastien Guerry2021-05-19
|
* lisp/org-mac-link.el: Add a maintainer and a homepageBastien Guerry2021-05-19
|
* org-mac-link.el: Add support for qutebrowserAimé Bertrand2021-05-18
| | | | | | * lisp/org-mac-link.el (org-mac-grab-qutebrowser-app-p): Variable for menu option (org-mac-grab-link): Menu option for qutebrowser (org-as-mac-qutebrowser-get-frontmost-url): Retrieve url and title