[PATCH] Fix match/maxlevel conflict in colview dynblock

2021-07-11 Thread Nick Dokos
Specifying both `maxlevel' and `match' in a columnview dynamic block was broken: the `match' argument is ignored in that case. See the link below for a (not so minimal) ECM. Reported-by: Pablo A Perez-Fernandez Link:

Re: org-mode export to (latex) PDF

2021-07-11 Thread Tim Cross
Juan Manuel Macías writes: > Tim Cross writes: > >> Just FYI for those who don't know, you can use the org-latex-classes >> variable to define your own pseudo document classes, possibly using the >> DEFAULT_PACKAGES, PACKAGES, EXTRA_PACKAGES macros and other latex >> settings. So for example,

Re: Enhancement: M-x (+lag+) command

2021-07-11 Thread Tim Cross
Ypo writes: > When I send M-x and I start to write a command, I write it down to the buffer > where I have my text, instead of to the new buffer where commands appear. > > So, after I send M-x, I have to wait some time, and then I can write the > command. There is a lag between M-x and command

Enhancement: M-x (+lag+) command

2021-07-11 Thread Ypo
When I send M-x and I start to write a command, I write it down to the buffer where I have my text, instead of to the new buffer where commands appear. So, after I send M-x, I have to wait some time, and then I can write the command. There is a lag between M-x and command inputting

Re: [BUG] org-goto slows down org-set-property

2021-07-11 Thread Ihor Radchenko
Maxim Nikulin writes: > Ihor, did you get that numbers using emacs -Q? If not, I suspect you may > have twice more markers in the buffer than `org-refile-get-targets' > usually generates. If my guess is correct it may be necessary to file a > bug that org-ql or some other package abuses

Re: [BUG] org-goto slows down org-set-property

2021-07-11 Thread Maxim Nikulin
On 11/07/2021 21:20, Ihor Radchenko wrote: Maxim Nikulin writes > | nm-tst | 22.599429478 | 4 | 2.078571420924 | | org-refile-cache-clear |0.003903494 | 0 |0.0 | | nm-tst | 13.969909913 | 4 | 2.0694318153 |

Re: [BUG] org-goto slows down org-set-property

2021-07-11 Thread Ihor Radchenko
Maxim Nikulin writes: > Certainly 13 seconds is no go especially for interactive usage. Yeah. So, I do not use it for now until me or someone else fixes the issue. > Do you have an alternative for adding properties? > Unfortunately `org-set-property-and-value' C-c C-x P does not allow to >

Re: [BUG] org-goto slows down org-set-property

2021-07-11 Thread Maxim Nikulin
On 11/07/2021 18:49, Ihor Radchenko wrote: Your test on my 12M chars 18k headings org file (Emacs master, Org mode master). I cannot use org-set-property even without org-refile-cache :( | nm-tst | 13.969909913 | 4 | 2.0694318153 | Certainly 13 seconds is no go

[PATCH] Re: [bug] Setting org-id-link-to-org-use-id to t creates IDs properties when tangling

2021-07-11 Thread Ihor Radchenko
Rodrigo Morales writes: > * The issue > > When setting org-id-link-to-org-use-id to t, an :ID: property is created > for each headline that contain at least one code block that is > tangled. Confirmed The fix is attached. Best, Ihor >From 0ed6b52b8ded461ad6d172b9c2d49fd36d5df129 Mon Sep 17

Re: org-mode-map binds [tab]

2021-07-11 Thread Barton, Mark
With Emacs compiled from master, after Nicolas Goaziou's fix to remove the binding, my tab key was no longer bound to org-cycle, but instead to outline-cycle from outline.el If I comment out line 185 in outline.el then TAB will bind to org-cycle. Does outline.el need to be fixed too?

Re: [BUG] org-goto slows down org-set-property

2021-07-11 Thread Ihor Radchenko
Maxim Nikulin writes: > It seems, it is better to drop org-refile-cache completely. It has some > design problems making it rather fragile. At the same time a patch can > be applied that improves performance of `org-refile-get-targets' by a > factor of at least 2 for

citations: rx problems with emacs-26.3

2021-07-11 Thread Maxim Nikulin
I think citation support is a great feature. (Sorry, I do not work with references now, so I can tell nothing concerning implementation for org.) It seems, rx e.g. in emacs-26.3 does not support all features used in oc.el and oc-csl.el. Loading an org file using git master, I get a warning

Re: [BUG] org-goto slows down org-set-property

2021-07-11 Thread Maxim Nikulin
On 10/07/2021 22:47, Maxim Nikulin wrote: It is rather annoying that C-c C-x p `org-set-property' may be quite slow if a file is large enough. (I do not consider it huge however.) There is noticeable delay before the prompt for property name appears in minibuffer. Accidentally I have noticed

Bug: "DEFINITION NOT FOUND" for footnote in Org manual

2021-07-11 Thread Tim Landscheidt
At https://orgmode.org/manual/Export-Settings.html#DOCF124 and (renumbered to "fn:123") in doc/org-manual.org, a foot- note is defined as "DEFINITION NOT FOUND": | [tim@vagabond ~/src/org-mode]$ git grep -2 'DEFINITION NOT FOUND' -- doc/org-manual.org | doc/org-manual.org-this timestamp are

[PATCH] Add test checking org-log-done specs

2021-07-11 Thread Ihor Radchenko
Hi, I did not find any tests checking logging specifications of Org mode. Attached is an example implementation of such test for org-log-done specs. Best, Ihor >From 2a58a82520de57142c6a397d811290f19789635f Mon Sep 17 00:00:00 2001 Message-Id:

Re: org-mode linter for BNF? (was Re: Concerns about community contributor support)

2021-07-11 Thread trx2358-gitter
I can even imagine some productive interplay between a linter and org-mode itself.  For instance, the linter could be used for deprecating features in org-mode which are no longer maintainable.  I'm sure we could come up with other examples. On 7/11/21 2:40 PM, trx2358-git...@yahoo.com wrote: >