From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: converting to "init.org" Date: Wed, 12 Nov 2014 15:18:55 -0500 Message-ID: <8761ek18b4.fsf@alphaville.bos.redhat.com> References: <87k330kynr.fsf@skimble.plus.com> <87d28sqki3.fsf@mailbox.org> <878ujgqkba.fsf@mailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoeNm-0004Ns-Kq for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 15:19:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XoeNe-0007c9-D4 for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 15:19:14 -0500 Received: from plane.gmane.org ([80.91.229.3]:52899) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XoeNe-0007bw-6F for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 15:19:06 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XoeNd-0005XB-NQ for emacs-orgmode@gnu.org; Wed, 12 Nov 2014 21:19:05 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2014 21:19:05 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Nov 2014 21:19:05 +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: emacs-orgmode@gnu.org 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) >> '(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. > Yes, these are probably cut-n-pasted from the customize file but without the part that really does the work: (custom-set-variables '(org-agenda-span 21)) -- Nick