bug#47008: 28.0.50; `org-clocking-buffer` definition was removed, but it is still being referenced

2021-03-08 Thread Basil L. Contovounesios
Basil L. Contovounesios writes: > >> Eduardo Bellani writes: >> >>> On 16b5ee0efb5592f78faeffa07048bfe741331a18 `org-clocking-buffer` was >>> removed as a symbol. That symbol is still being referenced throughout >>> the current(4d463ee4baf8a7ce8

bug#44935: Emacs inserts hardwired org-agenda-files variable, overwriting user options

2020-11-29 Thread Basil L. Contovounesios
daniela-s...@gmx.it writes: >> Sent: Sunday, November 29, 2020 at 4:07 PM >> From: "Eli Zaretskii" >> To: daniela-s...@gmx.it >> Cc: 44...@debbugs.gnu.org >> Subject: bug#44935: Emacs inserts hardwired org-agenda-files variable, >> overwriting user options >> >> Shouldn't this be reported to

Re: [PATCH] org-eldoc: Fix compatibility with Emacs 28

2020-07-17 Thread Basil L. Contovounesios
Kyle Meyer writes: > All right, thanks. Here's that in patch form. I briefly tested with > Emacs 26, 27, and 28, and things seemed to work fine (though I'm not an > org-eldoc user). I'm not either, but it seems to get pulled in automatically when org-plus-contrib is installed - that's how I

Re: [PATCH] Make org-eldoc work with Emacs 28

2020-07-15 Thread Basil L. Contovounesios
"James N. V. Cash" writes: > This patch makes it continue to work by setting the new variable > eldoc-documentation-strategy, which puts eldoc in > "backwards-compatability" mode. How involved would it be to make org-eldoc work in non-"backwards-compatibility" mode? > From

Re: heads up: org-eldoc (contrib) may not work with recent Emacs (28.0.x)

2020-07-15 Thread Basil L. Contovounesios
Eric S Fraga writes: > I am not entirely sure but I believe that recent changes in Emacs's > eldoc.el make org-eldoc (found in the contrib directory for org) no > longer work. At first glance, an argument is now required for > org-eldoc-documentation-function but this only postpones the

Re: [O] orgalist-mode: wrong indentation in message mode after recent change in emacs

2019-04-23 Thread Basil L. Contovounesios
Nicolas Goaziou writes: > "Basil L. Contovounesios" writes: > >> The first is whether orgalist-mode couldn't use a custom >> indent-line-function instead of advising what may or may not be set to >> indent-relative by the user. > > I don't know how

Re: [O] orgalist-mode: wrong indentation in message mode after recent change in emacs

2019-04-01 Thread Basil L. Contovounesios
de)' -f end-of-buffer > > and this is the relevant commit: > > 2e3deb09bd42d22a9b354937ce63b151fb493d8a is the first bad commit > commit 2e3deb09bd42d22a9b354937ce63b151fb493d8a > Author: Basil L. Contovounesios > Date: Sun Mar 31 19:39:54 2019 +0100 > > Do not set indent-line-function in text-mode > >

Re: [O] Bug: org-string-display throws on image display property [9.1.9 (release_9.1.9-65-g5e4542 @ /home/blc/.local/share/emacs/27.0.50/lisp/org/)]

2018-09-03 Thread Basil L. Contovounesios
Nicolas Goaziou writes: > "Basil L. Contovounesios" writes: > >> Severity: minor >> >> 0. emacs -Q >> 1. M-x toggle-debug-on-error RET >> 2. Evaluate the following: >> >> (require 'org) >> (org

[O] Bug: org-string-display throws on image display property [9.1.9 (release_9.1.9-65-g5e4542 @ /home/blc/.local/share/emacs/27.0.50/lisp/org/)]

2018-09-03 Thread Basil L. Contovounesios
Severity: minor 0. emacs -Q 1. M-x toggle-debug-on-error RET 2. Evaluate the following: (require 'org) (org-string-display (propertize " " 'display '(image :type svg :file "/path/to/image.svg"))) This gives the following error backtrace: Debugger