Re: Unable to configure emacs 27.2 to use org 9.5

2021-10-18 Thread Juan Manuel Macías
Hi Detlef, Detlef Steuer writes: > I have installed 9.5 with package-install in a clean emacs session, > it is shown as installed, too, but whatever I try, my org-version is > shown as 9.4.6, which is included in 27.2. > (I assume, and therefore citeproc unavailable) Have you looked in your

Unable to configure emacs 27.2 to use org 9.5

2021-10-18 Thread Detlef Steuer
Hi all! This is really depressing. I'm using org since more than a decade. In the early days using a git clone, since some years with package from org-elpa, then melpa. I have installed 9.5 with package-install in a clean emacs session, it is shown as installed, too, but whatever I try, my

[SOLVED] Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread Joseph Vidal-Rosset
Le 18/10/2021 à 18:49, Joseph Vidal-Rosset a écrit : > I just did it. But the problem is always the same... :( I did it in a wrong way. I compiled emacs again, and it works now! Many thanks to all ! Bonne soirée ! Jo.

Re: how to org-babel-detangle with nested noweb?

2021-10-18 Thread edgar
On 2021-10-18 16:31, Tom Gillespie wrote: Hi Edgar, Degangling of nested noweb blocks tangled using :comments noweb is broken at the moment. There are some deep bugs that need to be worked out, and last time I looked at the code I think my conclusion that it was better to do a complete

Re: [PATCH] [BUG] Org 9.5: org-goto UI seems broken

2021-10-18 Thread Max Nikulin
On 18/10/2021 16:25, Eric S Fraga wrote: On Sunday, 17 Oct 2021 at 23:35, Max Nikulin wrote: So (setq display-buffer-base-action '((display-buffer-reuse-window display-buffer-pop-up-frame) (reusable-frames . 0))) should not be considered as shooting a foot. I am not

Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread Joseph Vidal-Rosset
Le 18/10/2021 à 16:46, András Simonyi a écrit : > Dear Joseph, > > in theory evaluating > > (libxml-available-p) > > should tell you whether your Emacs has libxml support -- most probably > it doesn't. Maybe you should try to recompile using the --with-xml2 > switch. Dear Andras, I just did

Re: how to org-babel-detangle with nested noweb?

2021-10-18 Thread Tom Gillespie
Hi Edgar, Degangling of nested noweb blocks tangled using :comments noweb is broken at the moment. There are some deep bugs that need to be worked out, and last time I looked at the code I think my conclusion that it was better to do a complete rewrite starting from a new specification of the

Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread András Simonyi
Dear Joseph, in theory evaluating (libxml-available-p) should tell you whether your Emacs has libxml support -- most probably it doesn't. Maybe you should try to recompile using the --with-xml2 switch. best wishes, András On Mon, 18 Oct 2021 at 14:42, Joseph Vidal-Rosset wrote: > > > > Le

Re: Problems generating the org-mode documentation

2021-10-18 Thread Jean-Christophe Helary
> On Oct 18, 2021, at 20:51, Pedro Andres Aranda Gutierrez > wrote: > > Hi, > > I'm trying to generate the documentation on a freshly pulled emacs-28 branch > with > > make doc > > and get the following error when creating the org-mode documentation: > > [195] [196] Chapter 14 [197]

Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread Joseph Vidal-Rosset
Le 18/10/2021 à 12:54, John Kitchin a écrit : > This could mean you have an emacs that was not compiled with libxml. > > Type C-h v system-configuration-options > > and look for --with-xml2 > > to see if your emacs was built with it. > John I have this. #ifdef HAVE_LIBXML2

Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread Joseph Vidal-Rosset
Le 18/10/2021 à 12:54, John Kitchin a écrit : > This could mean you have an emacs that was not compiled with libxml. > > Type C-h v system-configuration-options > > and look for --with-xml2 > > to see if your emacs was built with it. > John Thanks ! > --- >

Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread John Kitchin
This could mean you have an emacs that was not compiled with libxml. Type C-h v system-configuration-options and look for --with-xml2 to see if your emacs was built with it. John --- Professor John Kitchin (he/him/his) Doherty Hall A207F Department of Chemical

Re: [PATCH] [BUG] Org 9.5: org-goto UI seems broken

2021-10-18 Thread Eric S Fraga
On Sunday, 17 Oct 2021 at 23:35, Max Nikulin wrote: > So > >(setq display-buffer-base-action > '((display-buffer-reuse-window display-buffer-pop-up-frame) > (reusable-frames . 0))) > > should not be considered as shooting a foot. I am not sure I understand what you are or

Re: [feature proposal] Headline caching via org-element-cache = up to 2.5x performance boost

2021-10-18 Thread Bastien
Ihor Radchenko writes: > Apparently 'org-marker property must always point to the beginning of > timestamp. Fixed in latest main. Confirmed, thanks a lot! -- Bastien

Re: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread Timothy
Hi Joseph, The function libxml-parse-xml-region has been around for a while, what version of Emacs are you running? All the best, Timothy

Re: [feature proposal] Headline caching via org-element-cache = up to 2.5x performance boost

2021-10-18 Thread Ihor Radchenko
Bastien writes: > with latest main, I cannot use S- (org-agenda-do-date-later) to > update the entry at point. > > Here is the backtrace I get: > > Debugger entered--Lisp error: (error "Cannot find time stamp") > error("Cannot find time stamp") Apparently 'org-marker property must always

Re: [feature proposal] Headline caching via org-element-cache = up to 2.5x performance boost

2021-10-18 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > Bastien writes: > >> If you feel confident the change is mature enough for being merged >> into the main branch, please go ahead, this will boost the feedback. > > Merged to main just now. with latest main, I cannot use S- (org-agenda-do-date-later) to update

citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region

2021-10-18 Thread Joseph Vidal-Rosset
Hello everybody, I get this message error with citeproc: citeproc-style-parse: Symbol’s function definition is void: libxml-parse-xml-region I do not find the solution. Your help is welcome, All the best, Jo.

Re: problem with columnview and the match option

2021-10-18 Thread Uwe Brauer
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer writes: >> ** All groups >> #+BEGIN: columnview :hlines 2 :match "H1" :maxlevel 2 >> :skip-empty-rows t :indent nil :format "%5TODO(Status) %5Id(Group) >> %5Ex(Exercise) %5Sheet(Sheet) %7ST1(Status){X/}" >> | Status | Group | Exercise | Sheet |