this is open ended. i'd probably be happy with simple
solution but want to explore the space.
i sometimes need to know when a folded heading has children,
and also possibly go to them. maybe it swallowed a heading
without my intention. creating new headings with c-c *
seems to create children,
Hello,
I am excited to introduce Hyperorg 0.1.0 [1], designed to efficiently
convert files
from Emacs Org-mode and Org-roam into clean HTML files. Ideal for
Zettelkasten
enthusiasts and personal wiki creators, Hyperorg simplifies the
conversion process,
ensuring your nodes correctly interlinke
Ihor Radchenko writes:
> Bruno Barbier writes:
>> Would "lisp/org-pending.el" be OK ? Or do you see a better place/name ?
>
> org-pending sounds fine. Maybe org-pending-text to be more explicit.
I've picked: "org-pending"; it's shorter and can by used as a prefix.
Thanks.
> Similar to proc
On 11/02/2024 04:10, Morgan Willcock wrote:
The shell expansion should work if the asterisk is outside of the
quotes. I've attached an (untested) patch to explain what I mean.
Never try to quote arbitrary strings by double or single quotes in
shell. There are enough fancy characters that may
Hi,
I have tried the following .org file
--- 8< ---
#+setupfile: /dav:localhost#8000:/setup-dav-123.org
* Heading
[[https://orgmode.org/][Link]]
--- >8 ---
Having no webdav server running. Expected error:
Package ‘tramp-gvfs’ not supported
File mode specification error: (user-error Package `
Matt writes:
> Why =org-babel-comint-with-output= returns a list is unclear to me.
> The docstring for =org-babel-comint-with-output= says it should
> "return all process output". AFAIK, process output is a string, always
> has been, always will be, and Babel has always gotten a substring of
> th
Damien Cassou writes:
> Ihor Radchenko writes:
>> It would be nice to attach the patch :)
>
> ...
> Subject: [PATCH] ox-odt: Avoid warning when everything is fine
>
> * lisp/ox-odt.el (org-odt--translate-latex-fragments): When
> processing-type is already 'verbatim, no need to print any warning.
Ihor Radchenko writes:
> `org-make-tags-matcher' is now supposed to handle \-escaped dashes in
> properties. However, it does not seem to work:
>
> (org-make-tags-matcher "TEST\-HELLO=\"one\"" t) yields
... which was as expected - I forgot to quote \ inside "...".
The problem was different - sp
Max Nikulin writes:
>>> On 12/03/2024 20:03, Ihor Radchenko wrote:
>>> - '%i' and "%i" in any position including e.g. --option='%i' and
>>> protocol:"%i"
>>> - 'something%i' and "something%i" surrounded by spaces or at the end of
>>> command but with no spaces in "something".
>>
>> I am not conf
Ihor Radchenko writes:
>> It is a bug in Org that some hooks are called when just file content is
>> necessary.
>
> I would not necessarily call it a bug, but I do not see downsides of
> using `insert-file-contents' instead of `find-file-noselect' and not
> running `find-file-hook' in this parti
On 19/03/2024 02:42, Juan Manuel Macías wrote:
As I mentioned in a past email, these days I will be somewhat busy, but
I will try to keep up to date with your comments. Although it may take a
while to respond.
Would you mind against new thread as an umbrella for next bunch of
topics? Current o
Rens Oliemans writes:
> When I open an org file before opening the agenda, my habits show up as
> regular tasks,
> rather than with the consistency graph. Additionally, many CANCELed tasks
> still show up in
> the agenda. When I open the agenda first however, everything goes fine.
>
> Interesti
Guillaume MULLER writes:
> I hope this time I'm not mistaken.
>
> When I compile the attached file into a PDF with org-beamer-export-to-pdf, I
> get a PDF file where the footnotes numbering are using numbers in the text
> and letters in the footer.
>
> Am I doing something wrong? Is there a sim
hi William and Ihor,
Apologies for the late answer. I did some test on ESS and indeed that was the
problem:
I was using: org version 9.6.17 and ess-version: 18.10.2. But, after I updated
Gentoo (last weekend), the R code export worked fine! The current ESS version
is: 24.01.1 and the org-versi
On 19/03/2024 21:49, Ihor Radchenko wrote:
but I do not see downsides of
using `insert-file-contents' instead of `find-file-noselect' and not
running `find-file-hook' in this particular case (other cases in Org
tree appears to be fine from a quick glance).
https://git.savannah.gnu.org/cgit/ema
Max Nikulin writes:
>> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=b338a9069
>
> `with-temp-buffer' makes `kill-buffer' unnecessary.
Oops.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=4f548f948
--
Ihor Radchenko // yantar92,
Org mode contributor,
Learn mo
On 19/03/2024 23:27, Ihor Radchenko wrote:
Oops.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=4f548f948
fixup! org-create-math-formula: Do not run file-related hooks when checking
output
"fixup!" is a keyword for "git rebase --interactive --autosquash" and
usually added fo
Max Nikulin writes:
>> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=4f548f948
>>
>> fixup! org-create-math-formula: Do not run file-related hooks when checking
>> output
>
> "fixup!" is a keyword for "git rebase --interactive --autosquash" and
> usually added for minor corre
Some unusual files sneaked in with commit 37cd00bb120.
Bill
--
William Denton
https://www.miskatonic.org/
Librarian, artist and licensed private investigator.
Toronto, Canada
Max Nikulin writes:
> Would you mind against new thread as an umbrella for next bunch of
> topics? Current one becomes too large from my point of view.
Ok, I agree. I suggest that from now any new thread related to the new
object have as subject:
"inline-special-block: specific topic to discuss
On Tue, 19 Mar 2024 18:11:50 +0100 William Denton wrote ---
> Some unusual files sneaked in with commit 37cd00bb120.
Thank you, good catch. My bad. The files are garbage that existed in my repo
when I did 'git add .'. They should not have been added to the commit.
Should I do as b
Hi
I am experiencing a small issue with an org-file.
Every time I close it I am prompted with:
Select coding system (default utf-8):
when org-mode is saving a *Temp file*.
In the *Messages* buffer it says:
org-persist: Writing to
"c:/Users/user/AppData/Roaming/.emacs.d/org-persist/18/673ac1-50b0-
Brian Elmegaard writes:
> I am experiencing a small issue with an org-file.
> Every time I close it I am prompted with:
> Select coding system (default utf-8):
> when org-mode is saving a *Temp file*.
>
> In the *Messages* buffer it says:
> org-persist: Writing to
> "c:/Users/user/AppData/Roami
Matt writes:
> On Tue, 19 Mar 2024 18:11:50 +0100 William Denton wrote ---
> > Some unusual files sneaked in with commit 37cd00bb120.
>
> Thank you, good catch. My bad. The files are garbage that existed in my
> repo when I did 'git add .'. They should not have been added to the com
> From: Ihor Radchenko
> Date: Tue, 19 Mar 2024 14:03:23 +
>
> Ihor Radchenko writes:
>
>> `org-make-tags-matcher' is now supposed to handle \-escaped dashes in
>> properties. However, it does not seem to work:
>>
>> (org-make-tags-matcher "TEST\-HELLO=\"one\"" t) yields
>
> ... which was as
25 matches
Mail list logo