Re: [bug] org-num doesn't insert numbering for all headlines when setting variable

2024-09-09 Thread Ihor Radchenko
Rodrigo Morales writes: > Consider the following file. > ... > I evaluated the following sexp using M-: (eval-expression) while being > in the buffer =a.org=. > > #+BEGIN_SRC elisp > (progn > (require 'org-num) > (setq org-num-skip-commented t) > (org-num-mode 1) > (setq org-num-skip-comm

[bug] org-num doesn't insert numbering for all headlines when setting variable

2024-09-05 Thread Rodrigo Morales
Consider the following file. #+HEADER: :tangle /tmp/a.org #+BEGIN_SRC org ,* COMMENT a paragraph ,* COMMENT b paragraph ,* COMMENT c paragraph #+END_SRC I started Emacs using the command shown below. #+BEGIN_SRC sh emacs -Q /tmp/a.org #+END_SRC I evaluated the following sexp using M-: (e