Re: Pending contents in org documents

2024-05-31 Thread Bruno Barbier
Ihor Radchenko writes: > Bruno Barbier writes: > ;;(org-pending-send-update my-rlock (list :progress "Not ready yet.")) ;;(org-pending-send-update my-rlock (list :progress "Coming soon.")) >>> >>> Should the progress message always be a string? >> >> No.

Using Org-mode macros as LaTeX macros

2024-05-31 Thread Sébastien Gendre
TL;DR: How can I use the Org-mode macros as LaTeX macros inside an export LaTeX bloc ? Hello, In a document I write for my school, using Org-mode, I have defined a Org-mode macro. Named "orga" (for organization) and who have the name of my school as value. Example: #+MACRO: orga Sch

[BUG] Folding bug using org-info.js with numbered sections [9.6.15 (release_9.6.15 @ /snap/emacs/current/usr/share/emacs/29.3/lisp/org/)]

2024-05-31 Thread Felix Esser
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 Your bug report will be posted to the Org mailing list. -

Re: question about links, macros + org-publish and "parametrization"

2024-05-31 Thread Max Nikulin
On 30/05/2024 23:33, Ihor Radchenko wrote: Max Nikulin writes: I can not figure out if it is possible with some trick to expand {{{year}}} before file:... is parsed. Not possible. Macros are not recognized in verbatim contexts like link path. I had in mind some technique like \expandafter i

Re: Pending contents in org documents (Re: Asynchronous blocks for everything (was Re: ...))

2024-05-31 Thread Ihor Radchenko
Bruno Barbier writes: > ... I'm now using using a fully working example. Thanks! I will first reply to you email inline and then common further on your changes from the branch. >>> ;;(org-pending-send-update my-rlock (list :progress "Not ready >>> yet.")) >>> ;;(org-pending-se

Re: Org-mode for Docbook and DITA

2024-05-31 Thread Thomas Redelberger
Hi Mark, You might want to look at org-mode's built I exporters and/or using "pandoc". pandoc supports Docbook both on input and output and org-mode on input and output. I use a Makefile when combining Emacs/org and pandoc. Alternatively you might want to use the Emacs package org-pandoc (ox-pa

Org-mode for Docbook and DITA

2024-05-31 Thread Mark Lewin
Hi all, I'll shortly be starting a new role as a tech writer, where much of the docs are written in Docbook and DITA. I'm hoping to do the bulk of my work in org-mode and export to the required format. I've seen an exporter for Docbook, but I wonder if anyone has successfully used Emacs/org-m