[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] converting to "init.org"
From: |
Thomas S. Dye |
Subject: |
Re: [O] converting to "init.org" |
Date: |
Wed, 12 Nov 2014 09:47:02 -1000 |
Aloha Sharon,
You need to set the variables with =set= or =setq=.
Sharon Kimble <address@hidden> writes:
> I have been converting/building my "init.el" to "init.org" and it is
> working well, but there are a few things that I'm not sure
> about. For instance, I have a command to display 21 days in my
> agenda, but it is not happening. This is the command -
>
> ** Agenda
>
> *** 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))
#+BEGIN_SRC emacs-lisp
(setq org-agenda-span 21)
#+END_SRC
hth,
Tom
--
Thomas S. Dye
http://www.tsdye.com