Re: How to disable completely org-persist

2022-12-30 Thread tomas
On Sat, Dec 31, 2022 at 02:29:43AM +0100, Angelo Graziosi wrote: > > > Il 30/12/2022 18:42 Colin Baxter ha scritto: > > > > > > > Angelo Graziosi writes: > > > > > tomas wrote: > > >> there is now a defvar `org-element-cache-persistent' > > > > > Ah! didn't knew that.. > > >

[BUG] Checkbox item is broken in html export with table content [9.6 (9.6-??-bed47b437 @ /Users/hw/.emacs.d/.local/straight/build-28.1/org/)]

2022-12-30 Thread nunnery-09-bayside
The HTML Export is a bit broken when the checkbox item has table content. See the HTML exporting difference between section A and B in follow code. (also attached a screenshot below) #+BEGIN_SRC org * A 1. [ ] test 2. [ ] foo 3. [ ] bar * B a. [ ] foo b. [ ] bar | a | b | c |

Re: Export Org with Org concept -- Re: Problems with C-c C-e file.org,

2022-12-30 Thread Jean Louis
* Eduardo Ochs [2022-12-31 04:11]: > Hi Jean Louis, > > did you solve your problem? Did you find a way to replace the > blocking code by something else? Of course, for me personally, I have fully solved it, you can see video here:

Re: How to disable completely org-persist

2022-12-30 Thread Ihor Radchenko
Angelo Graziosi writes: >> Indeed, although I'm not yet convinced that org-persist directories wont >> eventually start showing up in /tmp! > > I fear that sooner or later it will reappear somewhere.. > > When it showed up few week ago, I found that setting and added it to the init > file but

Re: [BUG] warning message for straight-use-package [9.6 (9.6-gb2adb6 @ /Users/stephen/.emacs.d/straight/build/org/)]

2022-12-30 Thread Richard Kim
Stephen Eglen writes: > Checking the source, I see line 77 of org-macs.el has > > (straight-use-package 'org) > > so I'm not sure what the fix is, but does anyone have any ideas on > providing a warning that uses the correct quote character? The correct character is the usual 7-bit single

search in org-sparse-tree for multiple files

2022-12-30 Thread Eric Chun
Hi, I can't seem to use the M-g M-n keys to jump to occurrences in sparse tree search for second org file within same Emacs window. If I search first file by pressing C-c / r RET and then search second file by pressing C-c / r RET, I'm not able to jump to occurrences in that second file by

Re: LaTeX tutorial (focused on what Org exports) ??

2022-12-30 Thread Thomas S. Dye
David Masterson writes: Anyone have a recommendation for a LaTeX tutorial that would (especially) help me understand the LaTeX exported by Org and how to enhance what is exported (new document classes, etc.). I don't want to bore you all with a lot of questions, so I'm looking for a good

Re: How to disable completely org-persist

2022-12-30 Thread Angelo Graziosi
> Il 30/12/2022 18:42 Colin Baxter ha scritto: > > > > Angelo Graziosi writes: > > > tomas wrote: > >> there is now a defvar `org-element-cache-persistent' > > > Ah! didn't knew that.. > > > Setting > > > (setq org-element-cache-persistent nil) > > > seems to

Re: Export Org with Org concept -- Re: Problems with C-c C-e file.org,

2022-12-30 Thread Eduardo Ochs
On Mon, 19 Dec 2022 at 18:13, Jean Louis wrote: > > * Ihor Radchenko [2022-12-18 17:57]: > > andre duarte bueno writes: > > > > > When I try to export file.org using C-c C-e the window with the list of > > > possibilities appears. But it appears incomplete(visualization), so I try > > > to use

LaTeX tutorial (focused on what Org exports) ??

2022-12-30 Thread David Masterson
Anyone have a recommendation for a LaTeX tutorial that would (especially) help me understand the LaTeX exported by Org and how to enhance what is exported (new document classes, etc.). I don't want to bore you all with a lot of questions, so I'm looking for a good book. -- David Masterson

Re: ob-shell intentions and paperwork (was Bash results broken?)

