emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] org-capture doesn't narrow correctly if :prepend is t


From: Adam Spiers
Subject: [O] org-capture doesn't narrow correctly if :prepend is t
Date: Mon, 2 Sep 2013 18:51:47 +0100

I have an org-capture template as follows:

 ("n" "personal NEXT" entry
  (file "~/org/TODO.org")
  "* NEXT %?" :prepend t)

but after I hit `C-c C-c', the file's buffer stays narrowed, with the
new entry invisible.  Anyone who didn't notice the presence of
'Narrow' in the modeline would be convinced that the capture
completely failed.  It can be revealed via `C-u C-x n w', but of
course it's annoying having to do this every time.

The problem vanishes as soon as I de-select the :prepend flag.  It's
been an issue for a while, so I guess I'm the only one using this
flag?

Thanks!
Adam



reply via email to

[Prev in Thread] Current Thread [Next in Thread]