emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [bug] Captured item inserted in the wrong subtree
@ 2011-08-12 14:00 Sebastien Vauban
  2011-08-13 21:26 ` John Wiegley
  0 siblings, 1 reply; 4+ messages in thread
From: Sebastien Vauban @ 2011-08-12 14:00 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hello,

Since this morning's update -- though I think I did not update yesterday --,
I've a weird problem when capture some text through the standard template I
use for months.

#+begin_src emacs-lisp
          (setq org-capture-templates
                `(("t" "Task" entry
                   (file+headline ,org-default-notes-file "Tasks")
                   "* NEW %^{Task}%?

%i"
                   :empty-lines 1))
#+end_src

The newly created entry is supposed to be inserted as the last one of the
Tasks section.

It now is the first one of the *section that just follows Tasks*.

Just to make this clear:

#+begin_src org
* Tasks

** NEW Old task

** NEW Another old captured task

* Notes

** NEW Today's captured task is inserted here!
#+end_src

Best regards,
  Seb

-- 
Sebastien Vauban

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-14  6:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-12 14:00 [bug] Captured item inserted in the wrong subtree Sebastien Vauban
2011-08-13 21:26 ` John Wiegley
2011-08-14  6:39   ` David Maus
2011-08-14  6:48     ` John Wiegley

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).