Re: Emacs-orgmode Digest, Vol 217, Issue 20

2024-03-18 Thread pessoa
On Mon, Mar 18, 2024, at 12:00 AM, emacs-orgmode-requ...@gnu.org wrote: > Send Emacs-orgmode mailing list submissions to > emacs-orgmode@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.gnu.org/mailman/listinfo/emacs-orgmode > or, via email, send

Bug (?): org-fontify-quote-and-verse-blocks

2024-03-18 Thread William Denton
This variable was new to me when I saw it mentioned last week, so I turned it on, but either it doesn't work or I'm doing something wrong. My steps: In Org source tree, `make repro`. In Emacs: `M-: (setq org-fontify-quote-and-verse-blocks t) RET` Create a temporary Org file like this:

Re: `:export' attribute?: Re: Experimental public branch for inline special blocks

2024-03-18 Thread Juan Manuel Macías
Max Nikulin writes: > An update with a couple of bugs fixed. Now it is possible to specify > different export rules for a backend and all its derivatives: I have implemented your code in the last commit. I think it is a great improvement, thanks a lot. As I mentioned in a past email, these days

Buggy footnote numbering

2024-03-18 Thread Guillaume MULLER
Hi again, I hope this time I'm not mistaken. When I compile the attached file into a PDF with org-beamer-export-to-pdf, I get a PDF file where the footnotes numbering are using numbers in the text and letters in the footer. Am I doing something wrong? Is there a simple workaround? Good

Re: [PATCH] Add support for tables in Calc src block :var

2024-03-18 Thread Fraga, Eric
On Monday, 18 Mar 2024 at 20:59, Visuwesh wrote: > You give me far too credit: I merely placed an edebug trigger for > calc-push-list and used a simple-minded ' [1,2,3;4,5,6] RET to figure > out the vector format (then later I found the commentary). Cute! > If I get the time, I will try to look

Re: [PATCH] Add support for tables in Calc src block :var

2024-03-18 Thread Visuwesh
[திங்கள் மார்ச் 18, 2024] Fraga, Eric wrote: > Thank you for this. Potentially very useful. > > As you have managed to understand calc internals (to a much greater > degrees than I have ever managed), do you know if there is any way to go > the other way? Specifically, I would love to make

Re: [PATCH] Add support for tables in Calc src block :var

2024-03-18 Thread Fraga, Eric
Thank you for this. Potentially very useful. As you have managed to understand calc internals (to a much greater degrees than I have ever managed), do you know if there is any way to go the other way? Specifically, I would love to make reference to calc variables, especially those defined using

Re: Table column formula with remote reference

2024-03-18 Thread Fraga, Eric
On Sunday, 17 Mar 2024 at 10:29, Wu Ming wrote: > Haven’t tried Org export options yet. What is your organization system > with tables? I don't have a system! Often, tables in my documents are the output of some other code and the tables are the results that need further processing (or

Possible bug in org-agenda not showing habits properly

2024-03-18 Thread Rens Oliemans
When I open an org file before opening the agenda, my habits show up as regular tasks, rather than with the consistency graph. Additionally, many CANCELed tasks still show up in the agenda. When I open the agenda first however, everything goes fine. Interestingly, this only happens when I bind

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-03-18 Thread Max Nikulin
On 15/03/2024 20:49, Ihor Radchenko wrote: Max Nikulin writes: On 12/03/2024 20:03, Ihor Radchenko wrote: - '%i' and "%i" in any position including e.g. --option='%i' and protocol:"%i" - 'something%i' and "something%i" surrounded by spaces or at the end of command but with no spaces in

Re: Subject: cannot export asynchronously because of org-fold-core--update-buffer-folds

2024-03-18 Thread Nasser Alkmim
Thanks Alan, I found a fix to my problem. -- Nasser Alkmim +43 677 6408 9171

Re: Subject: cannot export asynchronously because of org-fold-core--update-buffer-folds

2024-03-18 Thread Alan Schmitt
Hello, On 2024-03-17 19:05, Nasser Alkmim writes: > Hi Alan, how did you effectively solve the problem? Here is the contents of my export-init file: (setq user-emacs-directory "/Users/schmitta/projets/plain-emacs-config/") (add-to-list 'load-path (expand-file-name "straight/build/org/"