bug with macro expansion after underscore (subscript)

2021-01-05 Thread Dauer, Michael
Hi, I cannot expand a macro after underscore, as the following sample shows in detail: #+macro: xxx A * macro bug _{{{xxx}}} a _{{{xxx}}} a_{{{xxx}}} a^{{{xxx}}} a{{{xxx}}} a_A generates: _A a _A a_{{{xxx}}} a^{{{xxx}}} aA a_A thx m

issues and limitations with macros and export process

2020-11-25 Thread Dauer, Michael
Hi, My use case: I export various sub-branches with different exporters (html, latex, ox-taskjuggler) via dispatcher and more via custom code. The issues: 1. Include files about the current branch and on file level are not considered. 2. Macros that are evaluated during expansion only see the

global macros

2020-05-22 Thread Dauer, Michael
Hi, I want to set some org-mode macro globally in my init.el. E.g. author should be set to user-full-name, but I also want other stuff defined. Having to import these via setup or include files is not an option. Macros seem to be "buffer-local", which seems to mean that a cannot just add my

Re: Bug: built-in macros not working anymore [9.3.6 (9.3.6-23-g01ee25-elpaplus @ c:/Users/mda/.emacs.d/elpa/org-plus-contrib-20200309/)]

2020-05-20 Thread Dauer, Michael
This was different in earlier versions. And what about date and time. Are these macros also expected to be defined manually before? Nicolas Goaziou schrieb am Mi., 20. Mai 2020, 00:53: > Hello, > > "Dauer, Michael" writes: > > > mist.org>>> > > >

Re: Bug: built-in macros not working anymore [9.3.6 (9.3.6-23-g01ee25-elpaplus @ c:/Users/mda/.emacs.d/elpa/org-plus-contrib-20200309/)]

2020-05-19 Thread Dauer, Michael
Am Di., 19. Mai 2020 um 16:11 Uhr schrieb Nicolas Goaziou < m...@nicolasgoaziou.fr>: > Hello, > > "Dauer, Michael" writes: > > > Yes, the behavior changed. Now the author macro expands to blank despite > > the variable user-full-name is set. > >

Re: Bug: built-in macros not working anymore [9.3.6 (9.3.6-23-g01ee25-elpaplus @ c:/Users/mda/.emacs.d/elpa/org-plus-contrib-20200309/)]

2020-05-19 Thread Dauer, Michael
., 18. Mai 2020 um 18:01 Uhr schrieb Nicolas Goaziou < m...@nicolasgoaziou.fr>: > Hello, > > "Dauer, Michael" writes: > > > According to my tests this is not fixed. Same use case as originally > > reported still fails: Undefined Org macro: author; aborting

Re: "\_" sequences in indented lines of column view dynamic blocks

2020-05-18 Thread Dauer, Michael
Mo., 11. Mai 2020 um 19:55 Uhr schrieb Nicolas Goaziou < m...@nicolasgoaziou.fr>: > Hello, > > "Dauer, Michael" writes: > > > It would be nice to have to have an option to just use other indentation > > characters like "." for ASCII or special bla

Re: Bug: built-in macros not working anymore [9.3.6 (9.3.6-23-g01ee25-elpaplus @ c:/Users/mda/.emacs.d/elpa/org-plus-contrib-20200309/)]

2020-05-18 Thread Dauer, Michael
wrong by checking out commit 965cdbfd4b3316cc9044854b0e5eb5cf69927ce6 thx Am Mi., 11. März 2020 um 16:23 Uhr schrieb Nicolas Goaziou < m...@nicolasgoaziou.fr>: > Hello, > > "Dauer, Michael" writes: > > > worked at least with 9.1.x, but not anymore >

Re: [PATCH] agenda: Consider FILETAGS for archive skipping

2020-05-17 Thread Dauer, Michael
Hi, I support George view. A working ARCHIVE tag on file level would be consistent and very useful. To be archived is a property of the content of a file, not of it's file name. Having to store the file name on a variable is a complicated and poor workaround. The file name may change. Still the

Re: "\_" sequences in indented lines of column view dynamic blocks

2020-05-10 Thread Dauer, Michael
hr schrieb Nicolas Goaziou < m...@nicolasgoaziou.fr>: > Hello, > > "Dauer, Michael" writes: > > > What are the "\_" sequences in indented lines of column view dynamic > blocks > > good for? > > Those are entities, like, e.g., \alpha. They have

"\_" sequences in indented lines of column view dynamic blocks

2020-05-10 Thread Dauer, Michael
Hi, What are the "\_" sequences in indented lines of column view dynamic blocks good for? I just find them ugly and irritating. See the simple example below: #+BEGIN: columnview :indent t :id local | ITEM | a | |---+---| | column view | 7 | | \_ item1 | 3 | | \_

Bug: built-in macros not working anymore [9.3.6 (9.3.6-23-g01ee25-elpaplus @ c:/Users/mda/.emacs.d/elpa/org-plus-contrib-20200309/)]

2020-03-11 Thread Dauer, Michael
worked at least with 9.1.x, but not anymore * test dfgfas {{{author}}} dasfas Emacs : GNU Emacs 26.3 (build 1, x86_64-w64-mingw32) of 2019-11-01 Package: Org mode version 9.3.6 (9.3.6-23-g01ee25-elpaplus @ c:/Users/mda/.emacs.d/elpa/org-plus-contrib-20200309/) current state: ==