1
0
Fork 0
emacs-config/oni-org
Tom Willemse da68ca4f7d [oni-org] Fix using ‘oni-org-move-subtree’ multiple times in a row
Before, because of the use of ‘org-cut-subtree’, which in turn calls
‘kill-region’, which checks to see if ‘last-command’ equals ‘kill-region’ and
uses either ‘kill-append’ or ‘kill-new’ repeated uses of the
‘oni-org-move-subtree’ command would append cut subtrees together and repeatedly
paste the same subtrees over and over again.

Setting ‘this-command’ will make sure that when the ‘kill-region’ checks the
value of ‘last-command’ it won't find ‘kill-region’ there.
2022-05-13 11:15:01 -07:00
..
capture-templates [oni-org] Remove references to ‘oni-backlinks’ 2022-04-22 17:27:15 -07:00
icons [oni-org] Add some category icons 2021-07-06 21:00:42 -07:00
snippets/org-mode [oni-org] Remove old compiled snippets file 2021-09-11 23:54:31 -07:00
Cask Move all capture templates into their own files 2020-09-21 18:46:26 -07:00
oni-org.el [oni-org] Fix using ‘oni-org-move-subtree’ multiple times in a row 2022-05-13 11:15:01 -07:00