doomemacs/modules/lang/org/autoload
AlessandroW d156e58577
fix(org): respect org-insert-heading-hook in +org--insert-item
Doom replaces `org-insert-heading`, but its replacement does not respect
`org-insert-heading-hook`. This commit fixes that, enabling folks to
customize their insert-heading behavior, e.g.  adding a time stamp:

  (defun my/org-set-creation-date-heading-property ()
    (save-excursion
      (org-back-to-heading)
      (org-set-property "CREATED" (format-time-string "[%Y-%m-%d %T]"))))
  (add-hook 'org-insert-heading-hook #'my/org-set-creation-date-heading-property)

Ref: https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/org.el#n6187
Ref: https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/org.el#n1615
2022-09-16 13:14:36 +02:00
..
contrib-ipython.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
contrib-present.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
contrib-roam2.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
org-attach.el Rewrite org-download/attach systems 2020-04-25 01:27:25 -04:00
org-avy.el Fix gs in org-mode #2218 2019-12-20 13:40:06 -05:00
org-babel.el feat(org): keybinds for removing #+RESULTS blocks 2022-03-19 16:19:54 +01:00
org-capture.el fix(cli): "Unknown terminal type" error on bin/org-capture 2021-11-24 22:03:21 +01:00
org-export.el Prevent extra window after +org/export-to-clipboard 2021-05-01 02:28:44 -04:00
org-link.el refactor(org): move doom-docs link defs to :lang org 2022-09-16 13:06:17 +02:00
org-refile.el fix(org): show outline path on refile to current file 2021-11-19 23:44:28 +01:00
org-tables.el fix(org): respect org-table-automatic-realign 2022-08-12 21:03:39 +02:00
org.el fix(org): respect org-insert-heading-hook in +org--insert-item 2022-09-16 13:14:36 +02:00