Re: [BUG?] Export to Latex with Visibility On

2025-09-06 Thread Max Nikulin
On 05/09/2025 03:04, David Masterson wrote: Max Nikulin writes: Perhaps Org still should gracefully handle a case of early draft of long document with outline and nothing more. I consider the attached diff as a dirty hack. Unfortunately I can not figure out if it has undesired consequences and

Re: Two missing rows in table output with colnames

2025-09-05 Thread Eric S Fraga
I don't think you are using :colnames correctly. If you check the info manual, it starts by saying: "The ‘colnames’ header argument accepts ‘yes’, ‘no’, or ‘nil’ values." (org) Environment of a Code Block The assumption is that the input table has column names and you want to handle them in a p

Re: [BUG?] Export to Latex with Visibility On

2025-09-05 Thread Pedro Andres Aranda Gutierrez
Right :-) That’s something I was asking myself too ;-) Enviado desde mi iPhone > El 5 sept 2025, a las 12:19, Eric S Fraga escribió: > > Response below/inline for email Pedro Andres Aranda Gutierrez wrote: >> (original email sent 5 Sep 2025 at 11:50) >> >> It's at the beginning of the thread.

Re: [BUG?] Export to Latex with Visibility On

2025-09-05 Thread Pedro Andres Aranda Gutierrez
It's at the beginning of the thread... Best, /PA On Fri, 5 Sept 2025 at 11:09, Eric S Fraga wrote: > > Response below/inline for email David Masterson wrote: > > (original email sent 4 Sep 2025 at 12:55) > > > > But lists can't: > > * be treated as tasks > > * have tags > > * show up in agendas

Re: [BUG?] Export to Latex with Visibility On

2025-09-05 Thread Eric S Fraga
Response below/inline for email David Masterson wrote: > (original email sent 4 Sep 2025 at 12:55) > > But lists can't: > * be treated as tasks > * have tags > * show up in agendas Correct (except that list entries can have check boxes). I guess what's missing in this discussion is the actual u

Re: What are the klips options into ox-html

2025-09-05 Thread Jens Lechtenbörger
On 2025-09-05, Sébastien Gendre wrote: > Hello everyone. > > I was working on modifications for ox-html and I found these > options: > - org-html-klipsify-src > - org-html-klipse-css > - org-html-klipse-js > - org-html-klipse-selection-script > > I see nothing on the manual about it, and cannot fo

Re: [PATCH] lisp/ox-html.el: Add file level option to manage headlines self link

2025-09-04 Thread Sébastien Gendre
Hello Ihor. I'm back from my diploma work. And just now I have finished to modify the list of ox-html options as planed: - Added keyword and/or option when possible - When keyword, set the merge behavior if relevant - Documented the modifications into ORG-NEWS file - And updated the manual, on

Re: [BUG?] Export to Latex with Visibility On

2025-09-04 Thread David Masterson
Eric S Fraga writes: > Response below/inline for email Max Nikulin wrote: >> (original email sent 4 Sep 2025 at 19:35) >> >> I can not find that thread, but almost certainly something similar has >> been discussed earlier. What you observed may be related to penalty >> that LaTeX adds after \se

Re: org-html-export-to-html and export options alist

2025-09-04 Thread Sébastien Gendre
Hello Ihor, I'm back. I finished my diploma work, I have some free time and a question about this point: Ihor Radchenko writes: > What you can do is put a comment explaining why buffer option is absent > for :html-extension, linking to the bug report. Do I put the comment in the source code, i

Re: [BUG?] Export to Latex with Visibility On

2025-09-04 Thread David Masterson
Max Nikulin writes: > On 04/09/2025 20:26, Eric S Fraga wrote: >> Response below/inline for email Max Nikulin wrote: >>> (original email sent 4 Sep 2025 at 19:35) >>> >>> I can not find that thread, but almost certainly something similar has >>> been discussed earlier. What you observed may be r

Re: [BUG?] Export to Latex with Visibility On

2025-09-04 Thread Max Nikulin
On 03/09/2025 11:28, David Masterson wrote: a couple of strange things happened when exporting with visibility on (C-c C-e C-v l p) when viewed with xpdf: 2. The PDF seems to stop after H15.1 although XPDF TOC goes to H28. I can not find that thread, but almost certainly something similar ha

Re: [BUG?] Export to Latex with Visibility On

2025-09-04 Thread Eric S Fraga
Response below/inline for email Max Nikulin wrote: > (original email sent 4 Sep 2025 at 19:35) > > I can not find that thread, but almost certainly something similar has > been discussed earlier. What you observed may be related to penalty > that LaTeX adds after \section and similar commands to

Re: [BUG?] Export to Latex with Visibility On

