From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: converting to "init.org" Date: Wed, 12 Nov 2014 09:47:02 -1000 Message-ID: References: <87k330kynr.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xodt3-0007Bk-A0 for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 14:47:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xodsx-0006Kn-Ho for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 14:47:29 -0500 Received: from gproxy8-pub.mail.unifiedlayer.com ([67.222.33.93]:40194) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1Xodsx-0006JX-AM for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 14:47:23 -0500 In-Reply-To: <87k330kynr.fsf@skimble.plus.com> (Sharon Kimble's message of "Wed, 12 Nov 2014 19:27:04 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sharon Kimble Cc: org-mode 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, 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