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
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.
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
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
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
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
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
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
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.
> 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
> 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
11 matches
Mail list logo