2025-09-04 Thread Max Nikulin
On 04/09/2025 20:26, Eric S Fraga wrote: Response below/inline for email Max Nikulin wrote: (original email sent 4 Sep 2025 at 19:35) I can not find that thread, but almost certainly something similar has been discussed earlier. What you observed may be related to penalty that LaTeX adds after

Re: Adding language support for Alda

2025-09-04 Thread Max Nikulin
On 04/09/2025 15:17, Sal wrote: I'm new to this list. I've created an ob-alda.el file for the Alda music programming language using the template provided in worg. I would like to add this to org-mode and the documentation said the place to start was to post on this mailing list. Thank you for

Re: [BUG?] Export to Latex with Visibility On

2025-09-03 Thread Pedro Andres Aranda Gutierrez
Hmmm. Reading this again… This may be a bug in the exporter… Now let’s find where… Because the LaTeX looks ‘nice’… PA Enviado desde mi iPad > El 3 sept 2025, a las 20:06, David Masterson > escribió: > > Pedro Andres Aranda Gutierrez writes: > >> The problem seems to be in the way PDFLATEX

Re: [BUG?] Export to Latex with Visibility On

2025-09-03 Thread David Masterson
Pedro Andres Aranda Gutierrez writes: > (add-to-list 'org-latex-classes >'("scrartcl" > "\\documentclass[oneside]{scrartcl}" > ("\\section{%s}" . "\\section*{%s}") > ("\\subsection{%s}" . "\\subsection*{%s}") >

Re: [BUG?] Export to Latex with Visibility On

2025-09-03 Thread David Masterson
Pedro Andres Aranda Gutierrez writes: > The problem seems to be in the way PDFLATEX interpretes the generated > LaTeX: Hmm. I'll have to try this with the ASCII backend and compare. You think this apply to other LaTeX engines? > It is never a good idea to go beyond the subsubsection level in t

Re: [FR] Org Babel integration with LSP servers

2025-09-03 Thread Pedro Andres Aranda Gutierrez
+1 /PA On Tue, 2 Sept 2025 at 19:25, Carlo Tambuatco wrote: > > Is there something wrong with editing the code in question in its own > dedicated buffer > > where lsp- is active then cutting and pasting onto Org Babel? > I mean I think > > creating something like lsp-babel would involve activatin

Re: [BUG?] Export to Latex with Visibility On

2025-09-03 Thread Pedro Andres Aranda Gutierrez
Hi, The problem seems to be in the way PDFLATEX interpretes the generated LaTeX: ``` latex \subsubsection{H4.3.1} \label{sec:org5db1e3d} \begin{enumerate} \item H4.3.1.1 \label{sec:org82c0321} \item H4.3.1.2 \label{sec:org7ecaeea} \end{enumerate} \subsubsection{H4.3.2} ``` It is never a good Idea

Re: [FR] Org Babel integration with LSP servers

2025-09-02 Thread Carlo Tambuatco
Is there something wrong with editing the code in question in its own dedicated buffer where lsp- is active then cutting and pasting onto Org Babel? I mean I think creating something like lsp-babel would involve activating multiple language servers simultaneously for each language in an or

Re: Beamer export frame choice

2025-09-01 Thread Leo Butler
IIRC, we/I considered adding a BEAMER_FRAME_ENV property to select the frame environment. However, that was rejected as either too complicated or unnecessary. IIUC, Simon wants to be able to select different frame environments in the same beamer document. If that is right, then it might be worth r

Re: [PATCH] Rewrite `org-clock-sum'

2025-08-31 Thread Morgan Smith
ty node)) -(declare-function org-element-contents-end "org-element" (node)) -(declare-function org-element-end "org-element" (node)) (declare-function org-element-type "org-element-ast" (node &optional anonymous)) (declare-function org-element-type-p "org

Re: Switching between Org projects ?

2025-08-31 Thread David Masterson
"Rohit Patnaik" writes: > You could set up a .dir-locals.el [1] with your project-specific settings. > That > would allow you to specify config settings and even project-specific commands > for a given directory. > > [1]: > https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Var

Re: Switching between Org projects ?

2025-08-31 Thread mbork
On 2025-08-30, at 14:26, David Masterson wrote: > Any suggestions on how to switch between Org projects? In this case, an > Org project is a directory of Org files that, while you're working on > them, you don't want anything from other Org projects to "leak" into > what you are working on. I t

Re: Beamer export frame choice

2025-08-30 Thread Pedro Andres Aranda Gutierrez
Can this help? org-beamer-frame-environment is a variable defined in 'ox-beamer.el'. Its value is "frame" Original value was "orgframe" Name of the alternative beamer frame environment. In frames marked as fragile, this environment is used in place of the usual frame environment. This permits i

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread Mattias Engdegård
29 aug. 2025 kl. 15.31 skrev Daniel Mendler : > Well, in the agenda buffer the habit graph looked correctly if I used > `·`, but only before the string resizing. I haven't configured Latin-1. > It should be all Unicode. I am not sure what was going on. Maybe in your setup the other org-habit-some

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread Mattias Engdegård
25 aug. 2025 kl. 22.31 skrev Daniel Mendler : > When using Unicode glyphs, org-habit-build-graph breaks due to a recent > change in Emacs master. Emacs master disallows resizing unibyte strings > to multibyte strings. > > (setq org-habit-overdue-glyph ?• > org-habit-alert-glyph ?• > org

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread Mattias Engdegård
29 aug. 2025 kl. 03.39 skrev Daniel Mendler : > Yes, org-habit with Unicode characters works well again with your patch. Thank you, now pushed to Emacs master. I trust the Org people to sync as needed. >> (By the way, did the old code work if you used the glyph `·`?) > > If by old code you mean

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread Mattias Engdegård
29 aug. 2025 kl. 12.37 skrev Daniel Mendler : >> Exactly, and this is not an uncommon bug in string-mutating code: `aset` on >> unibyte strings 'worked' for ASCII and Unicode above 255, but not for >> 128..255. >> Thus the org-habit code was basically always broken in this sense. The recent >> mu

Re: Switching between Org projects ?

2025-08-30 Thread Rohit Patnaik
You could set up a .dir-locals.el [1] with your project-specific settings. That would allow you to specify config settings and even project-specific commands for a given directory. [1]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html

Re: [Pre-PATCH] Overhaul of the LaTeX preview system: manual and NEWS

2025-08-30 Thread Ihor Radchenko
Karthik Chikmagalur writes: > Any updates on the org-latex-preview review process? I can continue to > prepare for the merge this week, just waiting on your feedback. I am on a work trip. Do not have much time to review patches. Will come back in ~10 days. -- Ihor Radchenko // yantar92, Org

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread General discussions about Org-mode.
Mattias Engdegård writes: > 29 aug. 2025 kl. 12.37 skrev Daniel Mendler : > >>> Exactly, and this is not an uncommon bug in string-mutating code: `aset` on >>> unibyte strings 'worked' for ASCII and Unicode above 255, but not for >>> 128..255. >>> Thus the org-habit code was basically always bro

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread General discussions about Org-mode.
Mattias Engdegård writes: > 29 aug. 2025 kl. 03.39 skrev Daniel Mendler : > >> Yes, org-habit with Unicode characters works well again with your patch. > > Thank you, now pushed to Emacs master. I trust the Org people to sync as > needed. Thank you! >>> (By the way, did the old code work if yo

Re: [BUG] org-habit-build-graph breaks on recent master with unicode glyphs [9.8-pre (9.8-pre-526a7d)]

2025-08-30 Thread General discussions about Org-mode.
Mattias Engdegård writes: > 25 aug. 2025 kl. 22.31 skrev Daniel Mendler : > >> When using Unicode glyphs, org-habit-build-graph breaks due to a recent >> change in Emacs master. Emacs master disallows resizing unibyte strings >> to multibyte strings. >> >> (setq org-habit-overdue-glyph ?• >>

Re: [Pre-PATCH] Overhaul of the LaTeX preview system: manual and NEWS

2025-08-28 Thread Karthik Chikmagalur
Ihor, > The updated version of the manual and ORG-NEWS are now pushed to Teco's > fork. These include the naming changes we discussed over voice call > (and documented in https://list.orgmode.org/87ldo03wxp@gmail.com). > > Most of your suggestions have been incorporated. Please review it whe

Re: Completion when inserting ID links

2025-08-27 Thread Steven Allen
I've cleaned it up and turned it into a patch. It now correctly handles (ignores) buffers without associated file names (which don't work with IDs). >From 1861637d7b05f2e7ac11edf89f6939145c7be091 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 27 Aug 2025 09:05:08 -0700 Subject: [PATCH] o

Re: Searching in column view

2025-08-27 Thread Lars Frantzen
Ihor Radchenko writes: >>> AFAIK, the best you can do is setting isearch-invisible to t. >>> Otherwise, I do not think that isearch supports searching inside >>> overlays with 'display property. >> >> For "isearch-invisible" it says "Not documented as a variable." I tried >> "isearch-toggle-invis

Re: How to prevent "\\" from being added, at the end of first line, with org-add-note?

2025-08-26 Thread pinmacs
On 2025-08-26 19:34, Karthik Chikmagalur wrote: (ii) I use org-log-into-drawer, and exclude the :LOGBOOK: drawer when exporting to LaTeX. It is strange to have, in general, something that it is just for a particular exporter. At some point, It would be better that the latex exporter, handles

Re: [FR] org-colview.el, add annotation for functions summary-types

2025-08-26 Thread Sławomir Grochowski
Ihor Radchenko writes: > According to https://github.com/minad/vertico/discussions/599, it looks > like you can simply call `completion-table-with-metadata' instead of > that pcase. With your help, I finally managed to come up with the proper solution. Thank you. I'm not sure if the commit mess

Re: How to prevent "\\" from being added, at the end of first line, with org-add-note?

2025-08-26 Thread David Masterson
Karthik Chikmagalur writes: >> When inserting a note using org-add-note, a "\\" is added at the end >> of the first line. For me this is not useful (since exports to HTML >> and PDF already include a line break), and it also looks awkward >> when copying and pasting elsewhere. Is there a way to p

Re: How to prevent "\\" from being added, at the end of first line, with org-add-note?

2025-08-26 Thread Karthik Chikmagalur
>> I asked about this previously: >> https://list.orgmode.org/87zg019lp1@gmail.com > > I think the appropriate questions are: > 1. why is \\ being added there? > > Since it is hardcoded in org-store-log-note, I would guess that it is > necessary to protect the next line from being wrapped into

Re: How to prevent "\\" from being added, at the end of first line, with org-add-note?

2025-08-26 Thread General discussions about Org-mode.
Something like this? (From Chatgpt, it seems to work): ;;;_ Remove the "\\" automatically inserted at the end of the 1st line of any Org log note (defun my-org--strip-trailing-backslashes-in-first-line (orig-fn &rest args) "Around advice for ORIG-FN that removes a trailing '' at the end of

Re: [BUG] "org-element--cache: Warning(xxx.org): (org-clock-in) Cached element is incorrect in xxx.org. (Cache tic up to date: \"yes\")... [9.8-pre (release_9.7.27-461-g526a7d.dirty @ /home/grfz/src/o

2025-08-24 Thread Gregor Zattler
Dear org-mode enthusiasta, Ihor, * Gregor Zattler [2025-08-24; 10:15 +02]: > Dear Ihor, I send this to you in private > because of privacy reasons: I do not want > the whole info to be public. I posted to the mailing list, my bad. > I get this consistently, when clocking > in the very same task,

Re: [PATCH] Get org-map-region to properly set the point of first heading

2025-08-23 Thread dmg
Here is a new patch. I have addressed your concerns (except not sure how to test narrowing) 1. changed the summary of the patch 2. added tests for BEG END parameters 3. rewrote tests to make sure that all corner cases are tested hopefully this will finally make it, thank you again Ihor On Thu

Re: [FR] org-babel-n-tangle

2025-08-23 Thread Lei Zhe
Sorry for the late response. Thanks for the explanation. >> 4. For each loop iteration, build separate RESULT list -> RESULTS Wasn't this discussed before? If we change the result to a nested list, the difference will be a breaking change. I still think that returning bare only is the simplest an

Re: HTML export: what is the difference between the InfoJS options view:content and view:overview?

2025-08-22 Thread Dr. Arne Babenhauserheide
Karthik Chikmagalur writes: > ‘overview’ Folding interface, initially showing only top-level > ‘content’Folding interface, starting with all headlines visible > Any idea what is supposed to happen here, and what the difference > between the two is? I think from the description o

Re: blog via org-publish

2025-08-22 Thread mbork
On 2025-08-20, at 17:06, Joseph Vidal-Rosset wrote: > Hi Marcin, > > Thanks for your reply. It is always good to learn severaly solutions. > > From now, I have used org-export-head, that sounds very similar to org > clive. It still works and it is easy to use. Nevertheless, all in one Interesti

Re: [RFC] The best way to choose an "action" at point: context-menu-mode, transient, which-key or embark?

2025-08-22 Thread Tor-björn Claesson
Ihor Radchenko writes: > Thanks for your efforts! > The docstrings should indeed be improved. Writing the docstrings often > reveals the edge cases missed in the code itself. Thanks, I have tried to improve the docstrings. > >> +(complete-arglist (if (member 'prefix-argument arglist) >> +

Re: Completion when inserting ID links

2025-08-21 Thread Steven Allen
Rodolf, Thanks for the feedback! Here's a fixed version: (org-link-set-parameters "id" :complete (lambda (&optional _prefix) (unless org-id-locations (org-id-locations-load)) (when-let* ((id (org-id-get-with-outline-path-completion '((nil

Re: Completion when inserting ID links

2025-08-20 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: > (2) [...] I found yet-another bug: (3) When my `notes.org' file is narrowed to a subtree with `C-x n s', ID links inserted with your completion are given incorrect descriptions. Rudy -- "'Contrariwise,' continued Tweedledee, 'if it was so, it might be; and if it wer

Re: Completion when inserting ID links

2025-08-20 Thread Rudolf Adamkovič
Steven Allen writes: > If there's any interest, I'm happy to clean this up and submit a patch > but I figured I'd ask first. +1 This feature is long overdue. :) That said, I tried your code, with a single large Org file, called `notes.org', and would like to suggest two improvements: (1) With

Re: blog via org-publish

2025-08-20 Thread Joseph Vidal-Rosset
Hi Marcin, Thanks for your reply. It is always good to learn severaly solutions. From now, I have used [org-export-head](https://github.com/itf/org-export-head), that sounds very similar to org clive. It still works and it is easy to use. Nevertheless, all in one org-file is not so easy to main

Re: blog via org-publish

2025-08-20 Thread mbork
On 2025-08-20, at 09:29, Joseph Vidal-Rosset wrote: > Hello, > > The official documentation apart, is there a publish.el to follow to get an > efficient setup to use emacs only for an academic > blog? > > Diego blog and this web page is nice: > https://diego.codes/post/blogging-with-org/ bu

Re: blog via org-publish

2025-08-20 Thread Dr. Arne Babenhauserheide
Joseph Vidal-Rosset writes: >> The website: https://www.draketo.de >> >> Core files: https://hg.sr.ht/~arnebab/draketo/browse > Many thanks, very impressive and certainly helpful too! > > Thanks a lot for this help ! I’m glad that it helps you! And I’d be happy to see what you build, too, on

Re: org-map-entries: allow in :scope a function to navigate to a tree

2025-08-20 Thread pinmacs
Hi again, I solved this for myself overriding org-map-entries. Implementing it was simpler than expected. Let's see if we can agree on how to get this into the core. See attached a patch with a proposal to open the discussion. Sorry if I did a mess with indenting the function, which has tabs

Re: blog via org-publish

2025-08-20 Thread Joseph Vidal-Rosset
Hi, Many thanks, very impressive and certainly helpful too! Thanks a lot for this help ! Jo. --- https://www.vidal-rosset.net Envoyé avec un e-mail sécurisé Proton Mail. Le mercredi 20 août 2025 à 13:05, Dr. Arne Babenhauserheide a écrit : > Joseph Vidal-Rosset jos...@vidal-rosset.ne

Re: blog via org-publish

2025-08-20 Thread Dr. Arne Babenhauserheide
Joseph Vidal-Rosset writes: > The official documentation apart, is there a publish.el to follow to get an > efficient setup to use emacs only for an academic blog? > > Diego blog and this web page is nice: > https://diego.codes/post/blogging-with-org/ but insufficiently detailed for > me.

Re: blog via org-publish

2025-08-20 Thread Daniel Nemenyi
On Wed 2025-08-20 11:29, Joseph Vidal-Rosset wrote: The official documentation apart, is there a publish.el to follow to get an efficient setup to use *emacs only* for an academic blog? These write-ups helped it click for me? - Thomas Ingram's - https://taingram.org/blog/org-mode-blog.ht

Re: blog via org-publish

2025-08-20 Thread Joseph Vidal-Rosset
Hello, Many thanks! It will be certainly very helpful. All the best, Jo. --- https://www.vidal-rosset.net Envoyé avec un e-mail sécurisé Proton Mail. Le mercredi 20 août 2025 à 12:15, Lockywolf a écrit : > Joseph Vidal-Rosset jos...@vidal-rosset.net writes: > > > If I may shamelessl

Re: blog via org-publish

2025-08-20 Thread Lockywolf
Joseph Vidal-Rosset writes: If I may shamelessly self-promote: https://gitlab.com/Lockywolf/linuxbugs-lwf/-/blob/master/publish.el It does _not_ have microformats/opengraph, and RSS generation is done via an emacs lisp library, not via ox-rss or something like that. On the other hand, gitlab h

Re: Bibliography not rendering in PDF

2025-08-20 Thread e . fraga
This looks like a LaTeX problem. Biber is very strict, in my experience. You might need to resolve all the biber problems mentioned first. -- : Eric S Fraga, with org release_9.7.11 in Emacs 30.1

Re: Bibliography not rendering in PDF

2025-08-20 Thread Rens Oliemans
Hi Sébastien, your comments in bibliography.bib are invalid, I believe. I couldn't find any proper documentation about comments in bibtex/biblatex/biber, only this stackexchange Q&A: https://tex.stackexchange.com/q/722351. However, replacing the @Comment ... with @Comment{...} fixes th

Re: Completion when inserting ID links

2025-08-19 Thread Steven Allen
Samuel Wales writes: > fyi, the behavior with your form for me is identical to the behavior without > it. Ah, sorry, I should have explained how it works: 1. C-c C-l (org-insert-link). 2. At the completion prompt, type "id:" followed by RET. 3. Pick from one of the provided links via completio

Re: Completion when inserting ID links

2025-08-19 Thread Samuel Wales
fyi, the behavior with your form for me is identical to the behavior without it. for me, the completions in both cases show 1) an org id - useless to me, because i think in terms of headings 2) followed by attachment:, eww:, rmail:, and a bunch of other prefixes - useless to me because i nev

Re: How to prevent "\\" from being added, at the end of first line, with org-add-note?

2025-08-19 Thread Karthik Chikmagalur
> When inserting a note using org-add-note, a "\\" is added at the end of the > first line. For me this is not useful (since exports to HTML and PDF already > include a line break), and it also looks awkward when copying and pasting > elsewhere. Is there a way to prevent these "\\" from being ad

Re: [PATCH] Support arrow keys and mouse wheel in export dispatcher

2025-08-18 Thread Rudolf Adamkovič
Rudolf Adamkovič writes: > * lisp/ox.el (org-export--dispatch-action): Translate down/up arrow > keys and scroll wheel to C-n/C-p, respectively. Ping. :) Rudy -- "Be especially critical of any statement following the word 'obviously.'" --- Anna Pell Wheeler, 1883-1966 Rudolf Adamkovič [he/hi

Re: [patch] ox-man: footer-middle and header-middle options

2025-08-17 Thread Grégoire Scano
Hello, On 7/22/25 09:55, Ihor Radchenko wrote: > It has been a while since the last update. > May I know if there have been any progress on the paperwork? Having received no update from the FSF yet, I asked my employer whether they would be willing to redraft a disclaimer more in line with FSF gu

Re: Prot Asks: Ihor about maintaining Emacs Org mode, history, travels, and material science

2025-08-17 Thread Thomas S. Dye
jman writes: William Denton writes: Prot Asks: Ihor about maintaining Emacs Org mode, history, travels, and material science https://protesilaos.com/codelog/2025-07-26-prot-asks-ihor-emacs-org-maintainer-history-travel-material-science/ I haven't seen this mentioned on the list: an 80-minu

Re: #21 [[bbb:OrgMeetup]] on Wed, August 13, 19:00 UTC+3

2025-08-17 Thread Rudolf Adamkovič
Ihor Radchenko writes: > See https://orgmode.org/worg/orgmeetup.html > > Regular dates > Monthly, every second Wednesday of the month > <%%(diary-float t 3 2)> in Org mode Scheduled, thanks! Rudy -- "All you have to do is write one true sentence. Write the truest sentence that you

Re: Prot Asks: Ihor about maintaining Emacs Org mode, history, travels, and material science

2025-08-17 Thread jman
William Denton writes: Prot Asks: Ihor about maintaining Emacs Org mode, history, travels, and material science https://protesilaos.com/codelog/2025-07-26-prot-asks-ihor-emacs-org-maintainer-history-travel-material-science/ I haven't seen this mentioned on the list: an 80-minute interview wit

Re: orgmode website loads a CSS from gnu.org

2025-08-17 Thread jman
Bastien Guerry writes: Ihor Radchenko writes: I would not expect such outage to happen frequently. To mitigate such things, we would need to mirror gnu css files on orgmode.org itself, which sounds like unnecessary burden. Yes, exactly. Using https://www.gnu.org/software/emacs/manual.css d

Re: Language support for C# in org-babel

2025-08-17 Thread Maximilian Kueffner
You can just use cl-letf: (cl-letf (((symbol-function 'org-babel-csharp--find-dotnet-version) #'ignore)) ...) Way simpler, applied, thanks. Go ahead. This commit https://cgit.git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=526a7d1cc65409d5546b009f54fed28726a9457d adds the patch to

Re: [PATCH] ob-ditaa.el: custom var name, ditaa executable, SVG output, and chararacter encoding

2025-08-16 Thread Jarmo Hurri
Ihor Radchenko writes: > See a couple of suggestions in the attached diff. Incorporated. I included your error condition in case no output type is specified, but added a comment that it should never happen (default png is set if no other type is specified). >>> I am wondering if it makes sense

Re: Revert of commit "org-faces.el: Use fixed-pitch"

2025-08-16 Thread Sean Whitton
Hello, On Sat 02 Aug 2025 at 08:03am GMT, Ihor Radchenko wrote: > Sean Whitton writes: > >> the best I can come up with is >> >> (defface org-hide >> 'background light) (type ns)) (:foreground "white")) >> (((background light) (type w32)) (:foreground "white")) >> (

Re: orgmode website loads a CSS from gnu.org

2025-08-15 Thread Bastien Guerry
Ihor Radchenko writes: > I would not expect such outage to happen frequently. > To mitigate such things, we would need to mirror gnu css files on > orgmode.org itself, which sounds like unnecessary burden. Yes, exactly. Using https://www.gnu.org/software/emacs/manual.css directly is intentional

Re: [PATCH] Add ob-doc-ocaml.org to Worg

2025-08-15 Thread Bastien Guerry
Hi Thomas, "Thomas S. Dye" writes: > I'm unable to push directly to Worg. I see this commit is already in: https://git.sr.ht/~bzg/worg/commit/5d81e1f38d Thanks! -- Bastien

Re: [Patch] Add link to OCaml documentation

2025-08-15 Thread Bastien Guerry
"Thomas S. Dye" writes: > Finish adding Babel OCaml documentation to Worg. Applied, thanks. -- Bastien

Re: org element bug filling

2025-08-14 Thread Samuel Wales
Not sure what you mean here. Do you mean supply backtraces with those versions, or do you mean that bugfix can't be fixed? On Mon, Aug 11, 2025 at 9:31 AM Ihor Radchenko wrote: > > Samuel Wales writes: > > > org9.7.33 > > emacs30.1 > > Then, I can only suggest trying development version

Re: #21 [[bbb:OrgMeetup]] on Wed, August 13, 19:00 UTC+3

2025-08-13 Thread Ihor Radchenko
Rudolf Adamkovič writes: >> Another OrgMeetup will be scheduled on the second Wednesday of August, >> tomorrow. > > Dang! I missed this one because it was planned so tightly. Would it be > possible to always send the invitation a couple of days in advance? I usually send the announcement when

Re: org-refile confusing refiling

2025-08-13 Thread Jacob S. Gordon
On 2025-08-10 09:37, Ihor Radchenko wrote: > Unfortunately, I cannot reproduce the problem on my side, so it is hard > to make a proper fix. Maybe someone who can reproduce can join a screen > sharing and demo the problem. They, we can try to fix the issue interactively. Sure, I can share what hap

Re: [BUG] org-archive-subtree when archiving to same buffer, loses narrowing and folding

2025-08-13 Thread Benjamin McMillan
I see. I don't follow the reasoning, but I'm happy to leave it as is. I do want to point out, in case the issue is revisited in the future, that `org-archive-to-archive-sibling' does explicitly fold the archive tree at the end, and so does end with the entire archived-to tree folded. I attach a pa

Re: #21 [[bbb:OrgMeetup]] on Wed, August 13, 19:00 UTC+3

2025-08-12 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Another OrgMeetup will be scheduled on the second Wednesday of August, > tomorrow. Dang! I missed this one because it was planned so tightly. Would it be possible to always send the invitation a couple of days in advance? Or, wait ... is the meetup always on the 2nd W

Re: #20 [[bbb:OrgMeetup]] on Wed, July 9, 19:00 UTC+3

2025-08-12 Thread Ihor Radchenko
both, I missed some of the questions until they were re-posted to the chat - I initially tried to edit the notes directly there (you can see edits by following the link above, but Etherpad is definitely not Emacs and gives much worse editing experience - ...And copy-pasting from

Re: Image preview: regression or intentional change?

2025-08-12 Thread Max Nikulin
On 09/08/2025 22:20, Ihor Radchenko wrote: Max Nikulin writes: Perhaps images as objects to export should be introduced in ox. The challenge is to do it in a backward compatible way (including derived backends). When exporting, we will pre-process all the nested links and only the links that

Re: [BUG] false positive error from org-compile-command [9.7.25 (N/A @ /gnu/store/pya76mlyr24zgwyb6fwv13ab2j04g31h-emacs-org-9.7.25/share/emacs/site-lisp/org-9.7.25/)]

2025-08-12 Thread Max Nikulin
On 11/08/2025 18:04, Christian Moe wrote: Ihor Radchenko writes: org-compile-file demanded the compilation target to be newer than .tex source, which is apparently too strong requirement. Fixed, on main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=499bd92e2 Looks like the

Re: [BUG] false positive error from org-compile-command [9.7.25 (N/A @ /gnu/store/pya76mlyr24zgwyb6fwv13ab2j04g31h-emacs-org-9.7.25/share/emacs/site-lisp/org-9.7.25/)]

2025-08-11 Thread Pedro Andres Aranda Gutierrez
Maybe we should consider using latexmk. /PA Enviado desde mi iPhone > El 11 ago 2025, a las 13:05, Christian Moe escribió: > > Ihor Radchenko writes: >> >> org-compile-file demanded the compilation target to be newer than .tex >> source, which is apparently too strong requirement. >> >> Fixe

Re: org element bug filling

2025-08-11 Thread Ihor Radchenko
Samuel Wales writes: > org9.7.33 > emacs30.1 Then, I can only suggest trying development version of Org maybe with Emacs master. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at . Support Org development at

Re: [BUG] false positive error from org-compile-command [9.7.25 (N/A @ /gnu/store/pya76mlyr24zgwyb6fwv13ab2j04g31h-emacs-org-9.7.25/share/emacs/site-lisp/org-9.7.25/)]

2025-08-11 Thread Christian Moe
Ihor Radchenko writes: > > org-compile-file demanded the compilation target to be newer than .tex > source, which is apparently too strong requirement. > > Fixed, on main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=499bd92e2 Looks like the new requirement too is too strong.

Re: [PATCH] Use full timestamp in todo-list sorts

2025-08-10 Thread General discussions about Org-mode.
Yup, sorry for the wait. Here is a patch to make the change via text properties. Charles On Sun, Aug 10, 2025 at 4:16 AM Ihor Radchenko wrote: > Ihor Radchenko writes: > > > Charles T writes: > > > >> Yes; sorry for the lack of response, I did get started on this for a > bit, > >> and will pi

Re: org element bug filling

2025-08-10 Thread Samuel Wales
org9.7.33 emacs30.1 On Sun, Aug 10, 2025 at 3:28 AM Ihor Radchenko wrote: > > Samuel Wales writes: > > > they seem random, but once they start in a file, they sometimes occur > > more often. > > > > e.g. open a heading, open a child, and the first heading closes. > > Might be related to

Re: [PATCH] Rewrite `org-clock-sum'

2025-08-10 Thread Morgan Smith
Ihor Radchenko writes: > Morgan Smith writes: > >> I apologize for the delay in re-submitting this. I have created a >> number of tests to test the current implementation. Then I have >> reimplemented `org-clock-sum' using the org-element api (ensuring all >&g

Re: Use #+INCLUDE: to export html file to LaTeX and pdf

2025-08-10 Thread Ihor Radchenko
Naresh Gurbuxani writes: > In my pdf document, I want to show html output ( like a screenshot). For that, you will need some way to generate that screenshot. Maybe something like https://github.com/misohena/ob-html -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode a

Re: problem with the src environment and latex code, buffer is in LaTeX mode

2025-08-10 Thread Max Nikulin
may probably provide a dummy local variable block to suppress processing the one inside your src block. Extra local variables block is a fragile approach if you have multiple examples. Max Nikulin to emacs-devel. Re: Ignore a Local Variables list. Tue, 24 Dec 2024 21:44:04 +0700. <ht

Re: Use #+INCLUDE: to export html file to LaTeX and pdf

2025-08-10 Thread Ihor Radchenko
Naresh Gurbuxani writes: > In org-mode export to LaTeX (then to pdf), I want to include html file. In > exported document, html file contents should be rendered (not in raw html > code). My export comment (C-c C-e ll) seems to have no effect on the first > of the two #+INCLUDE: commands belo

Re: org-refile confusing refiling

2025-08-10 Thread Ihor Radchenko
jman writes: >>> Can you try the attached patch? >> >> No luck on my end, how about you jman? > > ... > But I also confirm I see the same erratic behaviour. Unfortunately, I cannot reproduce the problem on my side, so it is hard to make a proper fix. Maybe someone who can reproduce can join a sc

Re: org-refile confusing refiling

2025-08-10 Thread jman
"Jacob S. Gordon" writes: On 2025-07-20 09:36, Ihor Radchenko wrote: Can you try the attached patch? No luck on my end, how about you jman? Oh, so sorry I had totally missed this patch, thanks for the ping. I checked out the org package at commit c356e1c and applied the patch. Then loaded

Re: org element bug filling

2025-08-10 Thread Ihor Radchenko
Samuel Wales writes: > they seem random, but once they start in a file, they sometimes occur > more often. > > e.g. open a heading, open a child, and the first heading closes. Might be related to https://debbugs.gnu.org/cgi/bugreport.cgi?bug=79115 Or not. Which Org version are you using? -- Ih

Re: [PATCH] Rewrite `org-clock-sum'

2025-08-10 Thread Ihor Radchenko
Morgan Smith writes: > I apologize for the delay in re-submitting this. I have created a > number of tests to test the current implementation. Then I have > reimplemented `org-clock-sum' using the org-element api (ensuring all > tests still pass). Then I added a new feature

Re: [PATCH] ob-ditaa.el: custom var name, ditaa executable, SVG output, and chararacter encoding

2025-08-10 Thread Ihor Radchenko
Jarmo Hurri writes: >> Note that I will need to confirm the assignment before I can commit >> your patch. > > My records contain my assignment signed by an FSF person John Sullivan, > dated 2012-10-12. Should I email a copy of the document to you? The > document also contains what looks like an i

Re: [PATCH] Use full timestamp in todo-list sorts

2025-08-10 Thread Ihor Radchenko
Ihor Radchenko writes: > Charles T writes: > >> Yes; sorry for the lack of response, I did get started on this for a bit, >> and will pick it back up. > > Thanks for the update! > Feel free to ask questions if you encounter any difficulties. It has been 2 months since the last update in this th

  1   2   3   4   5   6   7   8   9   10   >