[BUG] Elisp error when exporting citation [9.5 (release_9.5-104-g2b1fc6 @ /home/quintus/.emacs.d/org-mode/lisp/)]

2021-10-29 Thread Marvin Gülker
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. --

Re: Regular expressions that describe most (?) org syntax ?

2021-10-29 Thread Jean-Christophe Helary
> On Oct 30, 2021, at 14:18, Ihor Radchenko wrote: > > Jean-Christophe Helary writes: > >> I am looking for a set of regular expressions that roughly describe most of >> the important org syntax. > > You need to study org-element.el starting from > `org-element--current-element'. Thank you I

Re: Regular expressions that describe most (?) org syntax ?

2021-10-29 Thread Ihor Radchenko
Jean-Christophe Helary writes: > I am looking for a set of regular expressions that roughly describe most of > the important org syntax. > > A bit like > > @code\{[^\}]*\}|@command\{[^\}]*\} ... > > describes part of the texi code found in the Emacs manuals. > > I could figure something out, but

Regular expressions that describe most (?) org syntax ?

2021-10-29 Thread Jean-Christophe Helary
I am looking for a set of regular expressions that roughly describe most of the important org syntax. A bit like @code\{[^\}]*\}|@command\{[^\}]*\} ... describes part of the texi code found in the Emacs manuals. I could figure something out, but I thought maybe there is already something arou

Re: [BUG] org-element-cache-map calls native-comp-available-p without checking if it is bound first [9.5 (9.5-gf5faff @ /home/n/.emacs.d/straight/build/org/)]

2021-10-29 Thread Ihor Radchenko
No Wayman writes: > See: > https://www.reddit.com/r/emacs/comments/qil2qh/symbols_function_definition_is_void/ > > > For context: > >>(and (symbolp func) >> (native-comp-available-p) >> (fboundp 'subr-native-elisp-p) > > The check could be wrapped in a function to prevent this in the >

[BUG] org-element-cache-map calls native-comp-available-p without checking if it is bound first [9.5 (9.5-gf5faff @ /home/n/.emacs.d/straight/build/org/)]

2021-10-29 Thread No Wayman
See: https://www.reddit.com/r/emacs/comments/qil2qh/symbols_function_definition_is_void/ For context: (and (symbolp func) (native-comp-available-p) (fboundp 'subr-native-elisp-p) The check could be wrapped in a function to prevent this in the future. e.g. (defun org-native-com

[BUG] org-link-descriptive not honored as file-local-variable [9.5 (9.5-g0a86ad @ /home/gustavo/.emacs.d/elpa/org-9.5/)]

2021-10-29 Thread Gustavo Barros
Hi All, Currently, trying to set `org-link-descriptive' as file-local-variable is not honored by Org, and doing so, leads to one of mismatched states between `org-link-descriptive' and the invisibility specs. An ECM for it. Start ~emacs -Q~ and setup current Org: #+begin_src emacs-lisp (add

Re: tangle option to not write a file with same contents?

2021-10-29 Thread Greg Minshall
Max, > > 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? > > Are you going to celebrate a decade of the feature request? > I agree with you, make is wide spread a

Re: [BUG] Source code of type 'conf' disappears in LaTeX export [N/A (N/A @ /usr/share/emacs/site-lisp/org-mode/)]

2021-10-29 Thread Thomas S. Dye
Aloha, Marc van der Sluys writes: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. -

Re: org-persist warning when archiving

2021-10-29 Thread Colin Baxter 😺
> Ihor Radchenko writes: > Colin Baxter 😺 writes: >> Hi Ihor, >> >> My ECM is as follows. I'm using GNU-Linux and emacs-28.0.60. > Thanks! I was able to reproduce on my system. Should be fixed on > main via 9f87b1cc3. Yes, I can confirm the problem is fixed for me.

Re: tangle option to not write a file with same contents?

2021-10-29 Thread Max Nikulin
On 28/10/2021 11:04, Greg Minshall wrote: 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? Are you going to celebrate a decade of the feature request? https://list.org

