Re: leading superscript on a line for ODT export

2022-03-16 Thread Greg Minshall
Max and Eric, thanks for the explanation! "hmm...", about manual patches at the moment.

Re: Question About Low Level Issues To Fix

2022-03-16 Thread Russell Adams
Samuel, On Wed, Mar 16, 2022 at 01:07:48PM -0400, Samuel Banya wrote: > On a related note, I took a look at what's present, but was kind of > lost in terms of what to necessarily fix. > > I saw the general TODO list present, but wasn't sure if there are > any low level issues that should be

Question About Low Level Issues To Fix

2022-03-16 Thread Samuel Banya
Hey there, So I received SourceHut access which is awesome. I took a look at the Git repo last weekend, and boy was I impressed by the team who works on Org Mode. One day, I hope to get half of the credentials for most of the people listed there :) On a related note, I took a look at what's

Re: LaTeX export of a file with some accented characters

2022-03-16 Thread Max Nikulin
On 15/03/2022 10:28, Vikas Rawal wrote: I have an org file with some names (not all) that have accented characters. But when I try to export, I get errors such as this: Sāṅkr - 65190: word not found What do I do to make Org export these correctly? Is there a way to make Org export even if it

Re: leading superscript on a line for ODT export

2022-03-16 Thread Max Nikulin
On 16/03/2022 21:04, Greg Minshall wrote: hi. @@org:@@^1 blah i'm not familiar with the '@@' construct. in the manual, searching for the string "@@", i see references to various =@@foo...=, but not, for example, =@@org:@@=. is there a general definition? might the index (or, one of

Re: leading superscript on a line for ODT export

2022-03-16 Thread Eric S Fraga
On Wednesday, 16 Mar 2022 at 07:04, Greg Minshall wrote: > i'm not familiar with the '@@' construct. in the manual, searching for > the string "@@", i see references to various =@@foo...=, but not, for > example, =@@org:@@=. > > is there a general definition? The general definition is

org-log-note-clock-out ends action after note, forgetting to clock in to something

2022-03-16 Thread Tory S. Anderson
This is regarding the behavior of =org-log-note-clock-out=. When =nil= I can just be clocked in to A and then when I clock in to B it stops A, starts B. This is nice. However, when =org-log-note-clock-out= is true, I get prompted for a note -- which is what I want -- but it stops there. So,

Re: leading superscript on a line for ODT export

2022-03-16 Thread Juan Manuel Macías
Max Nikulin writes: > @@org:@@^1 blah This is a nice solution. I think a snipet with a "non-existent" backend would work here too: @@null:@@^1 (I use a lot export snipets with 'non-existent' backends for inline comments). Best regards, Juan Manuel

Re: leading superscript on a line for ODT export

2022-03-16 Thread Greg Minshall
hi. > @@org:@@^1 blah i'm not familiar with the '@@' construct. in the manual, searching for the string "@@", i see references to various =@@foo...=, but not, for example, =@@org:@@=. is there a general definition? might the index (or, one of the indices) usefully have references to

Re: leading superscript on a line for ODT export

2022-03-16 Thread Eric S Fraga
On Wednesday, 16 Mar 2022 at 20:46, Max Nikulin wrote: > @@org:@@^1 blah cute! works very well. Thank you. -- : Eric S Fraga, with org release_9.5.2-401-g91681f in Emacs 29.0.50

Re: leading superscript on a line for ODT export

2022-03-16 Thread Eric S Fraga
On Wednesday, 16 Mar 2022 at 13:12, Juan Manuel Macías wrote: > When I need to find out some xml markup in odt or docx I open the > document from Dired with view-mode, and run C-c C-c Yeah, I've done this in the past as well. Dired and automatic un-zipping really helps! Thanks again, eric --

Re: leading superscript on a line for ODT export

2022-03-16 Thread Max Nikulin
On 16/03/2022 18:23, Eric S Fraga wrote: I need to have a line starting with a superscript, e.g. 1, in an ODT exported file. If I write "^1 blah", it doesn't work. I need a character before the ^ to have it interpreted as a superscript. Is there an "empty" character I can use? I tried a

Re: leading superscript on a line for ODT export

2022-03-16 Thread Juan Manuel Macías
Eric S Fraga writes: > Yes, I guess this is the best way to do this. Thank you in particular > for the xml code for odt which would have taken me some time to figure > out! When I need to find out some xml markup in odt or docx I open the document from Dired with view-mode, and run C-c C-c

Re: [BUG] org-cite: 10 second hang opening a ~4k org file with 10MB bibtex library [9.5.2 (9.5.2-g91681f @ /home/jdm204/.config/emacs/straight/build/org/)]

2022-03-16 Thread Bruce D'Arcus
Thanks for posting this! For Nicolas et al, my more general question about performance with oc-basic was related to this, so you can ignore that. On Tue, Mar 15, 2022 at 1:01 PM Jamie Matthews wrote: > > # Issue > Starting emacs with emacs -Q, then navigating to a minimal example org file >

org-log-note-clock-out ends action after note, forgetting to clock in to something

2022-03-16 Thread Tory S. Anderson
This is regarding the behavior of =org-log-note-clock-out=. When =nil= I can just be clocked in to A and then when I clock in to B it stops A, starts B. This is nice. However, when =org-log-note-clock-out= is true, I get prompted for a note -- which is what I want -- but it stops there. So,

Re: Inline src block element not parsed correctly for export when in a list item

2022-03-16 Thread Kaushal Modi
Hello, Just pinging here again. Can someone confirm this bug? -- Kaushal Modi On Tue, Mar 1, 2022, 10:10 PM Kaushal Modi wrote: > Hello, > > I believe I have come across a corner case issue where the inline src > block element doesn't get parsed as one, if: > > 1. That src block is in a list

Re: leading superscript on a line for ODT export

2022-03-16 Thread Eric S Fraga
On Wednesday, 16 Mar 2022 at 12:03, Juan Manuel Macías wrote: > I would use a macro. For example: Yes, I guess this is the best way to do this. Thank you in particular for the xml code for odt which would have taken me some time to figure out! -- : Eric S Fraga, with org

Re: leading superscript on a line for ODT export

2022-03-16 Thread Juan Manuel Macías
Hi Eric, Eric S Fraga writes: > I need to have a line starting with a superscript, e.g. 1, in an ODT > exported file. If I write "^1 blah", it doesn't work. I need a > character before the ^ to have it interpreted as a superscript. > > Is there an "empty" character I can use? I tried a

leading superscript on a line for ODT export

2022-03-16 Thread Eric S Fraga
Dear all, I need to have a line starting with a superscript, e.g. 1, in an ODT exported file. If I write "^1 blah", it doesn't work. I need a character before the ^ to have it interpreted as a superscript. Is there an "empty" character I can use? I tried a non-breaking space but that did not