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.
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
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:
[...
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
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
* 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
> 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
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
> 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:
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
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
> 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
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
> "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
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
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
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
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
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
19 matches
Mail list logo