[O] [PATCH] Save buffer in org-capture-refile

2018-09-05 Thread Andrew Burgess
I notice that if a capture template sets ':kill-buffer t', and I use org-capture-refile to refile into a different file then I don't get the result I expect. Let me give an example, here's my setup: $ mkdir ~/tmp $ cd ~/tmp $ echo "* loc1/tasks" > loc1.org $ echo "* inbox/tasks" > inbox.o

Re: [O] electric-indent-mode in Emacs 25 not indenting in Org

2014-10-21 Thread Andrew Burgess
* William Denton [2014-10-15 22:13:16 -0400]: > I noticed something odd with electric-indent-mode, which I had enabled, and > which is on by default in 24.4. I think the problem is with the calls to `newline' within org-return. The code for `newline' was changed so that non-interactive calls do

Re: [O] [PATCH] org-capture-place-item better alignment for new lists.

2014-10-07 Thread Andrew Burgess
* Nicolas Goaziou [2014-10-07 15:49:09 +0200]: > > Thanks for the patch. > > However, this behaviour is wrong when `org-adapt-indentation' is nil. > > It is better to use `org-indent-line' than hard-coding > > (1+ (org-current-level)). > Thanks for taking a look at the patch, and thanks for th

[O] [PATCH] org-capture-place-item better alignment for new lists.

2014-10-07 Thread Andrew Burgess
Creating an entry in org-capture-templates of type item adds entries into a list, however, if the list is empty then the first list item will be indented to depth 0 (so hard on the left) like this: * Top Level ** Second Level - item #1 - item #2 - item #3 I prefer to indent content, including lis