On 04/09/2025 22:58, Max Nikulin wrote:
Perhaps Org still should gracefully handle a case of early draft of long
document with outline and nothing more.
+++ b/lisp/ox-latex.el
@@ -2428,7 +2428,7 @@ (defun org-latex-headline (headline contents info)
;; Maybe end local TOC (see `
Pedro Andres Aranda Gutierrez writes:
> Hi David,
Hi Pedro,
> If you also need an example for building a document from scratch:
> https://www.maketecheasier.com/create-latex-documents-with-emacs/#add-sections-subsections
Thanks, that helps.
--
David Masterson
I've attached the complete (and working) version for context/feedback.
binBA0QOH1eR0.bin
Description: application/emacs-lisp
Yaroslav writes:
Hi!
Am I the only one having hard times accessing
https://git.tecosaur.net/tec/org-mode.git?
I also have issues at the time of writing (2025-09-09 11:48:05 UTC+1).
tecosaur.net has some static assets behind Cloudflare and those files return a
403 error.
Hi!
Am I the only one having hard times accessing
https://git.tecosaur.net/tec/org-mode.git?
--
Best wishes,
Yaroslav
signature.asc
Description: PGP signature
HI
Why don't you try to create an org document , include
#+LATEX_CLASS: article
#+LATEX_CLASS_OPTIONS: [jss]
#+LATEX_HEADER: \usepackage{Rd}
in the header and see what happens? Read
https://orgmode.org/guide/LaTeX-Export.html for more guidance.
Best, /PA
On Sun, 7 Sept 2025 at 23:54, Naresh Gu
Pedro Andres Aranda Gutierrez writes:
Hi,
There is a workaround using eglot, which is similar to what Carlo said.
https://github.com/joaotavora/eglot/issues/216#issuecomment-1052931508
You can simply bind it to C-c C-' to edit src block with eglot which
works like charm for all languages for m
On 9/3/25 13:56, Pedro Andres Aranda Gutierrez wrote:
+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 some
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...
Not quite. The beginning of the thread describes the issue with the
test document. What I am asking about is the purpose of such a documen
Max Nikulin writes:
> 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 al
Pedro Andres Aranda Gutierrez writes:
> Hmmm. Reading this again…
> This may be a bug in the exporter…
> Now let’s find where…
> Because the LaTeX looks ‘nice’…
See the other discussion with respect to page breaks that LaTeX is
adding.
--
David Masterson
Eric S Fraga writes:
> 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...
>
> Not quite. The beginning of the thread describes the issue with the
> test document. What I am asking about
Max Nikulin writes:
> On 05/09/2025 02:53, David Masterson wrote:
>> Could ox-latex add an invisible (or slightly visible?) something
>> after a heading with no text body to get around this?
>
> The challenge is to recruit a volunteer closely familiar with low
> level code of standard and non-st
Max Nikulin writes:
> On 05/09/2025 03:04, David Masterson wrote:
>> inability to view the whole document that is produced (IOW, you can only
>> view up to approx. H15.1 instead of H28) is not acceptable. Is that
>> also a page break issue?
>
> Yes, of course.
>
> Are you realizing that outline
Thank you very much.
signature.asc
Description: PGP signature
On 05/09/2025 02:53, David Masterson wrote:
Max Nikulin writes:
What you observed may be related to penalty
that LaTeX adds after \section and similar commands to prevent page
breaks between headings and their text bodies. So just sectioning
commands without any text in between leads to trouble
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
Pedro Andres Aranda Gutierrez writes:
> (add-to-list 'org-latex-classes
>'("scrartcl"
> "\\documentclass[oneside]{scrartcl}"
> ("\\section{%s}" . "\\section*{%s}")
> ("\\subsection{%s}" . "\\subsection*{%s}")
>
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
+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
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
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
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
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
"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
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
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
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
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
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
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
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
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
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
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
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 ?•
>>
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
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
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
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
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
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
>> 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
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
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,
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
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
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
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
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)
>> +
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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"))
>> (
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
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
"Thomas S. Dye" writes:
> Finish adding Babel OCaml documentation to Worg.
Applied, thanks.
--
Bastien
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
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
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
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
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
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
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
1 - 100 of 120794 matches
Mail list logo