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
>> m
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 or
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
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 probab
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
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
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 -
> 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.
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 ve
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
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.
Can
221ec7bf1c87a
$ make autoloads
$ cd /tmp/
$ 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
12 matches
Mail list logo