Re: [PATCH] capture: respect KEYS with GOTO arg [9.3.7 (release_9.3.7-661-g4aa4dd @ /home/n/.emacs.d/straight/build/org/)]

2020-07-04 Thread No Wayman
Kyle Meyer writes: After applying, I added "lisp/" in front of the file name and capitalized "pass". Pushed (99b8f36ab). Thanks, Kyle. Noted for future patches.

Re: [PATCH] org-id: Fix behavior when `org-id-extra-values' is a symbol

2020-07-04 Thread Erik Hetzner
On Sat, 04 Jul 2020 12:32:11 -0700, Erik Hetzner wrote: > > * lisp/org-id.el (org-id-update-id-locations): When > `org-id-extra-values' is a symbol, it should be evaluated as a > variable. > > […] Sorry, got the variable name wrong in the description. That should be `org-id-extra-files'. See att

Re: Bug: org-html-export-as-html changes numbered sections to number one exclusively [9.3.7 (9.3.7-elpa @ /home/dalanicolai/.my_emacs.d/elpa/org-20200602/)]

2020-07-04 Thread Kyle Meyer
dalanico...@gmail.com writes: > WHAT HAPPENS: > > When exporting a simple org-buffer, org-html-export-as-html, containing > text as follows: > > 1. hello > bye > > 2. ola > ciao > > Then the numbers get changed to 1's exclusively, so that the html file > is rendered in the browser as follows: [...

Re: Get generators working in an src block?

2020-07-04 Thread Kyle Meyer
George Mauer writes: > #+begin_src emacs-lisp :results output > (setq lexical-binding t) [...] > But running that gives me > >> executing Emacs-Lisp code block... >> cl--assertion-failed: Assertion failed: lexical-binding > > I thought that setting lexical-binding to t was enough, but ap

Get generators working in an src block?

2020-07-04 Thread George Mauer
I prefer to use source blocks for pretty much all my language learning. I am trying to figure out generators in emacs-lisp but can't seem to run it in a block. I have ``` #+begin_src emacs-lisp :results output (setq lexical-binding t) (require 'generator) (iter-defun my-it

[PATCH] org-id: Fix behavior when `org-id-extra-values' is a symbol

2020-07-04 Thread Erik Hetzner
* lisp/org-id.el (org-id-update-id-locations): When `org-id-extra-values' is a symbol, it should be evaluated as a variable. In 37a5020bb, `org-id-update-id-locations' was rewritten, and the functionality to allow the variable `org-id-extra-values' to be a symbol that references another variable w

Re: bug#42199: Suggestion: Offer Emacs manual, org-mode manual, org-guide in double-sided fashion for printing

2020-07-04 Thread Eli Zaretskii
> From: Jan Teubel > Date: Sat, 4 Jul 2020 12:44:09 + > > This email is not a bug report, but a polite suggestion to > provide/offer Emacs manual, org-mode manual and org-guide in > double-sided fashion for printing (PDF files). > > I would like to print out the whole Emacs manual, org-mode

Bug: org-html-export-as-html changes numbered sections to number one exclusively [9.3.7 (9.3.7-elpa @ /home/dalanicolai/.my_emacs.d/elpa/org-20200602/)]

2020-07-04 Thread dalanicolai
WHAT HAPPENS: When exporting a simple org-buffer, org-html-export-as-html, containing text as follows: 1. hello bye 2. ola ciao Then the numbers get changed to 1's exclusively, so that the html file is rendered in the browser as follows: 1. Hello Deoi 1. Ola Daag Author: Daniel La

Re: Habit error

2020-07-04 Thread Colin Baxter
> Milan Zamazal writes: > "CB" == Colin Baxter writes: CB> Hello, With the latest pull of org-mode I now find habits are CB> not displayed correctly in agenda. The graph bar is missing, CB> with the error CB> org-habit-insert-consistency-graphs: Wrong type argument:

Re: [PATCH] allow for multiline headers

2020-07-04 Thread Mario Frasca
Hi Nicolas, On 04/07/2020 03:58, Nicolas Goaziou wrote: I'm sure this PLOT extension is useful. My point is that complexity should be moved to Org Babel, if possible, not into affiliated keywords. IOW, it would be nice if gnuplot source code blocks were as easy to use as your extension. I do

Re: Habit error

2020-07-04 Thread Colin Baxter
Hello Marco, > Marco Wahl writes: > Hello Colin, Colin Baxter writes: >> With the latest pull of org-mode I now find habits are not >> displayed correctly in agenda. The graph bar is missing, with the >> error >> >> org-habit-insert-consistency-graphs: Wrong type arg

Re: [9.4] LOGBOOK visibility

2020-07-04 Thread Ihor Radchenko
> FWIW, I think Emacs has a branch (feature/noverlay) which has been > reported to improve performance with overlays. AFAICT it's just hanging > there waiting to be merged (though a naive "git merge" reveals some > conflicts); some quick Googling suggests it has last been discussed two > years ago

Re: Habit error

2020-07-04 Thread Marco Wahl
Hello Colin, Colin Baxter writes: > With the latest pull of org-mode I now find habits are not displayed > correctly in agenda. The graph bar is missing, with the error > > org-habit-insert-consistency-graphs: Wrong type argument: > number-or-marker-p, nil I guess this was due to my attempt to f

Re: Habit error

2020-07-04 Thread Milan Zamazal
> "CB" == Colin Baxter writes: CB> Hello, CB> With the latest pull of org-mode I now find habits are not displayed CB> correctly in agenda. The graph bar is missing, with the error CB> org-habit-insert-consistency-graphs: Wrong type argument: CB> number-or-marker-p, nil

Habit error

2020-07-04 Thread Colin Baxter
Hello, With the latest pull of org-mode I now find habits are not displayed correctly in agenda. The graph bar is missing, with the error org-habit-insert-consistency-graphs: Wrong type argument: number-or-marker-p, nil - Begin debugger output -- Debugger entered--Lisp error: (wrong-type-ar

Re: [PATCH] allow for multiline headers

2020-07-04 Thread Nicolas Goaziou
Hello, Mario Frasca writes: > I'm happy it exists.  it has a very low entrance threshold, just use > it and tweak it bit by bit.  the other methods, apart from gnuplot > itself, are out of reach on my system, a Maemo-freemantle N900.  it's > not my original system, just a recent replacement, and

Re: [9.4] LOGBOOK visibility

2020-07-04 Thread Kévin Le Gouguec
Thank you for taking the time to make this write-up. Nicolas Goaziou writes: > With overlays, you can't have your cake > and eat it too. FWIW, I think Emacs has a branch (feature/noverlay) which has been reported to improve performance with overlays. AFAICT it's

Re: [9.4] LOGBOOK visibility

2020-07-04 Thread Nicolas Goaziou
Hello, Ihor Radchenko writes: > There used to be several types of overlays for headline folding, drawer > folding, and block folding. One of the recent commits made all the > overlays use headline type. As a result all the overlays are merged into > a single overlay upon folding. This was done t

Re: [9.4] LOGBOOK visibility

2020-07-04 Thread Kévin Le Gouguec
Ihor Radchenko writes: > (see the discussion in [1]). Ah, that makes sense! No idea how I managed to miss that thread. > I am currently working on a patch to rewrite the whole folding system. > Your issue should disappear once it is applied. Good to know! > Meanwhile, you