all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Another case which org-insert-todo-heading doesn't work
@ 2020-03-25  6:23 Yasushi SHOJI
  2020-03-26  2:31 ` Kyle Meyer
  0 siblings, 1 reply; 3+ messages in thread
From: Yasushi SHOJI @ 2020-03-25  6:23 UTC (permalink / raw)
  To: emacs-org list

Hi,

https://www.mail-archive.com/emacs-orgmode@gnu.org//msg122319.html

There seems to be another case where org-insert-todo-heading doesn't
work.  Let's say we have the following doc.

#+begin_src org
  ,* foo
    - [ ] a
      - [ ] b
#+end_src

If the list is unfolded, org-insert-todo-heading works everywhere. But
once you fold the list at "a" so that what we see is "- [ ] a...", the
function doesn't work but creates a next heading with "TODO" with it.

Does anyone see this?

#+begin_src org
  ,* foo
    - [ ] a
      - [ ] b

  ,* TODO
#+end_src
-- 
           yashi

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

end of thread, other threads:[~2020-03-28 13:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-25  6:23 Another case which org-insert-todo-heading doesn't work Yasushi SHOJI
2020-03-26  2:31 ` Kyle Meyer
2020-03-28 13:18   ` Yasushi SHOJI

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.