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.
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-
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
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
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
>>> "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
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
> 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.
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
Hello Nicolas,
On Tue, Apr 23, 2019 at 4:37 AM Nicolas Goaziou
wrote:
>
> Fixed. Thank you.
>
Thank you for the quick fix!
>>> 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
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
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
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
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
15 matches
Mail list logo