From: Eric S Fraga <ucecesf@ucl.ac.uk>
To: David Maus <dmaus@ictsoc.de>
Cc: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: Publish atom feeds based on Org files
Date: Tue, 23 Mar 2010 09:40:07 +0000 [thread overview]
Message-ID: <87pr2v5qbs.wl%ucecesf@ucl.ac.uk> (raw)
In-Reply-To: <87vdcnbkkz.wl%dmaus@ictsoc.de>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 1680 bytes --]
On Tue, 23 Mar 2010 07:47:40 +0100, David Maus <dmaus@ictsoc.de> wrote:
>
> [1 <text/plain; UTF-8 (quoted-printable)>]
> Eric S Fraga wrote:
> >On Fri, 19 Mar 2010 23:00:23 +0100, David Maus <dmaus@ictsoc.de> wrote:
> >> Hello all,
> >>
> >> Carving another stone that might fit into the cathedral known as
> >> Emacs/Orgmode I am glad to present attached file org-atom.el that
> >> provides an exporting and a publishing function to create atom feeds
> >> based on Org files.
> >>
> >> To use org-atom.el you need the library atom-syndication.el, an
>
> >David,
>
> >a simple point: I added (require 'org-atom) to my initialisation file
> >and Emacs fails starting up with:
>
> >,----
> >| Debugger entered--Lisp error: (void-variable org-export-inbuffer-options-extra)
> >| byte-code("\bÄ\x19\x1a\x1e\0\n@\x11\v>\x17\0Å C\v\"\x13\nA\x12\b\0*ÆÇ!" [org-atom-infile-options opt --cl-dolist-temp-- org-export-inbuffer-options-extra nil append provide org-atom] 4)
> >| require(org-atom)
> >`----
>
> >What dependencies are there that I should have satisfied before the
> >require statement above? I guess, from the error message, that it's
> >something to do with cl... you may wish to ensure the approprthe appropriate
> >libraries are required by your code.
>
> Thanks, I'll look into this. It looks like that the (dolist on the
> beginning requires cl. Never considered byte compiling the file.
Actually, all that's required for org-atom to load properly for me is to have
(require 'org-exp)
(require 'org-atom)
to ensure that org-export-inbuffer-options-extra is defined! You may
wish to simply put (require 'org-exp) inside org-atom.el.
next prev parent reply other threads:[~2010-03-23 9:40 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-19 22:00 Publish atom feeds based on Org files David Maus
2010-03-20 4:38 ` Austin Frank
2010-03-22 0:36 ` Eric S Fraga
2010-03-22 19:45 ` Daniel Brunner
2010-03-22 20:23 ` David Maus
2010-03-22 20:27 ` Eric S Fraga
2010-03-23 0:09 ` Eric S Fraga
2010-03-23 6:47 ` David Maus
2010-03-23 9:40 ` Eric S Fraga [this message]
2010-03-23 17:04 ` David Maus
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87pr2v5qbs.wl%ucecesf@ucl.ac.uk \
--to=ucecesf@ucl.ac.uk \
--cc=dmaus@ictsoc.de \
--cc=e.fraga@ucl.ac.uk \
--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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.