From: Kyle Meyer <kyle@kyleam.com>
To: nshephard@protonmail.com
Cc: Emacs-orgmode@gnu.org
Subject: Re: Org-capture template no longer recognised...
Date: Wed, 06 Jan 2021 04:43:45 GMT [thread overview]
Message-ID: <87v9cay8sg.fsf@kyleam.com> (raw)
In-Reply-To: <CADcCPCH85YxpJDXXAc4ZvuF-DtT8t+vOoQVxW5dxCdbVcZoOvw@mail.gmail.com>
Neil Shephard writes:
> Until recently I could invoke org-capture, select e r and I'd be
> prompted to enter data under Route...
>
> | <2021-01-03 | <cursor here to start entry> | km | min + s | | |
>
>
> On saving this would populate the table and calculate the pace. Now
> though I'm informed...
>
> Capture abort: Symbol's function definition is void: assert
[...]
> As I say I'd not changed my configuration which is the org-mode
> bundled with Emacs 27.1. I do have
Hmm, so that's Org 9.3. There aren't many plain assert's left in the
Org repo, just a few spots in contrib/ files (which aren't included in
Emacs):
$ git grep '(assert\b' release_9.3
release_9.3:contrib/lisp/org-attach-embedded-images.el: (assert data)
release_9.3:contrib/lisp/org-learn.el: (assert (> n 0))
release_9.3:contrib/lisp/org-learn.el: (assert (and (>= quality 0) (<= quality 5)))
release_9.3:contrib/lisp/ox-freemind.el: (assert (symbolp (car parsed-xml))))
$ git grep '(cl-assert\b' release_9.3 | wc
37 191 3163
So...
>
> a few computers though and it was still working on a second system
> until I update installed packages,
...it does seem likely that the issue is outside of Org proper. But
unfortunately I don't have any suggestions about where that might be, or
why it's getting triggered in the above scenario. Hopefully others
will.
next prev parent reply other threads:[~2021-01-06 4:44 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-04 22:42 Org-capture template no longer recognised Neil Shephard
2021-01-06 4:43 ` Kyle Meyer [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-01-07 17:57 Neil Shephard
2021-01-08 10:12 ` Ihor Radchenko
2021-01-12 23:44 Neil Shephard
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=87v9cay8sg.fsf@kyleam.com \
--to=kyle@kyleam.com \
--cc=Emacs-orgmode@gnu.org \
--cc=nshephard@protonmail.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).