Re: Unsubscribe

2024-09-02 Thread tomas
On Mon, Sep 02, 2024 at 10:47:53PM +, Helly, John wrote: > unsubscribe Unsubscribe yourself :-) No, seriously. You want to send this mail to with the subject "unsubscribe". That will work. Cheers -- t signature.asc Description: PGP signature

Unsubscribe

2024-09-02 Thread Helly, John
unsubscribe

ox-latex default template changed sentence spacing from 9.6 to 9.7 ?

2024-09-02 Thread pinmacs
Hi, Yesterday I re-exported an old pdf file with the new orgmode 9.7, I discovered a difference in the styling or the template compared to what it was in orgmode 9.6 Luckily, after adding this line to the export [1] it matched 100% (tested with diffpdf). I could be wrong and maybe the change wa

ox-latex: help: LATEX_HEADER from different subtrees collision

2024-09-02 Thread pinmacs
Hi, ** The context I found a way to export subtrees to PDF and I liked that idea a lot, I use it, for example, to generate with an org-capture an invoice, and export to PDF, etc. The invoice is part of my journal. My journal is structured for the whole year (year, week, day). That file has a l

Re: [PATCH v3] Inline image display as part of a new org-link-preview system

2024-09-02 Thread Karthik Chikmagalur
New patch version attached. Not all your points were addressed, please check my comments below. >> Subject: [PATCH] org-link: Move inline image display to org-link > > The patch does a lot more than merely "moving" things around. Please, > name it accordingly. Maybe something like > >New cust

Re: [PATCH] Testing: Add tests for `org-tags-sort-function'

2024-09-02 Thread Morgan Smith
I've attached an updated patch. This one has a test where we actually don't sort tags by using the `ignore' function. Ihor Radchenko writes: >> +;; Sorting doesn't care about `org-tag-alist'. This is only >> +;; here for later when we add sorting methods that do >> > > The

Change behavior of "org-babel-tangle-publish" from org 9.6 to 9.7 -- deleting source files and not tangling properly

2024-09-02 Thread Gilles Marait
Hello everyone, I encountered a change of behavior since org version 9.7 than removes my source files instead of tangling them at the correct location, using "org-babel-tangle-publish". I have not found in the changelog any description of something that could explain this change, so I report it h

Re: [PATCH] [BUG] Support attr_html in source code and fixed-width blocks

2024-09-02 Thread Suhail Singh
Suhail Singh writes: > Ihor Radchenko writes: > >> Next, if you are not interested in adding :textarea support, it is >> OK. Adding #+ATTR_HTML support for code blocks and fixed width elements >> will still be a welcome improvement (I was just hoping to push you to >> contribute a bit more ;)) >

Re: [FR] stable literal hrefs in HTML export of direct links and usage of link description instead of numbered links in case of shortend link syntax

2024-09-02 Thread Gregor Zattler
Hi Ihor, * Ihor Radchenko [2024-08-21; 16:51 GMT]: > Gregor Zattler writes: >> I write a piece documentation with a >> glossary in form of a description list >> and want to able to link to the >> descriptions. The thing is then >> exported to HTML. >> >> The only way to do that I found was with

Should "org-element-parse-buffer" check whether the buffer's major mode is org mode?

2024-09-02 Thread Antonio Romano
Hi all, yesterday I've sent a question on Emacs StackExchange  (https://emacs.stackexchange.com/questions/82063) where I described a small issue I had encountered while using Org Element API.  What I did was simply parse out a buffer, change all headlines's TODO keyword in its AST to "DONE", inte