Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-06-25 Thread Jeff Kowalski
While I don't have a fix for the root issue, I did have a chance to create a lint for LOGBOOK duplicates, as you suggested. It can be found here: https://github.com/jeffkowalski/prelude/commit/f44b6041730469ba2094849b60d301cd94a5bed1#diff-3de035eea502a119bcdd40f4adc3d6108d4f337f827358cb236162352568

Re: Bug: "before first headline" error when adding clock out note [9.4.6 (9.4.6-dist @ /home/wenlong/org-9.4.6/lisp/)]

2021-06-25 Thread Dave D
It seems the error is caused by function org-clock-remove-empty-clock-drawer called by org-clock-out-hook I have removed that function from the hook for now as a workaround.

Re: org-agenda no longer clocks out then in

2021-06-25 Thread Dave D
seems related to a bug I reported a few days ago. link to my bug report: https://lists.gnu.org/archive/html/emacs-orgmode/2021-06/msg00506.html the bug is basically that we you have org-log-note-clock-out set to t, an error "before first headline" would occur when you clock out, thus blocking sub

Re: appearance of list as results from evaluating code blocks

2021-06-25 Thread John Kitchin
I think something is fishy in ob-clojure. When I look at how it runs, it is not obvious it is returning anything. Instead it is wrapping the body like this "(clojure.pprint/pprint (do (list 1 2 (+ 1 2" which I assume is going to stdout maybe? With Cider I eventually got to this intermediate

Re: Adding a goto-heading protocol to org-protocol

2021-06-25 Thread Maxim Nikulin
On 23/06/2021 13:34, Allen Li wrote: The idea is to add a new protocol that looks like "org-protocol://goto-heading?id=UUID-HERE" that jumps to the specified Org heading in Emacs.  The implementation is really simple: It may be convenient in some cases. I prefer custom_id properties however

Re: org-agenda no longer clocks out then in

2021-06-25 Thread Tory S. Anderson
After some exploration I found that it appears to be the result of the setting org-log-note-clock-out . It I switch this off, switching tasks works as expected. It used to be that having it on didn't cause the bug of failing to switch to a new task immediately. Can anyone else please verify tha

Re: Latex preview for whole buffer with on-off keybinding

2021-06-25 Thread Eric S Fraga
On Thursday, 24 Jun 2021 at 19:29, Christopher Dimech wrote: > > Does not say what ARG is ! It does: type C-u before the command. It may not be obvious but it is standard Emacs terminology. -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.6-571-gc591be : Latest paper written in org: https

Re: bug#48199: 28.0.50; Org mode surprisingly usurps Calendar key binding

2021-06-25 Thread Stephen Berman
On Sun, 09 May 2021 19:21:31 +0200 Stephen Berman wrote: > [I added emacs-orgmode@gnu.org in the Cc:] > > On Mon, 03 May 2021 18:07:25 +0200 Stephen Berman > wrote: > >> By default `i' is a prefix key in calendar-mode for commands that insert >> diary entries. But if you happen to display a b

Re: publishing: no default publishing function, or symbol is not defined

2021-06-25 Thread Juan Manuel Macías
Hi Christopher, sorry for the slow reply Christopher W. Ryan writes: > Any advice for how to get *both* theindex.html and my main document in > html? So far I can only get one or the other, depending on whether I > include a non-nil value for a :makeindex option. I don't understand the question.

Re: Specifying shells for remote ob-shell sessions?

2021-06-25 Thread Robert Pluim
> On Thu, 24 Jun 2021 16:15:44 -0700, David Dynerman > said: David> Dear Org Mode Friends, David> I’m having some trouble getting the shell I want to run on remote David> hosts in session ob-shell blocks - it seems that no matter what shell David> I specify, session block

Re: org-agenda no longer clocks out then in

2021-06-25 Thread Robert Pluim
> On Thu, 24 Jun 2021 12:42:37 -0600, "Tory S. Anderson" > said: Tory> My minimal loadup doesn't exhibit the problem. So, tracing the function "org-agenda-clock-in" that my =C-x TAB= is bound to, I see this. Tory> On the broken one I see the following: Tory> #+begin_src lis