Re: unfolding is delayed in relatively small file

2022-07-05 Thread Ihor Radchenko
Matt Price writes: > I just updated to recent main branch of org-mode with the new org folding > engine. My emacs is from git, but somewhat out of date (2022-05-08). > > WIth a relatively small test file, I find that folding and unfolding a > subtree with children does not cause a redisplay

[BUG] org-agenda passes current-prefix-arg to commands instead of arg [9.5.3 (9.5.3-g69c588 @ /Users/stas/.emacs.d/straight/build/org/)]

2022-07-05 Thread stasvlasov
`org-agenda' function passes `current-prefix-arg' to its commands (e.g., `org-agenda-tags') instead of `arg' This might create unexpected behaviour if one uses `org-agenda' function inside another interactive function that accepts on universal prefix. For example if I define

Re: [BUG] archiving subtrees archives adjacent / on the same level below subtrees instead of just the subtree itself + any below [9.6 (9.6-??-971eb6885 @ /home/riccardo/.emacs.d/.local/straight/build-

2022-07-05 Thread Ihor Radchenko
Riccardo Varenna writes: > When trying to archive a subtree it regularly happens that instead of > just the intended subtree, other subtrees get archived as well. As an > example: Thanks for reporting! The backtrace like yours did happen in the earlier Org commits and has been fixed. Please

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-07-05 Thread Dr. Arne Babenhauserheide
Richard Stallman writes: > Meanwhile, we have a potential solution for donating money: GNU Taler. > It shows promise, for the long term: even national banks are starting > to get interested in it. (See taler.net.) But banking systems are > not set up to interact with it today. GNU Taler

Re: [PATCH] ob-latex: Added support for including files with a relative path

2022-07-05 Thread General discussions about Org-mode.
Hi Daniel, >> in the attachment you find a proposed patch to support including external >> files >> when exporting a latex source block. Currently this was only possible by >> using a >> :header argument. The problem with this approach is that, files needed to be >> included with their

Re: [PATCH] ob-latex: Added support for including files with a relative path

2022-07-05 Thread Daniel Fleischer
emacs--- via "General discussions about Org-mode." [2022-07-04 Mon 21:15] wrote: > in the attachment you find a proposed patch to support including external > files > when exporting a latex source block. Currently this was only possible by > using a > :header argument. The problem with this

Re: [PATCH] ob-latex: Added support for including files with a relative path

2022-07-05 Thread Daniel Fleischer
Ihor Radchenko [2022-07-05 Tue 19:05] wrote: > Rather than changing paths to absolute, we can simply play with the > working directly for latex process and set it to the directory of the > .org file (unless :dir argument is passed to the latex source block). > This is probably the most expected

[BUG] archiving subtrees archives adjacent / on the same level below subtrees instead of just the subtree itself + any below [9.6 (9.6-??-971eb6885 @ /home/riccardo/.emacs.d/.local/straight/build-27.2

2022-07-05 Thread Riccardo Varenna
--text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact did happen.  You don't know how to make a good report?  See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

[BUG] running org-agenda-todo-yesterday on a habit erroneously sets :LAST_REPEAT: as today, instead of yesterday [9.6 (9.6-??-e9da29b6f @ /home/jon/.emacs.d/.local/straight/build-28.1/org/)]

2022-07-05 Thread Jonathan Reeve
I will often use org-agenda-todo-yesterday to log habits that I did yesterday. It works fine for changing the todo state and logging it as yesterday’s, but the :LAST_REPEAT: property it has, since it’s a habit, is set to today, rather than yesterday. This means that, for example, I can have a

Re: [PATCH] ob-latex: Added support for including files with a relative path

2022-07-05 Thread Ihor Radchenko
emacs--- via "General discussions about Org-mode." writes: >> Hi, adding an "input" type of header is one option. What about adding a >> call to resolve relative file names instead, thus solving maybe other >> needs in addition? >> > That was my second approach. I was concerned that forcing all

Re: [PATCH] ob-latex: Added support for including files with a relative path

2022-07-05 Thread Ihor Radchenko
Daniel Fleischer writes: > Ihor Radchenko [2022-07-05 Tue 19:05] wrote: > >> Rather than changing paths to absolute, we can simply play with the >> working directly for latex process and set it to the directory of the >> .org file (unless :dir argument is passed to the latex source block). >>

wrong type argument with latest org and latest emacs

2022-07-05 Thread Colin Baxter
I'm sending this to emacs.orgmode and emacs.devel lists. With the latest emacs: (1) emacs -q (2) M-x org-version --> Org mode version 9.5.4 (release_9.5.4-3-g6dc785 (4) C-x C-c --> emacs closes with no messages (5) Repeat (1) (6) In scratch buffer load latest org-mode by eval

Re: wrong type argument with latest org and latest emacs

2022-07-05 Thread Ihor Radchenko
Colin Baxter writes: > I'm sending this to emacs.orgmode and emacs.devel lists. > > With the latest emacs: > > > Debugger entered--Lisp error: (wrong-type-argument stringp > (wrong-type-argument stringp nil)) > format-message((wrong-type-argument stringp nil)) > apply(format-message

unfolding is delayed in relatively small file

2022-07-05 Thread Matt Price
Hi everyone, I just updated to recent main branch of org-mode with the new org folding engine. My emacs is from git, but somewhat out of date (2022-05-08). WIth a relatively small test file, I find that folding and unfolding a subtree with children does not cause a redisplay unless I alt-tab

Re: Org links and Flatpak firefox

2022-07-05 Thread Max Nikulin
On 03/07/2022 20:25, Ken Mankoff wrote: Emacs opens URLs in the last-active (from the UI perspective) firefox, even if there is a firefox on the current virtual desktop. Is it Emacs of Firefox behavior? However it is not trivial to choose which window should be used to open a new URL if a

Re: wrong type argument with latest org and latest emacs

2022-07-05 Thread Colin Baxter
> Ihor Radchenko writes: > Colin Baxter writes: >> I'm sending this to emacs.orgmode and emacs.devel lists. >> >> With the latest emacs: >> >> >> Debugger entered--Lisp error: (wrong-type-argument stringp >> (wrong-type-argument stringp nil)) >>

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-05 Thread Bruce D'Arcus
On Tue, Jul 5, 2022 at 3:17 PM Bruce D'Arcus wrote: > > On Mon, Jul 4, 2022 at 7:54 AM Ihor Radchenko wrote: > > > Since the fontification part appears to be unrelated to this particular > > patch, I'd like to ask people who use CSL to test the patch. > > I just tested it, and it works as

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-07-05 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > GNU Taler requires an intermediary to clear the coins. I am not sure what that

[BUG] [PATCH] Ensure org-babel-temporary-stable-directory bound-and-true [9.6 (9.6-g713598 @ /home/n/.emacs.d/elpaca/builds/org/)]

2022-07-05 Thread No Wayman
Updated today and noticed an error when killing Emacs. See attached. >From fa822d45559267de6af31f9d34be4266af602d03 Mon Sep 17 00:00:00 2001 From: Nicholas Vollmer Date: Tue, 5 Jul 2022 19:03:44 -0400 Subject: [PATCH] lisp/ob-core.el: fix file-exists-p error * ob-core.el

Re: We have asynchronous sessions, why have anything else?

2022-07-05 Thread Ivar Fredholm
Hi Ihor, I have a prototype of what I mentioned earlier, at least for python. This supports asynchronous, synchronous, session, and session-less blocks. It's pretty messy but it helps to illustrate what I had in mind. Let me know what you think. Sent with Proton Mail secure email. ---

Re: Links to javascript-based websites from orgmode.org: Paypal and Github

2022-07-05 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > As it happens though, Stripe seem to have open sourced all of their frontend

Re: [BUG] [PATCH] Ensure org-babel-temporary-stable-directory bound-and-true [9.6 (9.6-g713598 @ /home/n/.emacs.d/elpaca/builds/org/)]

2022-07-05 Thread No Wayman
Sorry, that symbol should not be quoted in the patch. Amended attached. >From 87c400fa8cb3ffa9b4fcf1f958feab4506194a81 Mon Sep 17 00:00:00 2001 From: Nicholas Vollmer Date: Tue, 5 Jul 2022 19:03:44 -0400 Subject: [PATCH] lisp/ob-core.el: fix file-exists-p error * ob-core.el

[SOMEDAY] Re: [BUG] inline src_lang code is not fontified on headline

2022-07-05 Thread Christopher M. Miles
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> The src_lang code fontification is normal in content, but not correctly >> fontified on headline. >> >> There is a screenshot in attachment. > > Thanks for reporting! > Note that a major rewrite of Org fontification is WIP. > See

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-05 Thread Bruce D'Arcus
On Mon, Jul 4, 2022 at 7:54 AM Ihor Radchenko wrote: > Since the fontification part appears to be unrelated to this particular > patch, I'd like to ask people who use CSL to test the patch. I just tested it, and it works as expected. Except, and I'm not sure if I'm misunderstanding some org

[feature] Consistent fixed indentation of headline data

2022-07-05 Thread Valentin Lab
Hi everybody, I'm using org-mode for a long time, and I never understood quite well how headline data were supposed to be indented, however I was happy with what emerged to me as the default of 2 spaces (with my emacs and org-mode version at the time). I recently updated my old emacs to

Re: Fw: org-mime-htmlize

2022-07-05 Thread Joseph Vidal-Rosset
Many thanks John. It works perfectly now, as you can see it in my first reply. I cc. this second reply to the list, it can be useful for others. All the best, and again thanks for your generous help ! Jo. Le 05/07/2022 à 18:39, John Kitchin a écrit : > you probably have to do this via CSL now:

Re: [PATCH] oc-csl: Add support for nocite citations

2022-07-05 Thread Bruce D'Arcus
On Tue, Jul 5, 2022 at 3:28 PM Bruce D'Arcus wrote: > > Except, and I'm not sure if I'm misunderstanding some org detail, but > > this doesn't suppress the global bibliography. Should it? > > Yes, and it does in oc-biblatex. Sorry for the noise; disregard. It was something with my testing

Re: wrong type argument with latest org and latest emacs

2022-07-05 Thread Colin Baxter
> Colin Baxter writes: > Ihor Radchenko writes: >> Colin Baxter writes: >>> I'm sending this to emacs.orgmode and emacs.devel lists. >>> >>> With the latest emacs: >>> >>> >>> Debugger entered--Lisp error: (wrong-type-argument stringp >>>