2022-12-30 Thread Matt
On Fri, 30 Dec 2022 00:34:38 -0500 Matt wrote --- > > On Thu, 29 Dec 2022 06:08:59 -0500 Ihor Radchenko wrote --- > > > From: Matt Trzcinski m...@excalamus.com> > > > +(require 'org-test (expand-file-name "../org-test.el")) > > > > I am unsure here. What will happen

Broken numerical ordered list when exported to latex

2022-12-30 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 I have a long-standing problem with a numerical ordered list which is broken by sub-headings, and exported to latex. On looking at the org manual, the most recent one that I have, on page 12, it shows something like '[@20]' which when exported

Re: [PATCH] ob-core: add org-confirm-babel-evaluate-cell custom variable

2022-12-30 Thread Tom Gillespie
Hi Bastien, In short, we need two variables due to the case where a user wants to set nil for all vars and a function for code. More replies in line. Best! Tom > I see nothing in etc/ORG-NEWS that describes this change: am I missing > something? Looks like any mention of the change is missing

Re: How to disable completely org-persist

2022-12-30 Thread Colin Baxter
> Angelo Graziosi writes: > tomas wrote: >> there is now a defvar `org-element-cache-persistent' > Ah! didn't knew that.. > Setting > (setq org-element-cache-persistent nil) > seems to work.. Indeed, although I'm not yet convinced that org-persist directories

[BUG] warning message for straight-use-package [9.6 (9.6-gb2adb6 @ /Users/stephen/.emacs.d/straight/build/org/)]

2022-12-30 Thread Stephen Eglen
Hi, I use straight.el for package management, and a recent package (I think it was todoist.el) pulled in org-mode. This then caused the warning about mismatch between the org-mode in Emacs and the one from the repo. I read the *Warning* and in particular this bit:

Re: How to disable completely org-persist

2022-12-30 Thread Ihor Radchenko
to...@tuxteam.de writes: >> The variable has been there since the beginning. > > But you made me aware of it, and thanks for it :) https://orgmode.org/Changes.html ;) -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org

Re: How to disable completely org-persist

2022-12-30 Thread tomas
On Fri, Dec 30, 2022 at 01:35:39PM +, Ihor Radchenko wrote: > writes: > > > AFAIK there is now a defvar `org-element-cache-persistent'. Maybe it > > works for you? > > The variable has been there since the beginning. But you made me aware of it, and thanks for it :) > Now, org-persist is

Re: How to disable completely org-persist

2022-12-30 Thread Ihor Radchenko
writes: > AFAIK there is now a defvar `org-element-cache-persistent'. Maybe it > works for you? The variable has been there since the beginning. Now, org-persist is just more careful not to create the directory when nothing needs to be stored there. -- Ihor Radchenko // yantar92, Org mode

Re: How to disable completely org-persist

2022-12-30 Thread Angelo Graziosi
tomas wrote: > there is now a defvar `org-element-cache-persistent' Ah! didn't knew that.. Setting (setq org-element-cache-persistent nil) seems to work.. Thanks, Angelo.

Re: How to disable completely org-persist

2022-12-30 Thread tomas
On Fri, Dec 30, 2022 at 01:11:12PM +0100, Angelo Graziosi wrote: > > Il 05/12/2022 18:58 Colin Baxter ha scritto: > > > > > > > Angelo Graziosi writes: > > > > > Colin Baxter wrote: > > >> I too would like a means to disable org-persist. > > > > > On emacs-devel there was this

Re: How to disable completely org-persist

2022-12-30 Thread Angelo Graziosi
> Il 05/12/2022 18:58 Colin Baxter ha scritto: > > > > Angelo Graziosi writes: > > > Colin Baxter wrote: > >> I too would like a means to disable org-persist. > > > On emacs-devel there was this suggestion: > > >

Re: [PATCH][WORG] replaces broken javascript with link

2022-12-30 Thread Ihor Radchenko
gerard.vermeu...@posteo.net writes: > the attached patch replaces a snippet of broken javascript code with an > org-mode link. > > Best regards -- Gerard Bastien, may you take a look? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at .

Re: [PATCH] ob-core: add org-confirm-babel-evaluate-cell custom variable

2022-12-30 Thread Max Nikulin
On 30/12/2022 15:52, Bastien wrote: But are we sure that users need to confirm header args evaluation separately from code blocks evaluation? I do not think we need to confirm header arguments *separately*, but they should not be executed before asking users. It is not easy to implement

Re: [BUG] ob-R.el: extra empty data.frame columns generated from plain lists after recent change [9.6 (release_9.6-3-ga4d38e @ /usr/share/emacs/30.0.50/lisp/org/)]

2022-12-30 Thread Bastien
"Berry, Charles" writes: > The R `data.frame' type is a list with some added attributes. In > that list each top level element is a *column* in the data.frame. Thanks for the explanation. > There might be some useful applications for converting org lists to R > lists and vice versa. But it

Re: [BUG] ob-R.el: extra empty data.frame columns generated from plain lists after recent change [9.6 (release_9.6-3-ga4d38e @ /usr/share/emacs/30.0.50/lisp/org/)]

2022-12-30 Thread Bastien Guerry
So, based on Charles recent feedback: >> If there are more complaints about that in the future, I'll >> reconsider. ... let's do as Jeremie originally said: wait until someone complains. > Note that my NEWS entry may not be accurate for ob-R then: > > ** List references in source block variable

Re: Re: Problems with LaTeX export for $x\text{foo $x$}$-like construts?

2022-12-30 Thread Pedro Andres Aranda Gutierrez
> From: Ihor Radchenko > To: alain.coch...@unistra.fr > Cc: emacs-orgmode@gnu.org > Subject: Re: Problems with LaTeX export for $x\text{foo $x$}$-like > construts? > Message-ID: <87wn6av84v.fsf@localhost> > Content-Type: text/plain > > alain.coch...@unistra.fr writes: > > > Version used:

Re: [PATCH] ob-core: add org-confirm-babel-evaluate-cell custom variable

2022-12-30 Thread Bastien
Thanks a lot for the detailed answer, very helpful. > What changed: The prompt previously displayed on code block evaluation > is now also displayed when expanding header arguments: I see nothing in etc/ORG-NEWS that describes this change: am I missing something? >> Whether it changed or not,

Re: ob-shell intentions and paperwork (was Bash results broken?)

2022-12-30 Thread Bastien Guerry
Hi Matthew, Matt writes: > You're correct, I've not contributed to core. I would love to > maintain lisp/ob-shell.el. Your wish has been granted: https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=e8ceb4a2 > I'm expecting life changes in the coming > months and can't anticipate