emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: tsd@tsdye.com (Thomas S. Dye)
To: Sharon Kimble <boudiccas@skimble.plus.com>
Cc: org-mode <emacs-orgmode@gnu.org>
Subject: Re: converting to "init.org"
Date: Wed, 12 Nov 2014 09:47:02 -1000	[thread overview]
Message-ID: <m21tp8dww9.fsf@tsdye.com> (raw)
In-Reply-To: <87k330kynr.fsf@skimble.plus.com> (Sharon Kimble's message of "Wed, 12 Nov 2014 19:27:04 +0000")

Aloha Sharon,

You need to set the variables with =set= or =setq=.

Sharon Kimble <boudiccas@skimble.plus.com> 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

      parent reply	other threads:[~2014-11-12 19:47 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
2014-11-12 19:47 ` Thomas S. Dye [this message]

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=m21tp8dww9.fsf@tsdye.com \
    --to=tsd@tsdye.com \
    --cc=boudiccas@skimble.plus.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).