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

2018-10-01 Thread Marcin Borkowski
On 2018-09-06, at 16:18, Nicolas Goaziou wrote: > 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 h

[O] Bug: org-insert-structure-template leaves point at inconvenient place [9.1.14 (9.1.14-932-gf82a30-elpaplus @ .emacs.d/elpa/org-plus-contrib-20180923/)]

2018-10-01 Thread Allen Li
org-insert-structure-template (C-c C-,) leaves point at an inconvenient place (X marks the spot): #+begin_example X#+end_example My expectation is that right after inserting the template, I can start typing or yank right into it: #+begin_example X #+end_example Emacs : GNU Emacs 26.1 (build 1,

Re: [O] Emacs-orgmode Digest, Vol 151, Issue 21

2018-10-01 Thread Mario Bermonti Pérez
Help Cordialmente, Mario — Mario E. Bermonti Pérez, M.A. Doctoral Student Department of Psychology Universidad de Puerto Rico-Río Piedras Director of Institutional Assessment Academic Affairs Ponce Health Sciences University Research and Statistical Consultant School of Behavioral and Health Scien

Re: [O] Concatenating Org property values from parent subtrees

2018-10-01 Thread Kaushal Modi
On Mon, Oct 1, 2018 at 11:50 AM Ihor Radchenko wrote: > Hi, > > Check out the following code: > > > (defvar org-concatenated-properties '("AA") > "A list of property names (strings), which should be computed via > concatenation with the parent properties.") > > (define-advice org-entry-get

Re: [O] Visualizing org files

2018-10-01 Thread Samuel Wales
market more :] or you could convert it to an emacs visualization in the agenda buffer :]

[O] category not updated

2018-10-01 Thread Samuel Wales
this bug reproduces in maint and master, but i have not tried -Q. i search for a keyword in the agenda categories show up i decide to change the name of one of the categories i refresh category does not change i search again category does not change i kill buffer and search again category does not

Re: [O] Section on #+include keyword is missing quite some info in the org-manual.org

2018-10-01 Thread Kaushal Modi
On Wed, Sep 26, 2018 at 6:47 AM Nicolas Goaziou wrote: > > This is not intentional. Could you re-introduce the latest revision of > that section? > I was just setting out to fix this in the manual, but I see that you already did this :) I was thinking of adding cindices like the ones you added

Re: [O] HTML Export - Footnotes inconcistency

2018-10-01 Thread Matthias Paulmier
Hello, Nicolas Goaziou writes: > This is intended, in a way, since the inline footnote is not a paragraph > by itself. It is contained within a paragraph. This explains why you > cannot have blank lines within an inline footnote. I think I get the logic behind it. The problem is the inconsistenc

Re: [O] HTML Export - Footnotes inconcistency

2018-10-01 Thread Nicolas Goaziou
Hello, Matthias Paulmier writes: > I came across this problem today (or maybe it is intended but I couldn't > find any explanation in the docs). There is an inconsistency on how > inline/anonymous and named footnotes are exported in HTML. For example, > with the following source: > > #+TITLE: Te

Re: [O] Calculate differences of remote table numbers

2018-10-01 Thread Nick Dokos
Karl Voit writes: > Hi! > > I'd like to calculate the differences between rows of numbers of a > different table. > > Here is a minimal example showing the issue: > > #+NAME: my-table > | Numbers | > > |-| > | 1 | > | 5 | > | 8 | > | 12 |

Re: [O] [PATCH] doc/org-manual→ Intro→ Activation: add space in the command binding

2018-10-01 Thread Nicolas Goaziou
Hello, Дилян Палаузов writes: > … otherwise emacs 26.1 says “error: C- must prefix a single character” Fixed. Thank you. I used the `kbd' macro, for clarity. Regards, -- Nicolas Goaziou

Re: [O] Concatenating Org property values from parent subtrees

2018-10-01 Thread Ihor Radchenko
Hi, Check out the following code: (defvar org-concatenated-properties '("AA") "A list of property names (strings), which should be computed via concatenation with the parent properties.") (define-advice org-entry-get (:around (oldfun pom property &optional inherit literal-nil) concatena

[O] Calculate differences of remote table numbers

2018-10-01 Thread Karl Voit
Hi! I'd like to calculate the differences between rows of numbers of a different table. Here is a minimal example showing the issue: #+NAME: my-table | Numbers | |-| | 1 | | 5 | | 8 | | 12 | | 15 | This is what I expected: "exp

Re: [O] Visualizing org files

2018-10-01 Thread Karl Voit
* Samuel Wales wrote: > https://github.com/novoid https://github.com/novoid/org-du/ Thanks for mentioning. I got the impression, I am the only one who likes those kind of visualizations ;-) Even https://github.com/novoid/org-du/graphs/traffic doesn't look like there is much going on in terms of