Re: Fwd: [BUG] Sparse tree does not work on properties with dashes

2024-03-19 Thread Protesilaos Stavrou
> 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

Re: check.sh setup.sh, nohup.out

2024-03-19 Thread Ihor Radchenko
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

Re: org-persist asking for temp-file encoding every time

2024-03-19 Thread Ihor Radchenko
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 >

org-persist asking for temp-file encoding every time

2024-03-19 Thread Brian Elmegaard
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

Re: check.sh setup.sh, nohup.out

2024-03-19 Thread Matt
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

Re: `:export' attribute?: Re: Experimental public branch for inline special blocks

2024-03-19 Thread Juan Manuel Macías
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

check.sh setup.sh, nohup.out

2024-03-19 Thread William Denton
Some unusual files sneaked in with commit 37cd00bb120. Bill -- William Denton https://www.miskatonic.org/ Librarian, artist and licensed private investigator. Toronto, Canada

Re: fixup! and git

2024-03-19 Thread Ihor Radchenko
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

fixup! and git

2024-03-19 Thread Max Nikulin
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

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-03-19 Thread Ihor Radchenko
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

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-03-19 Thread Max Nikulin
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).

Re: R session error (org-babel)

2024-03-19 Thread Esteban Venialgo
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

Footnote numbering in beamer tables (was: Buggy footnote numbering)

2024-03-19 Thread Ihor Radchenko
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

Re: Possible bug in org-agenda not showing habits properly

2024-03-19 Thread Ihor Radchenko
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. > >

Re: `:export' attribute?: Re: Experimental public branch for inline special blocks

2024-03-19 Thread Max Nikulin
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

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-03-19 Thread Ihor Radchenko
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

Re: Warn about shell-expansion in the docstring of org-latex-to-html-convert-command

2024-03-19 Thread Ihor Radchenko
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

Re: Fwd: [BUG] Sparse tree does not work on properties with dashes

2024-03-19 Thread Ihor Radchenko
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 -

Re: [BUG] [PATCH] ox-odt: Avoid warning when everything is fine [9.6.21 ( @ /nix/store/m6x04fr6nmhxk44qr0m8xsyr8vapppgr-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.6.21/)]

2024-03-19 Thread Ihor Radchenko
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

Re: bug? org-babel-comint-with-output return value type

2024-03-19 Thread Ihor Radchenko
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 >

[BUG] Partially broken Org mode when remote setupfile is unavailable

2024-03-19 Thread Max Nikulin
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

Re: [PATCH] `org-ctags-create-tags` creates empty TAGS file [9.6.15 (release_9.6.15 @ /home/martin/Projects/emacs/lisp/org/)]

2024-03-19 Thread Max Nikulin
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

Re: Pending contents in org documents (Re: Asynchronous blocks for everything (was Re: ...))

2024-03-19 Thread Bruno Barbier
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

Presenting Hyperorg version 0.1.0: The Org to HTML Converter

2024-03-19 Thread c . buhtz
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

heading structure ramblie

2024-03-19 Thread Samuel Wales
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,