Re: [O] filter for svg latex-export

2018-09-06 Thread edgar
Hi, I want to report that I can use the new version of the SVG (2.00b) LaTeX directly. The developer (Falk; Bcc) said that there will be a new release soon. I attach an example of the strange things that I can achieve. I hope that it's useful :) . Cheers! On 2018-01-09 03:34, John Kitchin

[O] gnus link no longer work

2018-09-06 Thread Alan Schmitt
Hello, I've recently noticed that following gnus links (created by org-store-link) no longer work. When I try to open one, I get an error, and I see the gnus summary populated with the message I need, but I cannot read it. Here is the backtrace when I follow the link Debugger entered--Lisp

[O] wrap long text in org table

2018-09-06 Thread Jeremie Juste
Hello, Is there a way to wrap long text in org-table? For instance I would like to wrap this text to 80. | | <80> | | 1 | Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum

Re: [O] How about lifting the limit of 35 tasks in org-clock-history?

2018-09-06 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > I decided to put a warning about this in the docstring in my patch. My > assumption was that this is enough. If a user wants to change the > default, he will most probably see the docstring and will have to > actively ignore the warning. I don't think this

Re: [O] How about lifting the limit of 35 tasks in org-clock-history?

2018-09-06 Thread Marcin Borkowski
On 2018-09-02, at 16:50, Marcin Borkowski wrote: > On 2018-09-02, at 14:45, Nicolas Goaziou wrote: > >> Hello, >> >> Marcin Borkowski writes: >> >>> I attach a trivial patch fixing a very annoying cap on >>> org-clock-history. (I want to set org-clock-history to 120.) >> >> According to

Re: [O] orgalist & variable binding depth

2018-09-06 Thread Nicolas Goaziou
Hello, Matt Price writes: > so, I think there is an infinite loop generated between yas--auto-fill and > orgalist--auto-fill: Yasnippet and Orgalist are somewhat incompatible because Yasnippet is not playing nice with other minor modes. Instead of advising functions, it stores them and

Re: [O] Latex export of figure with multiline caption and label results in additional space

2018-09-06 Thread Nicolas Goaziou
Hello, Max Beutelspacher writes: > I have a problem when I'm exporting a figure with a multiline caption > and a label to pdf via latex. > > Here is an example > #+BEGIN_SRC org +LATEX_HEADER: \usepackage{caption} +LATEX_HEADER: > #\captionsetup{format=hang} +NAME: test +CAPTION:Cras placerat

Re: [O] Latex export of figure with multiline caption and label results in additional space

2018-09-06 Thread Max Beutelspacher
Hello, I'm very sorry I hope this version is parsed correctly: When I use a multiline caption without a label everythings is correct, the two lines are both indented by the same amount #+BEGIN_SRC org #+LATEX_HEADER: \usepackage{caption} #+LATEX_HEADER: \captionsetup{format=hang}

[O] :cache and :results drawer don't get along?

2018-09-06 Thread tomas
Hi, Org gurus I'm using Org 9.1.9, as it comes with Emacs 27.0.50, freshly compiled from sources. I'm having a hard time referencing a cached result when it's in a drawer (I like to wrap my results in a drawer). Before I file a bug report, I'd make sure that I am not doing something obviously

Re: [O] [PATCH] Change: (org-agenda-bulk-action) Prompt w/number of marked items

2018-09-06 Thread Nicolas Goaziou
Hello, Adam Porter writes: > * lisp/org-agenda.el (org-agenda-bulk-action): When scattering, prompt > for number of days with number of marked items. Thank you. > A typical pattern for me is to mark a significant number of items > scheduled in the past and scatter them into the future.

Re: [O] [PATCH] Change: (org-agenda-get-progress) Set type text-property accordingly

2018-09-06 Thread Nicolas Goaziou
Hello, Adam Porter writes: > Previously, the "type" text-property was always set to "closed", even > when an item was actually matched because of its "Clock" or "State" > line. > > Now, the "type" text-property is set according to why the item was > matched. > > Note: it's possible that some