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
* 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
* 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
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