emacs-orgmode
[Top][All Lists]
Advanced

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

Another case which org-insert-todo-heading doesn't work


From: Yasushi SHOJI
Subject: Another case which org-insert-todo-heading doesn't work
Date: Wed, 25 Mar 2020 15:23:56 +0900

Hi,

https://www.mail-archive.com/address@hidden//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



reply via email to

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