Re: [O] orgalist and refill a paragraph

2019-04-23 Thread Samuel Wales
filladapt.el usually fills much better for org lists, and everything else, but i don't think it would be better for this case. (setq filladapt-token-table '( ;; this must be first ("^" beginning-of-line) ;; Included text in news or mail replies (">+" citation->) ;; Included t

Re: [O] Is is possible to summarize contents of a task in the agenda headings?

2019-04-23 Thread joakim
David Masterson writes: > writes: > >> Say I have a bunch of tasks like this: >> >> * TODO task with many subtasks >> ** TODO subtask 1 >> ** TODO subtask 2 >> * TODO another task with many subtasks >> ** TODO another subtask 1 >> ** TODO another subtask 2 >> >> And so on. >> >> Now, in the agen

[O] Recent troubles with org-bullets?

2019-04-23 Thread William Denton
For any people on the list who both A) compile Org from source and update it fairly often and B) use org-bullets, do A and B imply C) sometimes org-bullets doesn't run automatically and it needs to be started by hand? A few weeks ago this started to happen to me, but not all the time. I've bee

[O] org-agenda-sorting-strategy deadline-up behavior with no deadline

2019-04-23 Thread Jake Vossen
I am fairly new to emacs, so my apologies if this is a simple question, however, I really cannot seem to figure out what I am doing wrong here. I am trying to sort my agenda deadlines by the soonest due date first, so I have set org-agenda-sorting-strategy to deadline-up. However, items with no du

Re: [O] orgalist-mode: wrong indentation in message mode after recent change in emacs

2019-04-23 Thread Stefan Monnier
>>> The first is whether orgalist-mode couldn't use a custom >>> indent-line-function instead of advising what may or may not be set to >>> indent-relative by the user. >> I don't know how that would work in practice. > Me neither. >> But a minor mode taking control over `indent-line-function' soun

Re: [O] Regression in org-table-recalculate-buffer-tables and #+startup: shrink [devel branch]

2019-04-23 Thread Kaushal Modi
Hello Nicolas, On Tue, Apr 23, 2019 at 4:37 AM Nicolas Goaziou wrote: > > Fixed. Thank you. > Thank you for the quick fix!

Re: [O] orgalist-mode: wrong indentation in message mode after recent change in emacs

2019-04-23 Thread Basil L. Contovounesios
Nicolas Goaziou writes: > "Basil L. Contovounesios" writes: > >> The first is whether orgalist-mode couldn't use a custom >> indent-line-function instead of advising what may or may not be set to >> indent-relative by the user. > > I don't know how that would work in practice. Me neither. > Bu

Re: [O] orgalist and refill a paragraph

2019-04-23 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > Use TAB on the second line. In any case, I don't think orgalist should > do it. The second line doesn't belong to the list, by definition. Well the question is, if you already typed some text and want to make a list out of it, ogalist cannot deal it.

Re: [O] Tracking time from one state to another?

2019-04-23 Thread Malcolm Matalka
Ken Mankoff writes: > Hi Malcom, > > I think we're talking about two different things here. When you change TODO > state, the time of the change is recorded. This is what you're doing. > > Org also has a time-tracking feature that is totally separate. You can "clock > in" and "clock out" of a

Re: [O] orgalist and refill a paragraph

2019-04-23 Thread Uwe Brauer
>>> "TC" == Tim Cross writes: > Just in case it is relevant, if your using a recent emacs, you might be > running into a bug which was recently reported to do with changes in > text-mode. The bug was found by an orglist user and affected subsequent > line indentation. See the emacs de

Re: [O] Regression in org-table-recalculate-buffer-tables and #+startup: shrink [devel branch]

2019-04-23 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Lately (past week), I have noticed a failure for all functions to run from > my org-mode-hook, because I got an error like: > > File mode specification error: (user-error Not at a table) > > This error happens if: > > 1. I call M-x org-table-recalculate-buffer-t

Re: [O] #+PROPERTY: header-args:C++ will not work

2019-04-23 Thread Nicolas Goaziou
Hello, Alexandre Duret-Lutz writes: > On Mon, Apr 15, 2019 at 2:53 PM Alexandre Duret-Lutz > wrote: >> Unfortunately, this does not work for C++ blocks. > > I just noticed that I could change all my C++ blocks into cpp blocks and > then use header-args:cpp without any problem. The org-mode ma

Re: [O] [PATCH] Feature proposal : support "scale=" includegraphics option in the builtin latex exporter.

2019-04-23 Thread Nicolas Goaziou
Hello, Emmanuel Charpentier writes: > Le lundi 22 avril 2019 à 15:26 +0200, Nicolas Goaziou a écrit : >> Emmanuel Charpentier writes: >> >> > Do you want a direct answer or a partch against /etc/ORG-NEWS ? >> >> Anything that suits you. > > A patch it is (enclosed). Applied. Thank you. > If

Re: [O] orgalist-mode: wrong indentation in message mode after recent change in emacs

2019-04-23 Thread Nicolas Goaziou
Hello, "Basil L. Contovounesios" writes: > The first is whether orgalist-mode couldn't use a custom > indent-line-function instead of advising what may or may not be set to > indent-relative by the user. I don't know how that would work in practice. But a minor mode taking control over `indent-

Re: [O] install confusion

2019-04-23 Thread Tim Cross
The org-plus-contrib package is a little 'odd' in that the name of the package is not the name of the library being installed. To get around this, I have a use-package witht he following form (use-package org :pin org :ensure org-plus-contrib :init ) Note the :ensure line.