[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug] org-num doesn't insert numbering for all headlines when settin
From: |
Ihor Radchenko |
Subject: |
Re: [bug] org-num doesn't insert numbering for all headlines when setting variable |
Date: |
Mon, 09 Sep 2024 18:06:54 +0000 |
Rodrigo Morales <rodrigo-mailing-lists@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>