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

2025-07-16 Thread Matteo Valsasina
Wow, this seems fantastic both for math and for doc exportting. Are those files public? Cheers Matteo On mar, lug 15, 2025 at 03:50 Leo Butler wrote: > On Mon, Jul 14 2025, David Masterson wrote: > >> William Denton writes: >> >>> On Monday, July 14th, 2025 at 18:38, David Masterson >>> wro

Re: bug#78037: 30.1; Insert link when using org-yank regardless if file already exists

2025-07-16 Thread Thomas Ramsauer
Hi all, sorry for the delay. here is a step-by-step recipe: start emacs: emacs -Q -l the-following-el -- (setq tr/org-attachments-directory (concat (file-name-as-directory org-directory) "attachments/")) (setq-default org-attach-id-dir tr/org-attachments-directory) (setq org-id-method

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

2025-07-16 Thread Leo Butler
On Wed, Jul 16 2025, Matteo Valsasina wrote: > Wow, > this seems fantastic both for math and for doc exportting. Yes, I think Org really is fantastic for those purposes (and writing code in a (semi-)literate fashion). > Are those files public? No, they contain the personal information of stude

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

2025-07-16 Thread Leo Butler
On Wed, Jul 16 2025, Pedro Andres Aranda Gutierrez wrote: >>Date: Tue, 15 Jul 2025 09:45:57 +0200 >>From: "Dr. Arne Babenhauserheide" >>To: David Masterson >>Cc: William Denton , emacs-orgmode@gnu.org >>Subject: Re: LaTeX to Org ? (also Auctex/Lyx) >>Message-ID: <87ldop522y@web.de> >>Conte

Re: [PATCH] add lowercase c to languages recognized for CSS highlight

2025-07-16 Thread Ihor Radchenko
Ihor Radchenko writes: >> Subject: [PATCH] add lowercase c to languages recognized for CSS highlight > > Could you please add a commit message as described in > https://orgmode.org/worg/org-contribute.html#commit-messages ? > >> @@ -318,6 +318,7 @@ This affects IDs that are determined from the ID

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

2025-07-16 Thread Pedro Andres Aranda Gutierrez
My usecase is basically the slides for my lectures. I get rid of most of the markup, which in Beamer is sometimes overwhelming. I can also modify examples on the fly to answer questions and explore alternatives in class. And I can always resort to TiKZ for high-quality graphics and animations. B

Re: [PATCH] add lowercase c to languages recognized for CSS highlight

2025-07-16 Thread Nikolaos Chatzikonstantinou
C is the one I can think of, I can't work on the defcustom right now. Regards, Nikolaos Chatzikonstantinou On Wed, Jul 16, 2025, 12:38 PM Ihor Radchenko wrote: > Ihor Radchenko writes: > > >> Subject: [PATCH] add lowercase c to languages recognized for CSS > highlight > > > > Could you please

Re: Status of the all-tex-fonts feature branch

2025-07-16 Thread Pedro Andres Aranda Gutierrez
PS: here is how The example can be fixed with the feature branch. Comments: 1. It would be nice to agree on some #+BEGIN_LANG #+END_LANG block for the LaTeX exporter to cope with \begin{otherlanguage*} in an org-native way 2. Ditto for the texten macro 3. The example is not exactly the best way of

Re: [PATCH v5] WORG Org Protocol Page Rewrite

2025-07-16 Thread Ihor Radchenko
Christian Moe writes: > (One thing I haven't managed to pin down: org-protocol must have started > out in the contrib directory, as it's still in the org-contrib section > for historical reasons, but I think it must have been moved into core > right away in 2009 ... ?) It was released as a part

Re: [PATCH v5] WORG Org Protocol Page Rewrite

2025-07-16 Thread Christian Moe
Ihor Radchenko writes: > Christian Moe writes: > >> (One thing I haven't managed to pin down: org-protocol must have started >> out in the contrib directory, as it's still in the org-contrib section >> for historical reasons, but I think it must have been moved into core >> right away in 2009 ..

Re: [PATCH] Make org-yank-image-save-method dynamic.

2025-07-16 Thread Ihor Radchenko
Lockywolf writes: > At the moment, `org-yank-image-save-method' can only save an image > into a single location, or query "org-attach". > > This change allows customising its behaviour, allowing > `org-yank-image-save-method' to be a function returning a place to > save the file. > > Patch attach

Re: [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-pa

2025-07-16 Thread Ihor Radchenko
Arthur Heymans writes: > 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

Re: [PATCH] ob-dot: Add `graphviz-dot' language alias

2025-07-16 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Compared to `main', I see the following test failing: > > - test-ob/demarcate-block-split-prefix-region > > Is that what you are seeing too? Yes. > [I also see "14 skipped results" due to missing dependencies, but README > says nothing about how to fix those. The "De