From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Baier Subject: Re: converting to "init.org" Date: Wed, 12 Nov 2014 20:40:25 +0100 Message-ID: <878ujgqkba.fsf@mailbox.org> References: <87k330kynr.fsf@skimble.plus.com> <87d28sqki3.fsf@mailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44580) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xodmt-0006C1-7T for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 14:41:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xodmn-0004Qe-Lf for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 14:41:07 -0500 Received: from mx1.mailbox.org ([80.241.60.212]:58981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xodmn-0004QZ-4B for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 14:41:01 -0500 In-Reply-To: <87d28sqki3.fsf@mailbox.org> (Alexander Baier's message of "Wed, 12 Nov 2014 20:36:20 +0100") 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 [ 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. HTH, -- Alexander Baier