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

2025-05-28 Thread Nikolaos Chatzikonstantinou
With an org file like this: #+begin_src c /* ... */ #+end_src you get valid recognition by babel, etc, but it is not recognized by ox-html's CSS file. Of course not all cases can be supported, but I think that this one is common enough for you to include. Regards, Nikolaos Chatzikonstantinou Fro

org-html-table ignores :html-table-attributes with HTML5

2025-05-28 Thread Nikolaos Chatzikonstantinou
Hello list, When I set `org-html-table-default-attributes' it will not use those attributes on my tables for HTML5 (it's documented). Is there a good reason for this? Regards, Nikolaos Chatzikonstantinou

Re: Org mode projects during the FSF 40th anniversary hackathon?

2025-05-28 Thread Nikolaos Chatzikonstantinou
Shoot! Looks like I missed the submission deadline by a day? I was going to submit my project called "Blorg" . Blorg is a derived backend of ox-html (org-mode exported to HTML) that is better-suited for those that want to maintain a blog with org

Re: Link to an email in thunderbird from org-mode

2025-05-28 Thread Christoph
On 5/28/25 17:29, Max Nikulin wrote: and there's also an add-on (still working?) to add a button to easily copy it. https://addons.thunderbird.net/en-us/thunderbird/addon/copy-message-id/ I have checked it. Yes it is working on thunderbird 138. (defun thunderblink-open (path _)    (let ((c

On oc-csl adding

2025-05-28 Thread Nikolaos Chatzikonstantinou
Hello Andras & list, I am e-mailing you because you're the maintainer of oc-csl.el. The issue I have is with the function `org-cite-csl-render-bibliography': it should not output

Re: org-refile confusing refiling

2025-05-28 Thread Jacob S. Gordon
Hey jman, Sorry to hear that — here are a few ideas. On 2025-05-27 18:28, jman wrote: > I can reproduce some of this strangeness with emacs -Q so I /think/ > my config should be fine. Can you play around with your test buffer /until/ you reach something unexpected, then undo it, note the buffer

Re: Have org-clock-{in,out} functions respect org-time-stamp-rounding-minutes

2025-05-28 Thread Jacob S. Gordon
Hey jman, On 2025-05-28 05:56, jman wrote: > when I clock in/out from a task (`org-clock-in` and `org-clock-out`) I would > like them to respect the variable `org-time-stamp-rounding-minutes` (number > of minutes to round time stamps to). This should be possible! Setting `org-clock-rounding-min

Re: Link to an email in thunderbird from org-mode

2025-05-28 Thread Max Nikulin
On 27/05/2025 16:32, Christian Moe wrote: Christoph writes: the thunderbird addons thunderlink and cb_thunderlink do not work anymore for thunderbird 138. [...] I'm copying Bruno Barbier and Max Nikulin, who contributed to that discussion and the FAQ update about cb_thunderlink. The FAQ entr

Re: Org mode projects during the FSF 40th anniversary hackathon?

2025-05-28 Thread Pedro Andres Aranda Gutierrez
Thanks for the feedback! Will register proposal. Best, /PA On Wed, 28 May 2025 at 08:42, Bastien Guerry wrote: > Hi Pedro, > > Pedro Andres Aranda Gutierrez writes: > > > People using proven setups for languages others cannot decode (I'd be > > the first in the queue) could provide guidance an

Have org-clock-{in,out} functions respect org-time-stamp-rounding-minutes

2025-05-28 Thread jman
Hi, when I clock in/out from a task (`org-clock-in` and `org-clock-out`) I would like them to respect the variable `org-time-stamp-rounding-minutes` (number of minutes to round time stamps to). I /think/ this is currently not possible. I looked at `org-clock.el` but it's somewhat a bit too h

Re: Querying cached parse trees without opening files

2025-05-28 Thread Martin Edström
Yeah, pretty much! Thanks for the example. As for control sum, perhaps file and directory mtimes would be sufficient. >From experience, something like (secure-hash 'sha1) takes whole seconds to do on all my files, which would reduce the frequency of times you can check for changes if you don't