Re: strange error exporting to ascii

2023-12-27 Thread Fraga, Eric
On Sunday, 24 Dec 2023 at 11:20, Ihor Radchenko wrote: > Should work now. I reverted the problematic commit. Confirmed. Thank you! -- : Eric S Fraga, with org release_9.6.13-1003-g872c1b in Emacs 30.0.50

Re: strange error exporting to ascii

2023-12-24 Thread Ihor Radchenko
Ihor Radchenko writes: > "Fraga, Eric" writes: > >> So there seems to be some compilation bug maybe? I will build Emacs >> from git as the version I'm using was built in September (I don't update >> during term time as I depend on Emacs and org for my teaching). I'll >> report back after

Re: strange error exporting to ascii

2023-12-23 Thread Fraga, Eric
On Saturday, 23 Dec 2023 at 09:52, Ihor Radchenko wrote: > ... me adding one innocent require to ox.el Complex systems... :-) Fantastic video, by the way. -- : Eric S Fraga, with org release_9.6.13-1003-g872c1b in Emacs 30.0.50

Re: strange error exporting to ascii

2023-12-23 Thread Ihor Radchenko
Ihor Radchenko writes: > This is most likely a bug with internal dependencies. > I need some time to figure out how to approach it. ... me adding one innocent require to ox.el https://youtu.be/OpLU__bhu2w?t=237 _// -- Ihor Radchenko // yantar92, Org mode contributor,

Re: strange error exporting to ascii

2023-12-22 Thread Fraga, Eric
On Friday, 22 Dec 2023 at 16:36, Ihor Radchenko wrote: > > This is most likely a bug with internal dependencies. > I need some time to figure out how to approach it. Okay, thank you. For the record, I've re-built Emacs from git and the problem persists so it's not (necessarily) Emacs itself.

Re: strange error exporting to ascii

2023-12-22 Thread Ihor Radchenko
"Fraga, Eric" writes: > So there seems to be some compilation bug maybe? I will build Emacs > from git as the version I'm using was built in September (I don't update > during term time as I depend on Emacs and org for my teaching). I'll > report back after doing so. This is most likely a bug

Re: strange error exporting to ascii

2023-12-22 Thread Fraga, Eric
Another data point: if I do a make cleanall and then start emacs without org compiled, exporting (to both targets) works, although there are complaints initially about the autoload file not being present etc. Slow, mind you. ;-) But I can live with this in the short term so I can get my work

Re: strange error exporting to ascii

2023-12-22 Thread Fraga, Eric
On Friday, 22 Dec 2023 at 15:58, Ihor Radchenko wrote: > This is a problem with Org mode compilation. Try to reinstall. Problem persists. I've done make update restart emacs: fails to export. Then make cleanall make and restart emacs but also fails to export, both times with same error

Re: strange error exporting to ascii

2023-12-22 Thread Fraga, Eric
On Friday, 22 Dec 2023 at 15:14, Ihor Radchenko wrote: [...] > This is also something from ox-bibtex.el. I suspect that you do not need > ox-bibtex.el. It is an old library predating Org's native citation support. > > Also, merely loading ox-bibtex.el changes Org export behaviour. Be careful.

Re: strange error exporting to ascii

2023-12-22 Thread Ihor Radchenko
"Fraga, Eric" writes: > Ah! Interesting. I had forgotten about requiring ox-bibtex in my > configuration files. I've now removed it but now get a new error > (elided): > > Debugger entered--Lisp error: (invalid-function org-element-with-buffer-copy) > org-element-with-buffer-copy(:to-buffer

Re: strange error exporting to ascii

2023-12-22 Thread Ihor Radchenko
"Fraga, Eric" writes: > On Friday, 22 Dec 2023 at 13:53, Ihor Radchenko wrote: >> Looks like your #+bibliography does not follow >> >> #+BIBLIOGRAPHY: /home/user/Literature/foo.bib plain option:-d >> >> format. > > It does not but the documentation does not say anything about a format > at all

Re: strange error exporting to ascii

2023-12-22 Thread Fraga, Eric
Hi Ihor, thank you for the response. On Friday, 22 Dec 2023 at 13:53, Ihor Radchenko wrote: > Looks like your #+bibliography does not follow > > #+BIBLIOGRAPHY: /home/user/Literature/foo.bib plain option:-d > > format. It does not but the documentation does not say anything about a format at

Re: strange error exporting to ascii

2023-12-22 Thread Ihor Radchenko
"Fraga, Eric" writes: > So, long story short, I try to export the original document to ascii and > I get an error related to citations. Having seen some updates to > exporting citations on the list over the past few weeks, I figured I > should upgrade org to the latest version. Now exporting

Re: strange error exporting to ascii

2023-12-21 Thread William Denton
On Thursday, December 21st, 2023 at 10:44, Fraga, Eric wrote: > So, long story short, I try to export the original document to ascii and > I get an error related to citations. Having seen some updates to > exporting citations on the list over the past few weeks, I figured I > should upgrade org