Re: [O] Org should follow SemVer conventions [Was: Automatically save the archive file after org-archive-subtree]

2018-10-08 Thread Nicolas Goaziou
Hello, Adam Porter writes: > According to that bug report, the behavior changed when upgrading from > 9.1.2 to 9.1.5. > > I think this shouldn't happen. "Patch"-level releases (incrementing the > third number) should only contain bug fixes. Changes which change > default behavior belong in, at

Re: [O] How to make agenda generation faster

2018-10-08 Thread Adam Porter
Hi Marcin, My feedback is: there be dragons. ;) The Agenda code is very complicated and hard to follow, and it's hard to optimize something that is hard to understand. In the long run, to get significant speed improvements, I think it may be necessary to reimplement the Agenda. However, due to

Re: [O] exporting to latex and docx not honouring carriage returns to tabbing

2018-10-08 Thread Robert Klein
On Mon, 08 Oct 2018 16:54:39 +0100 Eric S Fraga wrote: > On Monday, 8 Oct 2018 at 10:56, Sharon Kimble wrote: > > My finished output in the pdf will have every line indented/tabbed > > to 4 spaces and have a carriage-return at the end of each > > paragraph, with no spacings in between paragraphs

[O] Org should follow SemVer conventions [Was: Automatically save the archive file after org-archive-subtree]

2018-10-08 Thread Adam Porter
Kodi Arfer writes: > As of > > https://code.orgmode.org/bzg/org-mode/commit/b186d1d7236c0dc397eadeb004c9a17eaffd3aab > > archiving a subtree no longer automatically saves the archive > file. How can I get this behavior back? > > A Debian bug was also opened for this issue: > > https://bugs.debian

Re: [O] Complexity of using spreadsheet functionality

2018-10-08 Thread Eric S Fraga
On Monday, 8 Oct 2018 at 18:16, Karl Voit wrote: > You have to use Org for a while in order to be able to grasp the > large universe of possibilities. It's really not that easy to > explain or show. It's something you have to experience IMHO. And > after you had this epiphany, you accept even hard

[O] Bug: org-goto buffer not honouring org-cycle-separator-lines [9.1.9 (release_9.1.9-65-g5e4542 @ /home/carlos/local/stow/emacs-26/share/emacs/26.1.50/lisp/org/)]

2018-10-08 Thread Carlos Pita
Say I set org-cycle-separator-lines to 1. Now in an org buffer that has nodes separated by one line, I do C-c C-j to open the org-goto buffer. Then in the org-goto buffer: 1. Every node is suffixed by an ellipsis, even if the only content there is an empty line. 2. Nodes are not separated by a

[O] Complexity of using spreadsheet functionality (was: Calculate differences of remote table numbers)

2018-10-08 Thread Karl Voit
* Eric S Fraga wrote: > On Monday, 8 Oct 2018 at 17:19, Karl Voit wrote: >> Unfortunately, I have to admit that spreadsheets in Org are not >> something I can recommend to somebody who needs "something that just >> works" (like Excel-switcher). :-( > > Maybe not but the combination of "It's all t

Re: [O] Calculate differences of remote table numbers

2018-10-08 Thread Eric S Fraga
On Monday, 8 Oct 2018 at 17:19, Karl Voit wrote: > Unfortunately, I have to admit that spreadsheets in Org are not > something I can recommend to somebody who needs "something that just > works" (like Excel-switcher). :-( Maybe not but the combination of "It's all text", Emacs calc, and LaTeX exp

Re: [O] What is the difference between `org-narrow-to-subtree' and `org-narrow-to-element'?

2018-10-08 Thread Eric S Fraga
On Monday, 8 Oct 2018 at 17:26, Marcin Borkowski wrote: > Hi all, > > I found these two commands. They seem to do the same thing. What is > the difference? These will only do the same thing if your element (where point is) happens to be the sub-tree and nothing else. Try it within a list elem

Re: [O] exporting to latex and docx not honouring carriage returns to tabbing

2018-10-08 Thread Eric S Fraga
On Monday, 8 Oct 2018 at 10:56, Sharon Kimble wrote: > My finished output in the pdf will have every line indented/tabbed to 4 > spaces and have a carriage-return at the end of each paragraph, with no > spacings in between paragraphs. > > I can get it how I want in org-mode, but when its exported

Re: [O] What is the difference between `org-narrow-to-subtree' and `org-narrow-to-element'?

2018-10-08 Thread Marco Wahl
Hi! > I found these two commands. They seem to do the same thing. What is > the difference? This is an example illustrating the difference. - Have point on the *table* of the following subtree. --8<---cut here---start->8--- * foo | foo | foo | | foo | foo

[O] What is the difference between `org-narrow-to-subtree' and `org-narrow-to-element'?

2018-10-08 Thread Marcin Borkowski
Hi all, I found these two commands. They seem to do the same thing. What is the difference? TIA, -- Marcin Borkowski http://mbork.pl

Re: [O] Calculate differences of remote table numbers

2018-10-08 Thread Karl Voit
* Michael Brand wrote: > Hi Karl Hi Michael, > On Mon, Oct 1, 2018 at 5:02 PM Karl Voit wrote: > >> I'd like to calculate the differences between rows of numbers of a >> different table. > > For this kind of shifting row or column indexes I use Calc vector > subscript. In your case: > > #+NAME:

Re: [O] PATH question for gnus

2018-10-08 Thread Joseph Vidal-Rosset
Le lun. 08 oct. 2018 à 02:59:11 , Robert Klein a envoyé ce message: > PATH=/usr/local/texlive/2018/bin/x86_64-linux:$PATH > MANPATH=/usr/local/texlive/2018/texmf/doc/man:$MANPATH > INFOPATH=/usr/local/texlive/2018/texmf/doc/info:$INFOPATH > export PATH MANPATH INFOPATH > > in your .profile/.ba

Re: [O] PATH question for gnus

2018-10-08 Thread Robert Klein
Hi, On Mon, 8 Oct 2018 14:15:17 +0200 Joseph Vidal-Rosset wrote: > Hello, > > I am a Debian GNU/Linux user, but, contrarily that I did, I have > recently decided to install texlive via the sources in /usr/local/ . > I put in my init.el (user.el in scimax) : (setenv "PATH" (concat > "/usr/local/

[O] PATH question for gnus

2018-10-08 Thread Joseph Vidal-Rosset
Hello, I am a Debian GNU/Linux user, but, contrarily that I did, I have recently decided to install texlive via the sources in /usr/local/ . I put in my init.el (user.el in scimax) : (setenv "PATH" (concat "/usr/local/texlive/2018/bin/x86_64-linux/:" (getenv "PATH"))) (setenv "

[O] exporting to latex and docx not honouring carriage returns to tabbing

2018-10-08 Thread Sharon Kimble
I have a problem in an org-mode file which is then exported to latex and then converted into a pdf. And the file is the draft of my fiction book. My finished output in the pdf will have every line indented/tabbed to 4 spaces and have a carriage-return at the end of each paragraph, with no spacing

Re: [O] How to make agenda generation faster

2018-10-08 Thread Michael Welle
Hello, Marcin Borkowski writes: > Hi Orgers, > > my agenda takes almost 10 seconds to show up. Are there any ideas for > profiling that? > > I suspect that archiving a lot of old entries I don't use anymore might > help, but is there any way to e.g. display some stats on which > file/headline t