summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Expand)Author
2024-04-11lisp/org-element.el: Add repeater-deadline support to org-elementMorgan Smith
2024-04-06lisp/org-colview.el: Add defcustom `org-columns-checkbox-allowed-values'Sławomir Grochowski
2024-04-05org-dblock-write:columnview: Write width specificationsIhor Radchenko
2024-04-03etc/ORG-NEWS: Fix typosIhor Radchenko
2024-04-01Prioritize underline over subscript inside parenthesisIhor Radchenko
2024-04-01org-latex-to-mathml/html-convert-command: Prevent shell expansionIhor Radchenko
2024-03-31Consistently combine markup and the containing element faces during fontifica...Ihor Radchenko
2024-03-27lisp/ox-html.el: Add avif support for html export inline imagesRoss Timson
2024-03-16ob-calc.el: Add support for tables in Calc source block :varVisuwesh
2024-03-16etc/ORG-NEWS: Fix typoIhor Radchenko
2024-03-12org-export: Do not strip link type by default during exportIhor Radchenko
2024-03-08ox-texinfo:: Always provide a @direntryStefan Monnier
2024-02-29ob-tangle: Add flag to optionally remove files before writingOlivier Lischer
2024-02-25org-table.el: Enhanced table parsingThierry Banel
2024-02-25org-bibtex-yank: Allow to populate existing itemMartin Kampas
2024-02-24org-id.el: Add search strings, inherit parent IDsRick Lupton
2024-02-24lisp/org.el (org-insert-heading): Allow specifying heading levelRick Lupton
2024-02-21lisp/ox-beamer.el: customize the beamer frame environment nameLeo Butler
2024-02-17org-insert-link: Do not expand path arg when `org-link-file-path-type' is a f...Ihor Radchenko
2024-02-14ox-org: Do not process citations by defaultIhor Radchenko
2024-02-12ox-org: Export special table rows by defaultIhor Radchenko
2024-02-10org-babel: New babel backend API function org-babel-session-buffer:<lang>Ihor Radchenko
2024-02-10org-insert-subheading: Never insert sub-heading above currentIhor Radchenko
2024-02-09lisp/ob-comint.el: Introduce a fallback prompt regexpIhor Radchenko
2024-02-07org-agenda: Fix meaning of 'repeated-after-deadline value of `org-agenda-skip...Ihor Radchenko
2024-02-05org-footnote-new: Add an option to create new anonymous labelsPedro A. Aranda Gutiérrez
2024-02-01org: Fontify whole table rows with `org-table-row' faceIhor Radchenko
2024-01-31ox-latex: Remove org-latex-line-break-safeIhor Radchenko
2024-01-29org-agenda: New customization `org-agenda-start-with-archives-mode'Andrew Hyatt
2024-01-29ob-python: Set Python shell in Org edit bufferIhor Radchenko
2024-01-28lisp/ox-icalendar.el: Add time-to-live functionality to ox-icalendarDetlef Steuer
2024-01-28ob-R, ob-julia: Do not force-start session in Org Src buffersIhor Radchenko
2024-01-26org-babel-tangle: Do not allow tangling into selfIhor Radchenko
2024-01-25ox-icalendar: Add support for multi-line SUMMARY, LOCATION, and DESCRIPTIONIhor Radchenko
2024-01-25org-attach-store-link-p: Change default value to 'attachedIhor Radchenko
2024-01-24Obsolete org-switch-to-buffer-other-window and org-no-popupsIhor Radchenko
2024-01-22org-fold: Honor :extend face property in folded headings/blocks/drawersIhor Radchenko
2024-01-22Allow per-buffer setting of org-link-descriptive via #+STARTUP optionsIhor Radchenko
2024-01-12org-fast-tag-selection: Limit the number of displayed tagsstardiviner
2024-01-06Merge branch 'bugfix'Kyle Meyer
2024-01-06Backport commit 8e1c56ae4 from EmacsPo Lu
2024-01-06org-agenda-search-headline-for-time: Ignore all the timestamps in headingsIhor Radchenko
2024-01-05Revert "Obsolete `org-src-associate-babel-session' and related functionality"Ihor Radchenko
2024-01-04org-element-cache: Provide Elisp API to store user data inside the cacheIhor Radchenko
2024-01-03lisp/org-indent.el: Add hook to run after it initializes a bufferAlexandre Avanian
2023-12-31ob-python: Changed options for default Python commandJack Kamm
2023-12-29lisp/ox-odt.el: Do not open the generated exported file in the backgroundIhor Radchenko
2023-12-14ol-man.el: Enable completionMax Nikulin
2023-12-12lisp/org-capture.el: use `org-store-link' for %K valuesKenny Ballou
2023-12-10Add support for yank-media and DNDVisuwesh