Re: [FR] org-num-mode inverse defaults

2024-02-19 Thread Ihor Radchenko
Maske writes: > My config, not working yet, everything is numbered with org-num-mode: > > (setq org-num-skip-unnumbered 't) > > (setq org-use-property-inheritance '("UNNUMBERED")) > > (setq org-global-properties '(("DIR" . "data/") ("UNNUMBERED" . "t"))) Note that you need development version of

Re: [FR] org-num-mode inverse defaults

2024-02-18 Thread Maske
Hi, Ihor My config, not working yet, everything is numbered with org-num-mode: (setq org-num-skip-unnumbered 't) (setq org-use-property-inheritance '("UNNUMBERED")) (setq org-global-properties '(("DIR" . "data/") ("UNNUMBERED" . "t"))) Maske On 15/10/2023 14:40, Ihor Radchenko wrote: Mask

Re: Re: [FR] org-num-mode inverse defaults

2023-10-19 Thread Pedro Andres Aranda Gutierrez
Yes, very helpful. Thanks a ton! /PA On Thu, 19 Oct 2023 at 11:07, Ihor Radchenko wrote: > Pedro Andres Aranda Gutierrez writes: > > > I feel the explanation in > > > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b223a3cc7 > is > > a bit fuzzy and may not be correctly understo

RE: Re: [FR] org-num-mode inverse defaults

2023-10-19 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > I feel the explanation in > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b223a3cc7 is > a bit fuzzy and may not be correctly understood by newcomers. A pointer to > a more detailed explanation could help a lot. I added reference to the m

RE: Re: [FR] org-num-mode inverse defaults

2023-10-18 Thread Pedro Andres Aranda Gutierrez
Hi I feel the explanation in https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b223a3cc7 is a bit fuzzy and may not be correctly understood by newcomers. A pointer to a more detailed explanation could help a lot. Best, /PA -- Fragen sind nicht da, um beantwortet zu werden, Fragen

Re: [FR] org-num-mode inverse defaults

2023-10-18 Thread Ihor Radchenko
Maske writes: > I added: (setq org-global-properties '(("UNNUMBERED" . "t"))) > > But it doesn't work, every headline is numbered. (Not tried in emacs -q). Yeah. Inheritance was explicitly disabled, actually. I now changed that, but you need to add UNNUMBERED to `org-use-property-inheritance' to

Re: [FR] org-num-mode inverse defaults

2023-10-16 Thread tomas
On Mon, Oct 16, 2023 at 08:39:14PM +0200, Maske wrote: > Hi Ihor > > I added: (setq org-global-properties '(("UNNUMBERED" . "t"))) This Elisp code has to be evaluated. Just adding it in an Org file won't do that. Where did you add it,and how? Cheers -- t signature.asc Description: PGP signat

Re: [FR] org-num-mode inverse defaults

2023-10-16 Thread Maske
Hi Ihor I added: (setq org-global-properties '(("UNNUMBERED" . "t"))) But it doesn't work, every headline is numbered. (Not tried in emacs -q). Bests On 15/10/2023 14:40, Ihor Radchenko wrote: Maske writes: From the first day, I liked org-num-mode, but I think that its default which num

Re: [FR] org-num-mode inverse defaults

2023-10-15 Thread Ihor Radchenko
Maske writes: > From the first day, I liked org-num-mode, but I think that its default > which numbers all headlines could be problematic. > > Right now it only has the options to exclude headlines from being > numbered, so it could be necessary to modify a big amount of headlines, > for numb

[FR] org-num-mode inverse defaults

2023-10-15 Thread Maske
Hi From the first day, I liked org-num-mode, but I think that its default which numbers all headlines could be problematic. Right now it only has the options to exclude headlines from being numbered, so it could be necessary to modify a big amount of headlines, for numbering just a tree. I