Re: org-persist warning when archiving

2021-10-27 Thread Colin Baxter 😺
> Ihor Radchenko writes: > Colin Baxter 😺 writes: >> Ok, I now applied your patch and remade org-mode. Unfortunately, >> I don't see any change. I still get the warning on all the >> archive commands: org-agenda-archive-default, org-agenda-archive >> and org-agenda-archiv

tangle option to not write a file with same contents?

2021-10-27 Thread Greg Minshall
hi. i wonder if it would be reasonable to add an option such that, when tangling, `org-babel-tangle` would not write a file with the already-existing contents of the target file? this would be helpful, e.g., for those of us who use make(1)-based work flows. then, if this might generally be thoug

[SOLVED] Re: [ISSUE] org-mode fill paragraph is slow and suspend often

2021-10-27 Thread Christopher M. Miles
Thanks, confirmed solved. Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> I applied your patch on the latest pulled org-mode source code. Still can't >> org-fill elements >> quickly when region select text contains org headlines, properties drawer >> etc. >> >> If I only fill p

Re: Cancel "yes" entry on updates.orgmode.org (was: Re: Bug: font-lock error with - in code-mode)

2021-10-27 Thread Max Nikulin
On 27/10/2021 18:50, Max Nikulin wrote: Canceled. Magic in the message body did not help, so one more attempt with the header. On 27/10/2021 14:08, Ihor Radchenko wrote: Max Nikulin writes: Would not it be enough to just add X-Woof-Bug header to the message? Maybe even with "(Reopened)" su

Re: Fwd: errors when using org-agenda

2021-10-27 Thread Max Nikulin
On 24/10/2021 15:34, Ihor Radchenko wrote: Max Nikulin writes: `org-version' with FULL argument checks whether org and org-loaddedfs are loaded from the same directory and adds "mixed installation!" to the version string. `org-submit-bug-report' puts full version to the message subject but it i

Re: [patch] ox-latex.el: add `:options' LaTeX attribute to tables

2021-10-27 Thread Juan Manuel Macías
Hi Vikas, Vikas Rawal writes: > This is excellent. There is only one improvement that I would like you to > consider. Is it possible to allow multiple ":options " lines that are > appended when exported to > +latex? Something like this: > > #+ATTR_LATEX: :environment longtblr > #+ATTR_LATEX: :a

Re: [ISSUE] org-mode fill paragraph is slow and suspend often

2021-10-27 Thread Ihor Radchenko
"Christopher M. Miles" writes: > I applied your patch on the latest pulled org-mode source code. Still can't > org-fill elements > quickly when region select text contains org headlines, properties drawer etc. > > If I only fill paragraph, it is fine. Thanks for the pointer. I now managed to re

[PATCH] Fix behavior of lambda default header arg vars

2021-10-27 Thread Matt Huszagh
Hello, :var header arguments can be provided multiple times. This is supported directly at the source block and through the default header argument facility. However, this was not handled correctly when the var was evaluated from a closure in a default header argument (only the last var was taken)

Re: [ISSUE] org-mode fill paragraph is slow and suspend often

2021-10-27 Thread Christopher M. Miles
I applied your patch on the latest pulled org-mode source code. Still can't org-fill elements quickly when region select text contains org headlines, properties drawer etc. If I only fill paragraph, it is fine. <#secure method=pgpmime mode=sign> -- [ stardiviner ] I try to make every

Re: [Bug] org-persist.el: xdg.el is unavailable in emacs-25.2

2021-10-27 Thread Ihor Radchenko
Max Nikulin writes: >> In toplevel form: >> ox-beamer.el:34:1:Error: Cannot open load file: No such file or directory, >> xdg > > > > ... > > org.el in the main branch still declares > >> ;; Package-Requires: ((emacs "25.1")) > > but it seems xdg.el used by org-persist.el was added in emacs-26

[Bug] org-persist.el: xdg.el is unavailable in emacs-25.2

2021-10-27 Thread Max Nikulin
Org-mode compilation fails with the following errors if emacs-25.2.2 is used (Ubuntu-18.04 LTS bionic) Compiling /home/ubuntu/org-mode/lisp/ox-ascii.el... In toplevel form: ox-ascii.el:31:1:Error: Cannot open load file: No such file or directory, xdg Compiling /home/ubuntu/org-mode/lisp/ox-bea

Cancel "yes" entry on updates.orgmode.org (was: Re: Bug: font-lock error with - in code-mode)

2021-10-27 Thread Max Nikulin
Canceled. On 27/10/2021 14:08, Ihor Radchenko wrote: Max Nikulin writes: Would not it be enough to just add X-Woof-Bug header to the message? Maybe even with "(Reopened)" suffix to the title to warn other people that it is not a forgotten bug, even if they remember that some patch was committe

(Reopened) Bug: font-lock error with - in code-mode

2021-10-27 Thread Ihor Radchenko
We need to fix the problem (see the first message in the thread) in some other way. I currently cannot think anything better than using org-element parser (which may be slow) to avoid treating closing emphasis marker as a new opening marker. Max Nikulin writes: > Would not it be enough to ju