Re: org-babel guile source block bug in handling multiple values

2023-03-08 Thread Zelphir Kaltstahl
On 3/8/23 20:38, Bruno Barbier wrote: Hi Zelphir, Zelphir Kaltstahl writes: On 3/7/23 20:52, Bruno Barbier wrote: Also thanks for the idea with sessions + separate import source block. I thought that should work, but apparently that also has the same error, when running for the first time:

Re: visual-line-mode don't play well with org-latex-preview

2023-03-08 Thread chris
On Wednesday, 8 March 2023 20:14:53 CET Bruno Barbier wrote: > > Hi Chris, > > chris writes: > > > On Thursday, 2 March 2023 20:00:14 CET Bruno Barbier wrote: > >> The behavior looks the same using only text-mode (without using org). > >> You should probably report this as an Emacs bug (see

Re: [PATCH] org-src: Improve the name of source editing buffers

2023-03-08 Thread Rudolf Adamkovič
Ihor Radchenko writes: > net-utils.el also has "*ftp [host]*". Notably, with space. > I found no other use of [...] in Emacs sources. Looking at my buffers, I see: - e.g. "FILE" from Project.el - e.g. "*EGLOT (PROJECT/(MODE)) events*" from Eglot - e.g. "magit-diff(FILE1 -- FILE2): PROJECT"

Re: org-babel guile source block bug in handling multiple values

2023-03-08 Thread Bruno Barbier
Hi Zelphir, Zelphir Kaltstahl writes: > On 3/7/23 20:52, Bruno Barbier wrote: > Also thanks for the idea with sessions + separate import source block. I > thought > that should work, but apparently that also has the same error, when running > for > the first time: > > ... Oh, I see. I

Re: visual-line-mode don't play well with org-latex-preview

2023-03-08 Thread Bruno Barbier
Hi Chris, chris writes: > On Thursday, 2 March 2023 20:00:14 CET Bruno Barbier wrote: >> The behavior looks the same using only text-mode (without using org). >> You should probably report this as an Emacs bug (see M-x >> report-emacs-bug). > > What command for latex preview in text mode?

Re: how to add special glyphs

2023-03-08 Thread Pedro Andres Aranda Gutierrez
BTW, for listings, this seems to help with the backslashes \usepackage{upquote} \newcommand{\BSL}{\char`\\} Best, /PA On Wed, 8 Mar 2023 at 16:14, Rob Sargent wrote: > > > > > On Mar 8, 2023, at 3:09 AM, Pedro Andres Aranda Gutierrez > > wrote: > > > > On 3/6/23 Rob Sargent wrote: > > >

Re: [PATCH] Fix ob-latex.el command injection vulnerability.

2023-03-08 Thread lux
On Tue, 2023-03-07 at 22:31 +0700, Max Nikulin wrote: > On 06/03/2023 10:17, lux wrote: > > On Sat, 2023-02-18 at 11:43 +, Ihor Radchenko wrote: > > > > > > I think should be (rename-file img-out out-file t) > > > > Fixed, thank you. > > There are a couple more mv shell commands in

Re: Key binding in help (was: Re: PROPOSAL: Bind `org-fold-hide-subtree' by default in Org Mode.)

2023-03-08 Thread Max Nikulin
On 26/02/2023 06:32, Samuel Wales wrote: i acccomplished this with (define-key org-mode-map (quote [C-tab]) (quote org-next-link)) [kbd would be better]. ... i.e. like m-. on a function name, if that is set up to work, or c-h f command tab ret to go to the fuction definition, but for keys. I

Re: how to add special glyphs

2023-03-08 Thread Rob Sargent
> On Mar 8, 2023, at 7:59 AM, Max Nikulin wrote: > > On 08/03/2023 07:29, Rob Sargent wrote: >>> LuaLaTeX may be instructed to use fallback fonts, see e.g. > ... >>> To my taste it is too low level. >> That I placed the unicode into the text was "too low level"? I could argue >> that "it's

Re: how to add special glyphs

2023-03-08 Thread Rob Sargent
> On Mar 8, 2023, at 3:09 AM, Pedro Andres Aranda Gutierrez > wrote: > > On 3/6/23 Rob Sargent wrote: > >> I think I have to decide on one format and stick with it. I get bitten >> by ODT/DOC transformations, not sure I like the default look of >> LaTeX/pdf, HTML is pretty reliable but

Re: [BUG] No space after footnote with org-export-with-footnotes set to nil [9.6.1 ( @ /Users/test/.emacs.d/elpa/28.0/develop/org-9.6.1/)]

2023-03-08 Thread Max Nikulin
On 07/03/2023 20:59, Ihor Radchenko wrote: I agree about the last example, but what about "Heading [0/1] text"? Both "Heading" and "[0/1]" have the same :post-blank " ", so when stripping the statistics cookie use " " :post-blank for "Heading" (retain current value). Max Nikulin writes:

Re: how to add special glyphs

2023-03-08 Thread Max Nikulin
On 08/03/2023 07:29, Rob Sargent wrote: LuaLaTeX may be instructed to use fallback fonts, see e.g. ... To my taste it is too low level. That I placed the unicode into the text was "too low level"?  I could argue that "it's a UTF doc", or that "\ding{55}" is bizarrely high level.  Other's

Re: [PATCH] org-src: Improve the name of source editing buffers

2023-03-08 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> Could you elaborate about "more standard"? > > Sure. For example, when I look at my Mode Line now, I see that the major more > is "Message[Notmuch]". When I look at the names of the currently open > buffers, > I see "FOO" and "{FOO}" and

Re: [POLL] Proposed syntax for timestamps with time zone info (was: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda)

2023-03-08 Thread Ihor Radchenko
Jean Louis writes: >> > Here is suggestion: >> > --- >> > >> > 1. Convert local time timestamp to UTC >> > 2. Add 10024 hours >> > 3. Provide timestamp in UTC >> >> This will involve converting time, which is prone to errors. I still >> think that sometimes it is more convenient

Re: Re: how to add special glyphs

2023-03-08 Thread Pedro Andres Aranda Gutierrez
On 3/6/23 Rob Sargent wrote: > I think I have to decide on one format and stick with it. I get bitten > by ODT/DOC transformations, not sure I like the default look of > LaTeX/pdf, HTML is pretty reliable but not best for handing out. Maybe > I'll go back to "text" and call it good. If my .2

Re: org-babel guile source block bug in handling multiple values

2023-03-08 Thread Ihor Radchenko
Zelphir Kaltstahl writes: > Actually, now that I think about it, the whole problem is gone, when > replacing > the wrapping let with 2 separate (define ...), which I originally thought org > would do: > ... > Is there a reason it has to be wrapped in a let, instead of simply define-ing > the