emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <ndokos@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: converting to "init.org"
Date: Wed, 12 Nov 2014 15:18:55 -0500	[thread overview]
Message-ID: <8761ek18b4.fsf@alphaville.bos.redhat.com> (raw)
In-Reply-To: 878ujgqkba.fsf@mailbox.org

Alexander Baier <alexander.baier@mailbox.org> 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

  reply	other threads:[~2014-11-12 20:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-12 19:27 converting to "init.org" Sharon Kimble
2014-11-12 19:36 ` Alexander Baier
2014-11-12 19:40   ` Alexander Baier
2014-11-12 20:18     ` Nick Dokos [this message]
2014-11-12 19:47 ` Thomas S. Dye

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8761ek18b4.fsf@alphaville.bos.redhat.com \
    --to=ndokos@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).