Sure. I'm able to reproduce this by running emacs -Q and evaluating the
following:
(setf org-agenda-files '("~/org"))
(setf org-todo-keywords '((sequence "TODO(t!)" "NOW(n!)" "WAIT(w!)" "|"
"DONE(d!)" "CANC(c!)")))
(setq org-blank-before-new-entry '((heading . nil)
Hello,
Please find attached a patch that adds a link to my 8-part video
tutorial series
on Org-mode fundamentals to the tutorials index page.
Best regards, Raoul
From c226a092917b4de35e6637f9d19daa6ce8008e37 Mon Sep 17 00:00:00 2001
From: Raoul Comninos
Date: Sun, 4 May 2025 03:28:42 +0200
Subject
Ihor Radchenko writes:
> But only update the manual for options already discussed there.
By "there", you mean in the manual or in the mailing list ?
signature.asc
Description: PGP signature
Ihor Radchenko writes:
> David Masterson writes:
>
>> I use "C-h i" a lot to find the associated function with a key. This
>> doesn't work for me for dispatched functions. For instance, the
>> keystrokes for 'org-texinfo-export-to-info' is 'C-c C-e i i', but 'C-h
>> c' (or C-h k') tells me 'or
Ihor Radchenko writes:
>> Do you know other options I need to skip ?
>
> No idea :) I had to dig the list archives for this one.
> It is case-by-case consideration.
Practically speaking, you can just change all the options, as we
discussed. But only update the manual for options already discusse
Sébastien Gendre writes:
> So, no modification of the option
> `:html-allow-name-attribute-in-anchors' ?
Yes, I think.
> Do you know other options I need to skip ?
No idea :) I had to dig the list archives for this one.
It is case-by-case consideration.
--
Ihor Radchenko // yantar92,
Org mod
So, no modification of the option
`:html-allow-name-attribute-in-anchors' ?
Do you know other options I need to skip ?
signature.asc
Description: PGP signature
David Masterson writes:
> I use "C-h i" a lot to find the associated function with a key. This
> doesn't work for me for dispatched functions. For instance, the
> keystrokes for 'org-texinfo-export-to-info' is 'C-c C-e i i', but 'C-h
> c' (or C-h k') tells me 'org-export-dispatch' after I type
Sébastien Gendre writes:
> I am modifying the ox-html options to add KEYWORD/OPTION and while
> modify `org-html-allow-name-attribute-in-anchors', I wanted to know more
> about the anchors.
>
> In an Org-mode document exported to HTML, anchors are the link that
> point to somewhere else in the HT
Very interesting! I agree. This sounds more natural to me as an English
speaker.
On Sat, 03 May 2025, 16:35 Christian Moe, wrote:
> Leo Butler writes:
> > On Fri, May 02 2025, Ihor Radchenko wrote:
> >
> > Worg was started by [[http://bzg.fr][Bastien]] in the hope that
> other
> Org
Leo Butler writes:
> On Fri, May 02 2025, Ihor Radchenko wrote:
>
> Worg was started by [[http://bzg.fr][Bastien]] in the hope that other
Org-ers around will
> -bite into this and start sharing tutorials, example of codes, etc.
> +participate and start sharing tutorials, exam
Kristoffer Balintona writes:
> I've been using file+olp+datetree in my org-capture-templates and I
> really appreciate the recent enhancements made to datetrees.
>
> However, in my personal usage of fole+olp+datetree, I actually found the
> default possible target specifications lacking. As per t
Jordan Ellis Coppard writes:
> ... that appears to be an issue with js-ts-mode's
> optional dependence on the jsdoc tree-sitter grammar somehow borking
> fontification when the jsdoc tree-sitter grammar isn't installed; so,
> nothing to do with org-mode.
Ok. Closing.
Fixed. (as much as it can
"critbase" writes:
> The (probably) most relevant parts of my configuration are as follows:
> (setq org-blank-before-new-entry '((heading . nil)
> (plain-list-item . nil)))
> (setq org-capture-templates
> '(("t" "todo" entry (file+olp+datetree "~/o
Thomas Ingram writes:
>> What about the call to `org-publish-cache-get-file-property' in
>> `org-publish-index-generate-theindex'?
>
> I was not familiar with the usage of theindex, but I confirmed the same
> cache error can occur if called when `org-publish-transient-cache' is
> nil. I've added
William Brusa writes:
> TL;DR: `org--get-display-dpi` calculated the dpi with data from different
> monitors, i fixed it and now it returns the highest correct dpi.
> ... it computed the dpi using `display-pixel-height` and
> `display-mm-height`.
>
> The problem is that one returns the pixel-hei
On 28/4/2025 12:59 am, Ihor Radchenko wrote:
Basically, I added better handling of errors thrown by fontification
process in src-block's major mode.
Let me know if things get better on the latest main.
You've already seen my replies regarding this in the #org-mode IRC but I
figure I should ac
Hello Ihor Radchenko,
Thank you for the immediate response, this helps me. Really Appreciated , I
will use it accordingly
Regards
S.Subramanian
On Friday, 2 May 2025, Ihor Radchenko wrote:
> Subramanian S writes:
>
> > Org mode version 9.6.15 (release_9.6.15 @ /usr/share/emacs/29.3/lisp/
> org
Pedro Andres Aranda Gutierrez writes:
> Wasn’t there rsvg-convert as a CLI friendly alternative?
AFAIU, Emin is suggesting that we allow custom converters.
If we are in control how to convert svg to pdf, we can also choose which
converter to use and allow users to customize it.
In contrast, \u
Wasn’t there rsvg-convert as a CLI friendly alternative?
/PA while shopping;-)
Enviado desde mi iPhone
> El 2 may 2025, a las 18:57, Ihor Radchenko escribió:
>
> Emin Martinian writes:
>
>> Briefly speaking, the current latex export of SVG files does not work out
>> of the box and requires ad
Gnarled Grip writes:
> Thank you for the detailed explanation. Understood. With small changes it
> seems impractical to provide headings/sections in the changelog. Am I
> correct?
Yup. For very small, single-file changes, it may be sufficient to have
only the first line in the commit message li
We could give it a try. Although I would have to do some archeology in my mails
because this rings a bell about potential problems I dimly remember
encountering when writing my PhD thesis. It may be the integration of Inkscape
and the shell for some OSes outside Linux.
Just my .2 cents PA
Envia
On Sat, May 3, 2025 at 9:01 AM Ihor Radchenko wrote:
> Gnarled Grip writes:
>
> > Thank you Ihor. As I understand you, you are requesting the following
> > approach:
> >
> > - That one not change existing STARTUP options in org files as a rule,
> and
> > discuss any first
>
> Yup. It should be s
On Sat, May 3, 2025 at 9:13 AM Ihor Radchenko wrote:
> Raoul Comninos writes:
>
> > I have attached 4 patches with grammar and style corrections for
> > worg-about.org
>
> Thanks!
> Applied, onto master.
> https://git.sr.ht/~bzg/worg/commit/aa126ae8
> https://git.sr.ht/~bzg/worg/commit/2df37cdf
Kyle Meyer writes:
> - (org-replace-buffer-contents write-back-buf 0.1 nil)
> - (goto-char (point-max
> + (let ((expecting-bol (bolp)))
> +(goto-char end)
> +(org-replace-region-contents beg end write-back-buf 0.1 nil)
>
> ... as far as I can tell that int
Raoul Comninos writes:
> I have attached 4 patches with grammar and style corrections for
> worg-about.org
Thanks!
Applied, onto master.
https://git.sr.ht/~bzg/worg/commit/aa126ae8
https://git.sr.ht/~bzg/worg/commit/2df37cdf
https://git.sr.ht/~bzg/worg/commit/c4af5028
https://git.sr.ht/~bzg/worg
Gnarled Grip writes:
> Thank you Ihor. As I understand you, you are requesting the following
> approach:
>
> - That one not change existing STARTUP options in org files as a rule, and
> discuss any first
Yup. It should be separate because it is very different from grammar
fixes. And it should be
27 matches
Mail list logo