Re: [ANN] New `bibtex' citation processor

2021-10-09 Thread Colin Baxter
> Nicolas Goaziou writes: > Hello, I just added the no-thrill "oc-bibtex" citation processor, > which relies on the standard "\cite" and "\nocite" LaTeX > commands. It only supports citation suffixes. > Regards, -- Nicolas Goaziou Great. Thanks Nicolas. Best wishes, Colin B

Re: Release 9.5

2021-10-09 Thread flow
Merçi beaucoup Bastien! One of those who does not contribute to the code but loves Orgmode 🙂 El jue, 30-09-2021 a las 13:11 +0530, Pankaj Jangid escribió: > Bastien writes: > > > Org 9.5 is out, available from GNU ELPA. > > > > Thanks a lot to every contributor. > > > > Thanks a lot for your

9.5 not yet on org elpa?

2021-10-09 Thread Steve Downey
The docs say that the last version that will be on org elpa will be 9.5, but it looks like the September 20th build was the last one, which seems to be 9.4? I've managed to switch to gnu elpa. There are some challenges there because package.el thinks 9.5 is less than 20210920.

Re: [BUG] org-save-all-org-buffers reapplies startup visibility [9.5 (release_9.5 @ /usr/local/share/emacs/29.0.50/lisp/org/)]

2021-10-09 Thread No Wayman
Your analysis is correct. I looked into this a couple days ago. See the following message for an explanation and a patch (testing appreciated): https://list.orgmode.org/87zgrmc2rg@gmail.com/T/#m9888bc09d77d7bba70ba99671aca72446c4d41b9

Re: [BUG] org-save-all-org-buffers reapplies startup visibility [9.5 (release_9.5 @ /usr/local/share/emacs/29.0.50/lisp/org/)]

2021-10-09 Thread Mark Barton
It works on my system with native compilation on macOS 11.6. I made the change to org.el that is in my local clone of the emacs master branch and recompiled. Looking at the Help for the function, I see it is native compiled Lisp in my test here. - *Help* - buffer org-save-all-org-buffers is an

Re: [BUG] org-save-all-org-buffers reapplies startup visibility [9.5 (release_9.5 @ /usr/local/share/emacs/29.0.50/lisp/org/)]

2021-10-09 Thread Kyle Meyer
No Wayman writes: > Subject: [PATCH] lisp/org.el: (org-save-all-org-buffers): Prevent `org-mode' > reload > > * lisp/org.el: (org-save-all-org-buffers): Ensure `save-some-buffers' PRED > returns boolean. > > As of this upstream commit: > > https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=a

test-org-cite/list-citations failure (was: Citation not inserted as 1st item in footnote ...)

2021-10-09 Thread Kyle Meyer
Hi Nicolas, Nicolas Goaziou writes: > Nicolas Goaziou writes: > >> This allows one to insert a citation in the middle of the citation >> number, which is not desirable either. IOW, an additional check is >> required. > > I think this is now fixed. Thank you. It looks like this commit introduced

How to retrieve ALL the information of an Org table ?

2021-10-09 Thread Emmanuel Charpentier
Dear list, I have problems with exploiting programatically the structure of an Org table : I want to write function acting on complex tables, where the original information is presented along various statistics. My idea is to isolate the original information in a range delimited (by convention) by

Re: test-org-cite/list-citations failure

2021-10-09 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > It looks like this commit introduced a test failure. Fixed. Thank you. Regards, -- Nicolas Goaziou

Re: How to retrieve ALL the information of an Org table ?

2021-10-09 Thread Ihor Radchenko
Emmanuel Charpentier writes: > Passing this table as an argument to source code loses the hlines : > #+begin_src emacs-lisp :exports results :results drawer :var foo=ttest > foo > #+end_src I think you are looking for ":hlines yes" header arg (the default is no) Best, Ihor

Re: how to export to odt with 11 or 10 pt fonts? Default font setting

2021-10-09 Thread Juan Manuel Macías
copropriete27ruemo...@gmail.com writes: > Unless you insist on using Computer Modern with a word processing > programm (yes, it can be done, at least with the OTF versions of these > fonts), or Times New Roman/Cambria with LaTeX (again possible thanks to > their OTF incarnation) and slaving to for

Re: 9.5: coping with loss of ditaa.jar

2021-10-09 Thread Jarmo Hurri
Greetings. Let me collect the suggested responses with their merits and potential issues. 1. Use ditaa.jar that comes with your operating system. Perfect if this works. Seems to work e.g. in Debian, does not seem to work with Fedora. Perhaps because one is a standalone library and the oth

Re: 9.5: coping with loss of ditaa.jar

2021-10-09 Thread Colin Baxter 😺
> Jarmo Hurri writes: > 3. Copy ditaa.jar from previous version of org. Works in the short > run, but I do not think we want to advocate this: "We took > ditaa.jar out of org, so you will want to download an earlier > version of org to make ditaa work." Not true. I use Org m