Aloha Sharon,

You need to set the variables with =set= or =setq=.

Sharon Kimble <boudic...@skimble.plus.com> 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

Reply via email to