[Patch] Update previews correctly with color changes

2021-02-24 Thread Yuri Lensky
The hash computed for LaTeX previews did not actually take into account the true foreground/background text color, so org would not refresh previews when themes change. 0001-lisp-org.el-Update-previews-correctly-when-color-chn.patch Description: Binary data

Re: [Patch] Do not ignore headers argument in ob-latex

2020-05-09 Thread Yuri Lensky
but the produced PDF is incorrect before this fix, and I believe the org preview machinery ignores errors from the latex compiler. Best, YL On Thu, May 7, 2020 at 1:37 PM Nicolas Goaziou wrote: > Hello, > > Yuri Lensky writes: > > > Subject: [PATCH] lisp/ob-latex.el: Stop ignorin

[Patch] Do not ignore headers argument in ob-latex

2020-05-06 Thread Yuri Lensky
ob-latex default .png export completely ignored additional "headers" arguments. 0001-lisp-ob-latex.el-Stop-ignoring-headers-argument.patch Description: Binary data

Re: [O] Commit "org-agenda: Support for dimming..." breaks agenda display

2017-08-07 Thread Yuri Lensky
Hi, I have a attached a patch to fix this bug. As can be seen from the patch, the problem was improperly balanced parenthesis in `org-agenda--mark-blocked-entry' which caused the function to return 'nil unless the entry passed to it had the todo-state text property, whereas the proper behavior is

Re: [O] [Patch] Support for dimming local to each agenda

2017-07-14 Thread Yuri Lensky
wrote: > Hello, > > Yuri Lensky <y...@ydl.cm> writes: > > > Thanks. I have attached an updated patch that addresses your points (with > > some additional cleanup). > > Thank you. > > >> Why is `save-mark-and-excursion' needed? > >> > > Beca

Re: [O] [Patch] Support for dimming local to each agenda

2017-07-13 Thread Yuri Lensky
Thanks. I have attached an updated patch that addresses your points (with some additional cleanup). On Thu, Jul 13, 2017 at 5:51 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Yuri Lensky <y...@ydl.cm> writes: > > > Composite agenda views can

[O] [Patch] Support for dimming local to each agenda

2017-07-11 Thread Yuri Lensky
Composite agenda views can now set org-agenda-dim-blocked-tasks locally. 0002-org-agenda.el-Support-for-dimming-local-to-each-agen.patch Description: Binary data

[O] [Patch] Fix check of previous-sibling in org-depend

2017-07-11 Thread Yuri Lensky
The "previous-sibling" blocker sometimes checked the previous /visible/ heading, instead of the true previous sibling. 0001-org-depend.el-Fix-check-for-previous-sibling-blocker.patch Description: Binary data

Re: [O] [Patch] Fix handling of variable capture location

2017-05-19 Thread Yuri Lensky
n the cond as opposed to the body of the branch): ((and (symbolp file) (boundp file) (symbol-value file))) to keep the old behavior of the cond statement? YL On Fri, May 19, 2017 at 7:16 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Yuri Lensky <y...@ydl.cm>

Re: [O] [Patch] Fix handling of variable capture location

2017-05-17 Thread Yuri Lensky
t;))) This breaks without the second symbol-value. The first is required to replicate the intended functionality of bound-and-true-p. YL On Wed, May 17, 2017 at 5:25 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Yuri Lensky <y...@ydl.cm> writes: > >

[O] [Patch] Fix handling of variable capture location

2017-05-16 Thread Yuri Lensky
Capture locations in variable not working before this patch. YL 0001-org-capture.el-Fix-handling-of-variable-capture-loca.patch Description: Binary data