emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: William Denton <wtd@pobox.com>
To: Ihor Radchenko <yantar92@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Lisp error: (void-function org-element-keyword-parser)
Date: Sat, 23 Oct 2021 12:59:15 -0400 (EDT)	[thread overview]
Message-ID: <alpine.DEB.2.22.394.2110231245540.34140@shell3.miskatonic.org> (raw)
In-Reply-To: <877de5ald1.fsf@localhost>

[-- Attachment #1: Type: text/plain, Size: 2002 bytes --]

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 Emacs with "make cleanall && make bootstrap".  I'd use "make 
bootstrap" to clear out a warning I was getting about Tramp having been built 
with a previous version, and it was after that that my problems started, but 
whether because of it, who knows.

Second, dropping the org-bullets package that makes Org look fancier.  In all my 
looking at warnings and messages I saw some mention of it, so I removed it, and 
then things started working again.

So if anyone out there is using org-bullets and runs into a problem, try 
removing it and see if that helps.

Now I'm using org-superstar-mode¹ and liking it.  In case it's helpful to 
anyone, this is my use-package incantation.

(use-package org-superstar
   :config
   (setq org-superstar-headline-bullets-list '("⊢" "⋮" "⋱" "◉" "○"))
   :hook
   (org-mode . (lambda () (org-superstar-mode 1)))
   )

Sometimes fiddling with Emacs and Org is like spending an afternoon working in 
the kitchen cleaning out the fridge, cleaning the oven, fixing a leak in the tap 
and reorganizing your pots and pans.  Then you discover that when you turn on 
the hot water the refrigeratoor door swings open.  There's no clue why.  You can 
either spend days identifying the problem, or you can live with it, or you can 
move.  Then you ask if this has ever happened to anyone else, and someone says 
they discovered it stops if your feet are bare, and five years later you're 
still taking off your shoes and socks before cooking.

Bill

¹ https://github.com/integral-dw/org-superstar-mode

--
William Denton
https://www.miskatonic.org/
Librarian, artist and licensed private investigator.
Toronto, Canada

  parent reply	other threads:[~2021-10-23 16:59 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-22  0:54 Lisp error: (void-function org-element-keyword-parser) William Denton
2021-10-22  1:11 ` Ihor Radchenko
2021-10-22  1:39 ` Ihor Radchenko
2021-10-22 22:16   ` Jonas Bernoulli
2021-10-23  3:28     ` Ihor Radchenko
2021-10-23 16:59   ` William Denton [this message]
2021-10-24  5:00     ` Ihor Radchenko
2021-10-25  1:55       ` William Denton
2021-10-25  2:28         ` Ihor Radchenko
2021-10-22  6:47 ` Eric S Fraga
2021-10-25 19:00   ` Nick Dokos
2021-10-26  8:54     ` Eric S Fraga

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=alpine.DEB.2.22.394.2110231245540.34140@shell3.miskatonic.org \
    --to=wtd@pobox.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=yantar92@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).