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

2014-11-12 Thread Nick Dokos
Alexander Baier 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)

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

2014-11-12 Thread Thomas S. Dye
Aloha Sharon, You need to set the variables with =set= or =setq=. Sharon Kimble 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,

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

2014-11-12 Thread Alexander Baier
[ 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

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

2014-11-12 Thread Alexander Baier
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-

[O] converting to "init.org"

2014-11-12 Thread Sharon Kimble
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 - --8<---cut here---start-