summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Expand)Author
2024-05-19(org-*-in-calendar): Prefer `apply` to `evalStefan Monnier
2024-05-18lisp/org.el: Add `org-after-note-stored-hook'Joris Caravati
2024-05-18lisp/org-capture.el: Restore org-store-link-plistAnand Deopurkar
2024-05-17org-duration-from-minutes: Accept negative durationsIhor Radchenko
2024-05-17org-log-beginning: Fix extra blank line created after LOGBOOK drawerIhor Radchenko
2024-05-13org-display-inline-image--width: Fix unparable non #+ATTR_ORG widthsIhor Radchenko
2024-05-13Respect `org-auto-align-tags' in all the editing commandsIhor Radchenko
2024-05-13lisp/org.el (org-block-map): Fix mapping over nested blocksIhor Radchenko
2024-05-12lisp/ox-md.el: New mixed-style option for `org-md-headline-style'Lee Thompson
2024-05-11org-agenda-kill: Fix deleting wrong entry when Org buffer is narrowedIhor Radchenko
2024-05-11org-agenda-tree-to-indirect-buffer: Obey `org-indirect-buffer-display'Ihor Radchenko
2024-05-11org-html-final-function: Suppress mode hooks when indentingIhor Radchenko
2024-05-11org: New Org-wide custom option `org-sort-function'Ihor Radchenko
2024-05-10org-insert-heading: Prevent 0-blanks after heading when there is blank beforeIhor Radchenko
2024-05-09org-clock-get-table-data: Fix error when :match uses LEVELIhor Radchenko
2024-05-09org-store-link-functions: Fix the docstringIhor Radchenko
2024-05-09org-create-file-search-functions: Allow to provide link descriptionIhor Radchenko
2024-05-09org-table-make-reference: Address compiler warningIhor Radchenko
2024-05-09org-fold-core-region: Fix isearch when fold style is overlaysIhor Radchenko
2024-05-06lisp/org.el (org-make-tags-matcher): Suppress compiler warningIhor Radchenko
2024-05-05org-agenda-mode: Honor hidden link descriptionsIhor Radchenko
2024-05-05Merge branch 'bugfix'Ihor Radchenko
2024-05-05ox-md: Fix exporting numbered items >=100Ihor Radchenko
2024-05-05oc-csl: Remove spaces before citations in superscriptAndras Simonyi
2024-05-05ob-latex: New custom option `org-babel-latex-process-alist'Ihor Radchenko
2024-05-04org-babel-read: Avoid `save-match-data'Ihor Radchenko
2024-05-04org-babel-read: Read quotes strings ignoring leading/trailing newlinesIhor Radchenko
2024-05-04ox-html: Fix exporting inlinetasks without contentsIhor Radchenko
2024-05-04org-babel-read: Allow reading multi-line stringsIhor Radchenko
2024-05-04org-babel-expand-noweb-references: Add trialing newline after commentsIhor Radchenko
2024-05-04ox-html: Fix exporting inlinetasks without contentsIhor Radchenko
2024-05-03org-babel-read: Fix reading multiple quoted stringsIhor Radchenko
2024-05-03org-element-timestamp-parser: Allow time in diary sexp timestampsIhor Radchenko
2024-05-03Update version number for the 9.6.29 releaseIhor Radchenko
2024-05-02org-indent-line: Do not err in src blocks when there is no language modeIhor Radchenko
2024-05-02Auto-complete PRINT_BIBLIOGRAPHY with a trailing colonRudolf Adamkovič
2024-05-02org-display-inline-images: Prioritize #+attr_org over other #+attr_...Ihor Radchenko
2024-05-02org-indent-line: Do not rely upon TAB being bound to indentationIhor Radchenko
2024-05-02ob-calc.el: Fix assigning floating point numbersIhor Radchenko
2024-05-02Do not use org-fold to hide link partsIhor Radchenko
2024-05-01Obsolete `org-cached-entry-get' in favor of `org-entry-get'Morgan Smith
2024-04-30org-ctags.el: Protect shell specials in directory nameMax Nikulin
2024-04-30org-ctags.el: Do not activate on loadMax Nikulin
2024-04-30org-ctags.el: Define unload functionMax Nikulin
2024-04-29org-make-tags-matcher: Byte-compile the returned functionIhor Radchenko
2024-04-29org-babel-import-elisp-from-file: Fix detecting delimiter in single-line dataIhor Radchenko
2024-04-28Merge branch 'bugfix'Ihor Radchenko
2024-04-28org-clock: Autoload `org-clock-modify-effort-estimate'Ihor Radchenko
2024-04-28org-html-footnote-reference: Fix duplicate IDsIhor Radchenko
2024-04-28ox-html: Use non-number footnote names as link anchorsIhor Radchenko