Re: [O] archiving in the same file always creates top-level headings

2018-06-18 Thread Nicolas Goaziou
Hello, Hendrik Tews writes: > when I have this file > > === cut === > * A > ** B > ** C > === cut === > > and set org-archive-location to "::* Archived Tasks", as > recommended in the documentation of this variable. Then, af

Re: [O] Curious as to message in echo area

2018-06-18 Thread Charles Millar
On 06/18/2018 02:51 AM, Nick Dokos wrote: Charles Millar writes: Hello, I have always concerned myself that a table column formula returns what is expected.and is correct. However I never paid attention to the echo area and I just noticed that it displays the following message "cells in

[O] Bug: org-toggle-tag always marks buffer modified [9.1.13 (9.1.13-elpaplus @ .emacs.d/elpa/org-plus-contrib-20180618/)]

2018-06-18 Thread Allen Li
ion 9.1.13 (9.1.13-elpaplus @ /usr/local/google/home/ayatane/.emacs.d/elpa/org-plus-contrib-20180618/)

Re: [O] ox-texinfo: use an Org section as Info Top node

2018-06-18 Thread Jonas Bernoulli
Nicolas Goaziou writes: > > Jonas Bernoulli writes: > >> Currently ox-texinfo uses the text before the first Org section as the >> "Top" Info node. That is fine for manuals like org-manual.org where >> that part of the document only consists of a few lines. In my manuals >> there are up to 40

Re: [O] Agenda search: setting sort-order

2018-06-18 Thread Nathan Neff
I had a look at org-agenda.el, and took a first stab at "coding" :) I fixed the sorting problem when using agenda-search-view, and I have a DIFF/patch at the bottom of this e-mail [1] that provided the fix. Would this be of interest to the org-mode project? This code fixes the problem, but it is

[O] Patch adding from-logo commentary ox-koma-letter.el

2018-06-18 Thread Grant Rettke
On Sat, Apr 28, 2018 at 1:32 AM, Bastien wrote: > Hi Grant, > > Grant Rettke writes: > >> Here is how it works, the same way as the other ones: > > If needed, don't hesitate to advertize this in the comment section > of the code. Here is a patch to a commentary on how to use FROM_LOGO. 0001-ex

[O] problem with frequency table if it contains strings.

2018-06-18 Thread Uwe Brauer
Hi Please consider the following example #+BEGIN_SRC emacs-lisp (defun in-interval (bounds el) (and (>= el (car bounds)) (<= el (cadr bounds #+END_SRC #+TBLNAME: raw-data | Test | |--| |0 | |1 | |2 | |3 | |4 | |5 | |6 | |7 | |8 | |9 | |

[O] archiving in the same file always creates top-level headings

2018-06-18 Thread Hendrik Tews
Hi, when I have this file === cut === * A ** B ** C === cut === and set org-archive-location to "::* Archived Tasks", as recommended in the documentation of this variable. Then, after doing C-c C-x C-a (org-archive-subtree-d

[O] [Solution?] (was: table lookup combine remote: problems)

2018-06-18 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: It seems that the following works. #+TBLNAME: raw-data |---++---+| | First | Second | Third | Forth | |---++---+| |NP | NP |NP | NP | |NP | NP |NP | NP | | 3.5 |