all messages for Emacs-related lists mirrored at yhetil.org
 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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.