emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: torys.anderson@gmail.com (Tory S. Anderson)
To: orgmode list <emacs-orgmode@gnu.org>
Subject: Re: Error when trying to use --batch to export agenda ical: cl-block-nil error
Date: Sat, 24 Jan 2015 09:44:31 -0500	[thread overview]
Message-ID: <878ugsjl0w.fsf@gmail.com> (raw)
In-Reply-To: <87d264jmc6.fsf@gmail.com> (Tory S. Anderson's message of "Sat, 24 Jan 2015 09:16:09 -0500")

Okay, so the obvious fix was to load my org init file as in the following: 
    emacs --batch --user $USER --eval "(progn (org-agenda-list nil nil 'year) (org-icalendar-combine-agenda-files))"

Now, the wiki page at http://www.emacswiki.org/emacs/BatchMode mentinos that packages don't get loaded, so that is where the obvious fix comes from. But then my question becomes, how does it know what my agenda files are in the first place? And why does org seem to break out-of-the-box with the cl-block error if I don't manually do a '(require 'cl-lib) ? 


torys.anderson@gmail.com (Tory S. Anderson) writes:

> When I try to export my agenda to ics (ical) from the command line, I use the following command:
>     emacs --batch --user $USER --eval "(progn (org-agenda-list nil nil 'year) (org-icalendar-combine-agenda-files))"
>
> But this fails because, it says
>     No catch for tag: --cl-block-nil--, org-agenda-date-weekend
>
> and it fails to produce an ics file. 
>
> However, when I'm actually executing the year-view and `org-icalendar-combine-agenda-files` in my running session of emacs, it works fine. I used to have that problem but someone here helped me solve it by adding '(require 'cl-lib) to one of my init files. But why isn't this working to prevent the cl-block error when I run the batch mode? Ideas? 

      reply	other threads:[~2015-01-24 14:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-24 14:16 Error when trying to use --batch to export agenda ical: cl-block-nil error Tory S. Anderson
2015-01-24 14:44 ` Tory S. Anderson [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=878ugsjl0w.fsf@gmail.com \
    --to=torys.anderson@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).