emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Tory S. Anderson" <torys.anderson@gmail.com>
To: Marco Wahl <marcowahlsoft@gmail.com>
Cc: orgmode list <emacs-orgmode@gnu.org>
Subject: Re: org-agenda no longer clocks out then in
Date: Thu, 24 Jun 2021 12:42:37 -0600	[thread overview]
Message-ID: <87bl7vgl42.fsf@gmail.com> (raw)
In-Reply-To: <87v964wq5k.fsf@gmail.com> (Marco Wahl's message of "Wed, 23 Jun 2021 17:34:47 +0200")

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.

On the broken one I see the following:

#+begin_src lisp
  =====================================================================1 -> (org-agenda-clock-in nil)
1 <- org-agenda-clock-in: !non-local\ exit!
#+end_src

Whereas on the clean working one I see:

#+begin_src lisp
  =====================================================================1 -> (org-agenda-clock-in nil)
1 <- org-agenda-clock-in: 0
#+end_src

But find-grep doesn't find anything in my dependencies that matches "non-local". This looks likely to be related to the original problem. Any idea how I can find the source of this !non-local? This is my first time using emacs function tracing.


Marco Wahl <marcowahlsoft@gmail.com> writes:

> torys.anderson@gmail.com (Tory S. Anderson) writes:
>
>> For years my workflow has centered in org-agenda and I would go from
>> one clocked item to the next.  For instance, I would be clocked into
>> my "Emails" task, which never closes, and then eventually move down in
>> the agenda to "Task B". Then I hit C-x TAB to clock in. It correctly
>> queries for a comment on the task I'm leaving but no longer clocks me
>> in to the new task as I'd asked. Is this a bug or am I missing a new
>> setting?
>
> This should work AFAICT and it does for me.  (With key {I} or {C-c C-x
> TAB} in the agenda opposed to your setting with {C-x TAB}.)
>
> Could you provide a complete mini example?  Possibly this helps to see
> more clearly.
>
>
> Best regards,


  reply	other threads:[~2021-06-24 18:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-23 15:10 org-agenda no longer clocks out then in Tory S. Anderson
2021-06-23 15:34 ` Marco Wahl
2021-06-24 18:42   ` Tory S. Anderson [this message]
2021-06-25  7:11     ` Robert Pluim
2021-06-25 14:35   ` Tory S. Anderson
2021-06-26  0:52     ` Dave D
2021-06-28  1:47       ` Dave D
2021-06-28 16:01         ` Marco Wahl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bl7vgl42.fsf@gmail.com \
    --to=torys.anderson@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=marcowahlsoft@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).