Re: [TASK] Allow customizeable ditaa executable in ob-ditaa.el

2023-11-09 Thread Leo Butler
On Thu, Nov 09 2023, Max Nikulin wrote: > On 09/11/2023 10:17, Leo Butler wrote: >> While I was reviewing the documentation, ob-doc-ditaa.org, and the >> source, ob-ditaa.el, I realized that there is a simple way to run a >> script file instead of a jar file. > > > It is better to avoid obstacles

Re: [BUG] org-contrib: org-eldoc has an autload, but is incompatible with modern emacs. [9.6.8 (release_9.6.8-3-g21171d @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-11-09 Thread Vladimir Nikishkin
Ihor Radchenko writes: > Vladimir Nikishkin writes: > >>> May you elaborate about incompatibility? >>> >> >> Yes. With org-eldoc loaded, and having a property '#+date: unpublished' >> in an org file, I am having the '*Messages*' buffer filled with >> #+begin_src elisp >> ⛔ Warning (org-element

ancestor/descendant in agenda

2023-11-09 Thread Samuel Wales
anybody know the latest, in built-in features or in 3rd party packages, for doing the following? - dim entries that have an ancestor in the same agenda buffer - dim/highlight entries that have a descendant in the same agenda buffer this would work in the text search agenda and the ts [daily/w

[BUG] org-resolve-clocks use of read-char-exclusive without telling EXWM to change the focus back to Emacs results in deadlock

2023-11-09 Thread SyedZuhair
The deadlock happens if org-resolve-clocks is called automatically (for resolving idle time) while focus is in a EXWM-mode buffer. The result is that the focus is stuck with the EXWM-mode buffer away from Emacs and the user can not tell EXWM to change the focus to the mini-buffer to interact with o

Re: [PATCH] org-id: allow using parent's existing id in links to headlines

2023-11-09 Thread Rick Lupton
On Tue, 25 Jul 2023, at 8:43 AM, Ihor Radchenko wrote: > Ideally, we should have all the necessary logic to store the link within > `org-id-store-link' and then use `org-link-set-parameters' to configure > id links. I agree this would be neater, but looking at how this would work, I have a questi

Re: How to export org as org and keep heading IDs?

2023-11-09 Thread Ihor Radchenko
shortcutz writes: > org-md-export-as-markdown preserves the ID property of an org buffer, but > for some reason org-org-export-as-org does not. I don't have the "visible > only" option set. See `org-export-with-properties'. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about

How to export org as org and keep heading IDs?

2023-11-09 Thread shortcutz
org-md-export-as-markdown preserves the ID property of an org buffer, but for some reason org-org-export-as-org does not. I don't have the "visible only" option set. According to the function documentation I should be able to pass a property list "with external parameters overriding Org default se

Re: bash source code block: problem after ssh commands

2023-11-09 Thread Matt
On Thu, 09 Nov 2023 13:13:36 +0100 Ihor Radchenko wrote --- > A bigger problem is that errors *Org Babel Error > Output* are not clickable: Interesting. > So, it looks like we may need an alternative `org-babel-eval' function > that works with script files rather than input and a

Re: Issue with org-persist and Tramp

2023-11-09 Thread Fabio Natali
On 2023-11-09, 12:17 +, Ihor Radchenko wrote: > May I know what >(file-remote-p "/ssh::/home/user/test.org") > (with appropriate ) returns on your side? Hi Ihor, Sure, no particular reason to obfuscate the remote address, it's actually a LAN IP. The above function returns "/ssh:192.168.1

Re: [TASK] Allow customizeable ditaa executable in ob-ditaa.el

2023-11-09 Thread Max Nikulin
On 09/11/2023 10:17, Leo Butler wrote: While I was reviewing the documentation, ob-doc-ditaa.org, and the source, ob-ditaa.el, I realized that there is a simple way to run a script file instead of a jar file. diff --git a/lisp/ob-ditaa.el b/lisp/ob-ditaa.el index fa864c7bc..4a2b09cd9 100644 ---

Re: Issue with org-persist and Tramp

2023-11-09 Thread Ihor Radchenko
Fabio Natali writes: > On 2023-11-08, 18:01 +, Ihor Radchenko wrote: >> I see the problem now. >> Does the attached patch solve the "freeze"? > > Hey, thanks for sending this, really appreciate it. > > Unfortunately that didn't seem to fix it though. Here's what I did. > > - Added `(not (fil

Re: bash source code block: problem after ssh commands

2023-11-09 Thread Ihor Radchenko
Matt writes: > ... Aside from permission, any code we > insert needs to be correct. For example, a shebang would need to point > to the correct application and any arguments would need to correspond > to the implementation being called. I doubt we'd need anything beyond > /bin/. FWIW, it looks li

Re: [RFC][PATCH v2] Allow to export to ascii custom link types as notes

2023-11-09 Thread Max Nikulin
On 08/11/2023 18:16, Ihor Radchenko wrote: We can introduce a special ox-ascii-specific object `object-with-note' that will be exported by ox-ascii according to `org-ascii-links-to-notes' settings. Then, we can transform link objects into `object-with-note' that will later be used in `org-ascii--