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

>>>>> On Thu, 24 Jun 2021 12:42:37 -0600, "Tory S. Anderson" <torys.anderson@gmail.com> 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 lisp
    Tory>   =====================================================================1 -> (org-agenda-clock-in nil)
    Tory> 1 <- org-agenda-clock-in: !non-local\ exit!
    Tory> #+end_src


    Tory> Whereas on the clean working one I see:

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

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

'non-local exit' is the tracing telling you that one of the functions
it called returned unexpectedly, rather than returning a result. You
might get a better result by doing

(setq debug-on-error t)

instead of tracing. If org-agenda-clock-in then signals an error
you'll get a backtrace.

Robert
-- 


  reply	other threads:[~2021-06-25  7:12 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
2021-06-25  7:11     ` Robert Pluim [this message]
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=87eecqquz7.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=marcowahlsoft@gmail.com \
    --cc=torys.anderson@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).