emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] converting to "init.org"


From: Nick Dokos
Subject: Re: [O] converting to "init.org"
Date: Wed, 12 Nov 2014 15:18:55 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Alexander Baier <address@hidden> writes:

> [ Accidentally hit send, ... ]
>
> On 2014-11-12 20:27 Sharon Kimble wrote:
>> *** Agenda config                                                   
>> #+BEGIN_SRC emacs-lisp
>>  '(org-agenda-include-all-todo t)
>>  '(org-agenda-span 21)
>>  '(org-agenda-include-diary t)
>>  '(org-agenda-insert-diary-extract-time t)
>>  '(org-agenda-insert-diary-strategy (quote top-level))
>
> These are just quoted lists containing a variable and presumably a value
> said variable should be set to. This lisp code does "nothing" when
> executed, at least not setting these variables. To me this looks like
> something, that belongs into a customize-set-variables call. I am not
> sure how to get those into your init.org file. I just let them reside in
> my init.el file, which is also calls org-babel to do the real
> initialization via org-babel-load-file.
>

Yes, these are probably cut-n-pasted from the customize file but without
the part that really does the work:

(custom-set-variables
  '(org-agenda-span 21))
--
Nick






















reply via email to

[Prev in Thread] Current Thread [Next in Thread]