Rodrigo Morales <rodrigo-mailing-li...@morales.pe> 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-commented nil)) > #+END_SRC > > I inserted an =a= character at the end of first line in the buffer. > > * What happend? > > The virtual numbering was shown for the first headline.
You need to restart org-num-mode for its settings to have any effect. Not a bug. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>