Re: LaTeX to Org ? (also Auctex/Lyx)

2025-07-14 Thread David Masterson
William Denton writes: > On Monday, July 14th, 2025 at 18:38, David Masterson > wrote: > >> I was originally wondering if anyone uses Emacs/Org to write their >> initial document, export it to LaTeX, fix it up with Auctex or Lyx, then >> regenerate the Org file for storage and possible later up

[BUG] org-element--cache [9.7.31 (9.7.31-??-4e6d38d1a @ /home/buntu/.config/emacs/.local/straight/build-29.4/org/)]

2025-07-14 Thread Buntu Ngcebetsha
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. -

[BUG] org-timer-set-timer evaluates "0:0x" effort into x seconds in org agenda, while org-mode file it works fine with x minutes [9.7.31 (N/A @ /nix/store/kjj6m7c2l5x6jx0wk1k4jxgl07r7k0kc-emacs-packag

2025-07-14 Thread Arthur Heymans
Hello I have an issue with org-timer-set-timer when used on a node with an effort set of the format “0:0x”. The intended behavior is that this is evaluated into a timer of x minutes. This works fine in an org-mode buffer. However if I try to do the same in a calendar buffer the timer gets set to

Re: On oc-csl adding

2025-07-14 Thread András Simonyi
Dear All, I gave a bit more thought to Ihor's suggestion and managed to solve the problem using the export communication channel, which looks like a more elegant solution indeed. I'm attaching the (somewhat tentative) patch in this direction. Note that I had to introduce a flag property to indicat

Re: On oc-csl adding

2025-07-14 Thread Ihor Radchenko
András Simonyi writes: > I gave a bit more thought to Ihor's suggestion and managed to solve the > problem using the export communication channel, which looks like a more > elegant solution indeed. To be fair, a lot of code, say, in ox-latex does regexp search. So, even though the idea with usin

Re: On oc-csl adding

2025-07-14 Thread Nikolaos Chatzikonstantinou
On Mon, Jul 14, 2025 at 7:30 AM András Simonyi wrote: > I gave a bit more thought to Ihor's suggestion and managed to solve the > problem using the export communication channel, which looks like a more > elegant solution indeed. I'm attaching the (somewhat tentative) patch in this > direction.

Re: Semantic Linking saves tedious work

2025-07-14 Thread Jean Louis
* Ihor Radchenko [2025-05-04 12:58]: > Jean Louis writes: > > >> Do you parse Org files for chunking? What is the chunking strategy? > > > > Yes, I parse by headings. That may not be as best. > > ... > > (headings (rcd-org-get-headings-with-contents)) > > ... > > (input (co

Re: How have users managed email tasks with org?

2025-07-14 Thread Jean Louis
* Kristoffer Balintona [2025-05-21 06:21]: > Hi org community, > > How have users of the org and Emacs community set up org-agenda and > org-capture with their Emacs email configuration? I have used Mutt always to receive emails and to send such. I have used Org to send tasks from Org to email

[Patch v3] Worg org-protocol.org: Rename "Construct Org…" to "Using Org protocol"

2025-07-14 Thread Charles Choi
Amended patches for org-protocol.org submitted for review: Patch (307b3bb9) org-protocol.org: Rename "Construct Org…" to "Using Org protocol” Patch (58cf2126) org-protocol.org: Remove Opera section Patch 58cf2126 requires that 307b3bb9 be merged first. 0001-org-pr

LaTeX to Org ? (also Auctex/Lyx)

2025-07-14 Thread David Masterson
I doubt it, but is it possible to take a LaTeX file and generate a (roughly) equivalent Org file? Is Pandoc capable of that? I was originally wondering if anyone uses Emacs/Org to write their initial document, export it to LaTeX, fix it up with Auctex or Lyx, then regenerate the Org file for stora

Re: LaTeX to Org ? (also Auctex/Lyx)

2025-07-14 Thread William Denton
On Monday, July 14th, 2025 at 18:38, David Masterson wrote: > I doubt it, but is it possible to take a LaTeX file and generate a > (roughly) equivalent Org file? Is Pandoc capable of that? It is, with "pandoc -o output.org input.tex". I'd never used that, so I gave it a try, and it looks very