Re: org-persist warning when archiving

2021-10-29 Thread Ihor Radchenko
Colin Baxter 😺 writes: > Hi Ihor, > > My ECM is as follows. I'm using GNU-Linux and emacs-28.0.60. Thanks! I was able to reproduce on my system. Should be fixed on main via 9f87b1cc3. Best, Ihor

[BUG] Source code of type 'conf' disappears in LaTeX export [N/A (N/A @ /usr/share/emacs/site-lisp/org-mode/)]

2021-10-29 Thread Marc van der Sluys
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: org-persist warning when archiving

2021-10-29 Thread Colin Baxter 😺
Hi Ihor, My ECM is as follows. I'm using GNU-Linux and emacs-28.0.60. 1. Delete any existing org-persist directory. 2. mkdir ~/a 3. emacs -Q 4. Evaluate path to latest org-mode. I enter (add-to-list 'load-path (expand-file-name "~/path/to/git/org-mode/lisp")) in the scratch buffer and do C-

Re: [BUG] Future repeated tasks marked done in Org Agenda don't show as done [9.5 (9.5-g0a86ad @ /home/gustavo/.emacs.d/elpa/org-9.5/)]

2021-10-29 Thread Gustavo Barros
Hi Ihor, On Fri, 29 Oct 2021 at 21:40, Ihor Radchenko wrote: Confirmed Thanks for checking and marking. Best, Gustavo.

Re: [BUG] Future repeated tasks marked done in Org Agenda don't show as done [9.5 (9.5-g0a86ad @ /home/gustavo/.emacs.d/elpa/org-9.5/)]

2021-10-29 Thread Ihor Radchenko
Gustavo Barros writes: > The glitch is that some repeated tasks, when marked done in the Agenda, > show no visual feedback that the action has taken place, as usual, and > if you refresh the Agenda, they just vanish, which demonstrates the > action had indeed taken place in the agenda file, ju

[BUG] Future repeated tasks marked done in Org Agenda don't show as done [9.5 (9.5-g0a86ad @ /home/gustavo/.emacs.d/elpa/org-9.5/)]

2021-10-29 Thread Gustavo Barros
Hi All, I've been meeting a small glitch on the Agenda, which had been eluding me for some time, as it "sometimes works, sometimes doesn't", and I wasn't being able to recognize the rule for it. So I started keeping track of it a while, and I was thus able to come up with a ECM. I'm not sur

[PATCH] oc-basic: add shorten-name function

2021-10-29 Thread Bruce D'Arcus
While I'm at it, here's a followup to the "date" patch that adds a little function to shorten author names, and uses it for the "plain" entry output. This is a simple function ATM; it only strips given names from personal names, and is only used on the "plain" entry output. But it should be easil

Error during PDF export but the PDF file is exported

2021-10-29 Thread Pascal Quesseveur
Hello, I use Emacs 27.1 on Windows and Org 9.3. >From time to time I work on files mounted from a remote host which is late compared to my pc. Then I encounter errors when producing files from Org: File xxx wasn't produced But the file is produced and is up-to-date. The error message comes fro

[PATCH] oc-basic: support biblatex date field

2021-10-29 Thread Bruce D'Arcus
This is a tiny change that just checks for a 'date' field if 'year' is nil, and if present, grabs the first four characters. Bruce From feee2ca6d54d3495050de334c258438950494372 Mon Sep 17 00:00:00 2001 From: Bruce D'Arcus Date: Fri, 29 Oct 2021 08:17:43 -0400 Subject: [PATCH] oc-basic: Support bi

Re: [BUG] Consecutive emphasis markers only work every other time [9.5 (9.5-??-cc2490a70 @ /home/joe/.emacs.d/.local/straight/build-27.1/org/)]

2021-10-29 Thread Ihor Radchenko
Joseph Peterson writes: > > > Steps to reproduce: > Enter org mode (I am on cc2490a7061955395c4f5a1a23a088044554a2f7) > Type *bold* *bold* *bold* > Notice that the second instance is not bolded while the first and third > ar