[Help] org-capture: How to capitalize the text entered from the "nth prompt"

2023-08-05 Thread Maske
Hi Could it be possible, in org-capture, to capitalize the text entered from a previous prompt? Example: I have this part of an org-capture template: * %^{CLIENT} _%^{Project}_ /%^{Description}/ :PROPERTIES: :DIR: z:/! 2023/%\\1-%\\2-%\\3 :END: I would like to know if it is possible to “

What do you recommend for acronyms in org-mode?

2023-08-26 Thread Maske
I would like to know what do you use for acronyms, glossaries, etc for using inside org-mode? Not for exportation, just to use them inside Emacs. Maybe radio links, or the package org-glossary? org-ref? Best regards

Re: What do you recommend for acronyms in org-mode?

2023-08-26 Thread Maske
/watch?v=sebs2vSIEk4&list=PL0sMmOaE_gs3E0OjExoI7vlCAVygj6S4I&index=13. > > On Sat, Aug 26, 2023 at 1:21 PM Maske wrote: >> >> I would like to know what do you use for acronyms, glossaries, etc for using >> inside org-mode? Not for exportation, just to use them insi

[FR] Aligning paragraphs in lists

2023-08-27 Thread Maske
Could be used M-right or M-left to align paragraphs which are immediately below a list? In a list, if pressing Enter, the next paragraph is aligned below the item of the list: + Item 1   Text indented, belongs to Item 1. If there are subitems, the text could be needed to be aligned below a s

[DISCUSSION] Re-design of inlinetasks

2023-09-02 Thread Maske
Hi I am sorry, I don't know the appropriate terminology. Could be used *** END or a different special string, to end any headline scope? Like an "end parenthesis" for the headline just above it. Maybe in this way, all headlines would be the same: if the special string appears,

Erratum in "The Org Manual" 9.6

2023-09-10 Thread Maske
There are some links, that I am afraid don't work: 17.14.1 Packages that Org cooperates with ‘calc.el’ by Dave Gillespie [...] See Section “Embedded Mode” in calc. # that link doesn't work, it seems it tries to open the file calc.pdf ‘constants.el’ by Carsten Dominik [...] http://www.astro

[FR] A more general case than footnotes

2023-10-07 Thread Maske
Hi Could exist a more general case than footnotes? A kind of footnotes that work between different files? Maybe the syntax could be [n:LABEL@ID] Where the ID would be the unique ID of the heading. Example: ** Reference :PROPERTIES: :ID:   978-84-362-7195-9 :END: A “comment line” star

Re: [FR] A more general case than footnotes

2023-10-07 Thread Maske
r is important in orgmode. Thanks for reading On 07/10/2023 13:12, Ihor Radchenko wrote: Maske writes: Could exist a more general case than footnotes? A kind of footnotes that work between different files? Maybe the syntax could be [n:LABEL@ID] Where the ID would be the unique I

Re: [FR] A more general case than footnotes

2023-10-07 Thread Maske
On 07/10/2023 15:21, Ihor Radchenko wrote: Maske writes: The headings could be in different files, yes. AFAIK, citations don't link two exact points. Footnotes do. Do you mean that you also want to jump back-and-forth between footnote definition in the another file and its foo

Re: [FR] A more general case than footnotes

2023-10-08 Thread Maske
Hi, Ihor I overlooked the aspect of exporting. I propose links to arbitrary points in different files. Furthermore, I think it would be a very nice new feature, probably more opinions than mine should be heard. Thanks On 08/10/2023 11:18, Ihor Radchenko wrote: Maske writes: *[n:102@978

[FR] A more general case than footnotes

2023-10-13 Thread Maske
chenko wrote: Maske writes: See: - - - The idea is not new, but we need someone to implement it one way or another. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <>. Support Org development at <>, or support my work at <> https://list.orgm

Re: [FR] A more general case than footnotes

2023-10-14 Thread Maske
chenko wrote: Maske writes: See: - - - The idea is not new, but we need someone to implement it one way or another. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <>. Support Org development at <>, or support my work at <> https://list.orgmode.o

[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

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

Faces for org blocks that are not "src"

2023-12-12 Thread Maske
Is it possible to change the face of org blocks that don't start by "src"? For example:  '(org-src-block-faces '(("ai" variable-pitch))) I think it should affect to: #+begin_ai blocks, but it doesn't seem to work for me. Best regards

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" . &qu