Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-26 Thread Eric S Fraga
On Monday, 25 Oct 2021 at 15:00, Nick Dokos wrote: > Eric S Fraga writes: >> For the record, I have had this or something very similar for a very >> long time (years) now. All my org-agenda-files which get loaded during >> my initialization, when I set up the appointment handling, are in org >>

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-25 Thread Nick Dokos
Eric S Fraga writes: > On Thursday, 21 Oct 2021 at 20:54, William Denton wrote: >> With my usual set up, I can get things working except that any Org files >> initially loaded up aren't recognized as Org, but if I run =M-x org-mode= it >> all >> kicks in. > > For the record, I have had this

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-24 Thread Ihor Radchenko
William Denton writes: > It's things like this that make me consider going back to using my operating > system's Emacs package and Emacs's Org, so everything is nice and stable all > the > time. One day I will, but not today ... We have stable bugfix branch distributed via ELPA. main is the

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-24 Thread William Denton
On 24 October 2021, Ihor Radchenko wrote: William Denton writes: So if anyone out there is using org-bullets and runs into a problem, try removing it and see if that helps. Not necessarily. Recent patch (d3143feaf) removed the call to org-element-keyword-parser completely, which was

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-23 Thread Ihor Radchenko
William Denton writes: > So if anyone out there is using org-bullets and runs into a problem, try > removing it and see if that helps. Not necessarily. Recent patch (d3143feaf) removed the call to org-element-keyword-parser completely, which was probably the real fix ;) Best, Ihor

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-23 Thread William Denton
On 22 October 2021, Ihor Radchenko wrote: I cannot reproduce the problem using relatively recent Emacs master (commit ae9bfaa891c). A blind guess: Try to run make clean? Thanks for checking, and the suggestion. In the end I think one or the other two things did it: First, rebuilding

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-22 Thread Ihor Radchenko
Jonas Bernoulli writes: >> A blind guess: Try to run make clean? > > Didn't help here. Can you try exactly the following steps: 1. Save the attached file to /tmp/problem.org 2. mkdir /tmp/orgmode-test cd /tmp/orgomode-test git clone git://git.sv.gnu.org/emacs/org-mode.git cd org-mode/ emacs

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-22 Thread Jonas Bernoulli
> A blind guess: Try to run make clean? Didn't help here. I have added (with-eval-after-load 'org (require 'org-element)) to my init.el as a temporary workaround.

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-22 Thread Eric S Fraga
On Thursday, 21 Oct 2021 at 20:54, William Denton wrote: > With my usual set up, I can get things working except that any Org files > initially loaded up aren't recognized as Org, but if I run =M-x org-mode= it > all > kicks in. For the record, I have had this or something very similar for a

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-21 Thread Ihor Radchenko
William Denton writes: > $ git rev-parse HEAD > 5315773e8a0838268592617174b221ec7bf1c87a Sorry, I missed that you are already on the latest main. I cannot reproduce the problem using relatively recent Emacs master (commit ae9bfaa891c). A blind guess: Try to run make clean? Best, Ihor

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-21 Thread Ihor Radchenko
William Denton writes: > I've had something strange going on for days that I haven't been able to > figure > out. With my usual set up, I can get things working except that any Org > files > initially loaded up aren't recognized as Org, but if I run =M-x org-mode= it > all > kicks in.

Lisp error: (void-function org-element-keyword-parser)

2021-10-21 Thread William Denton
/ $ emacs -Q -l minimal-org.el Emacs starts, I hit =C-x C-f problem.org= ... and I get this error (also attached; I deleted a list of file modes to make it more readable): Debugger entered--Lisp error: (void-function org-element-keyword-parser) org-element-keyword-parser(39 (19)) org