Re: [bug] File mode specification error: (void-function file-attribute-inode-number)

2021-12-20 Thread Ihor Radchenko
Samuel Wales writes: > emacs 25.1 does not have this function. this error occurs upon > find-file on an org file in org 9.5. > > File mode specification error: (void-function file-attribute-inode-number) Thanks for reporting! I just pushed the fix upstream. However, note that Emacs 25 is bare

Provide link to pdf manual etc on homepage?

2021-12-20 Thread Detlef Steuer
Hi all, very minor, but I just *again* searched for the pdf documentation :-) The pdf versions of the org manual and the org guide are on orgmode.org, but have no visible references for users. I.e. there are https://orgmode.org/orgguide.pdf and https://orgmode.org/org.pdf but these are somehow k

Re: next-error for agenda searches

2021-12-20 Thread Ihor Radchenko
Samuel Wales writes: > On 12/19/21, Ihor Radchenko wrote: >> multiple agenda views is not an uncommon workflow. You may have daily > > i think this is a strong objection. multiple simultaneous agenda > views seems to sink my suggestion. > > can one have multiple simultaneous c-c / buffers? and

[PATCH] Fix parallel build failure for Texinfo manual

2021-12-20 Thread Ulrich Müller
* doc/Makefile (org.texi, orgguide.texi): Fix parallel build failure. --- Forwarding Gentoo Linux bug #829055 . When doing a parallel build (make -j16), a failure was observed when building the Texinfo documentation: make -C doc info make[1]: Entering directory '/

[PATCH] Re: Bug: org-deadline drops warning periods from TIME [9.4.6 (9.4.6-10-gee652a-elpaplus @ /home/fap/.emacs.d/elpa/org-plus-contrib-20210712/)]

2021-12-20 Thread Ihor Radchenko
erim...@web.de writes: > * Reproduction > > Call ~org-deadline~ with a warning period like so: > > > (org-deadline nil "<2021-07-20 Tue -1d>") >;; => DEADLINE: <2021-07-20 Tue> > > * Expected > > Deadline gets added with the warning period provided. Can you try the attached patch? Also, note

Re: [O] send block evaluation results to specified buffer

2021-12-20 Thread Ihor Radchenko
"Arthur A. Gleckler" writes: > Attached is a patch to allow one to specify that results from executing a > block should go to a specific buffer. It seems that nobody have noticed this email. The idea of sending source block output to a separate buffer (not *Messages*) looks interesting for me.

Re: [O] send block evaluation results to specified buffer

2021-12-20 Thread Arthur A. Gleckler
On Mon, Dec 20, 2021 at 6:02 AM Ihor Radchenko wrote: > "Arthur A. Gleckler" writes: > > > Attached is a patch to allow one to specify that results from executing a > > block should go to a specific buffer. > > It seems that nobody have noticed this email. > > The idea of sending source block ou

Org-learn failing to update calendar scheduling

2021-12-20 Thread Bithov Vinu Student
I installed the plugin org-learn for my Emacs (latest version, latest org-mode as well). The plugins no longer actively maintained nor does it need to be, it does a select few things and doesn't need to be updated. The org-learn module I used is attached to this email, here

flyspell overlays removed in comments: does this make sense?

2021-12-20 Thread Eric S Fraga
Hello all, for some time (years, really), I've suffered with flyspell overlays disappearing in comments in org documents. It never occurred to me that this was due to org itself so I just put up with and chalked it up to one of those Emacs mysteries. Today, for unrelated reasons [1], I ended up

Re: [PATCH] Fix parallel build failure for Texinfo manual

2021-12-20 Thread Marco Wahl
Ulrich Müller writes: > * doc/Makefile (org.texi, orgguide.texi): Fix parallel build failure. > --- > > Forwarding Gentoo Linux bug #829055 . > When doing a parallel build (make -j16), a failure was observed when > building the Texinfo documentation: > > make -C do

[BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]

2021-12-20 Thread Dr. Arne Babenhauserheide
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: next-error for agenda searches

2021-12-20 Thread Samuel Wales
more below. On 12/20/21, Ihor Radchenko wrote: > If more people are interested, I do not see why next-error integration > cannot be included into Org. nitpick: it already is integrated for sparse tree matches in the outline. i suggested that if next-error worked for more things, like agenda tex

Re: next-error for agenda searches

2021-12-20 Thread Samuel Wales
well, i implied it at least. On 12/20/21, Samuel Wales wrote: > more below. > > On 12/20/21, Ihor Radchenko wrote: >> If more people are interested, I do not see why next-error integration >> cannot be included into Org. > > nitpick: it already is integrated for sparse tree matches in the > outl

Re: [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]

2021-12-20 Thread Ihor Radchenko
"Dr. Arne Babenhauserheide" writes: > In org 9.5.1 I get problems exporting a table. Trying to export > https://hg.sr.ht/~arnebab/draketo/browse/politik/gnu-linux-desktop-share.org > as ascii or running the embedded gnuplot source block fails with > wholenump error. > ... > Debugger entered--Lisp

Re: [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]

2021-12-20 Thread Dr. Arne Babenhauserheide
Ihor Radchenko writes: > "Dr. Arne Babenhauserheide" writes: >> In org 9.5.1 I get problems exporting a table. Trying to export >> https://hg.sr.ht/~arnebab/draketo/browse/politik/gnu-linux-desktop-share.org >> as ascii or running the embedded gnuplot source block fails with >> wholenump error.

Re: [PATCH] Fix parallel build failure for Texinfo manual

2021-12-20 Thread Ulrich Mueller
> On Mon, 20 Dec 2021, Marco Wahl wrote: > Possibly a split of function org-make-manuals in org-make-manual and > org-make-guide and further create two single targets instead of the > current double target is more clear. > See the patch. > WDYT? Sure, that's much cleaner. (I didn't dare to