From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Scot Becker" Subject: Re: elisp code location? Date: Mon, 19 Jan 2009 18:08:05 +0000 Message-ID: References: <4974A6AB.2080905@iro.umontreal.ca> <4974C075.8000800@iro.umontreal.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LOyXk-0005wM-V6 for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 13:08:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOyXi-0005wA-FN for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 13:08:11 -0500 Received: from [199.232.76.173] (port=45027 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOyXi-0005w7-Ao for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 13:08:10 -0500 Received: from mail-fx0-f23.google.com ([209.85.220.23]:36654) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOyXh-0007A0-My for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 13:08:10 -0500 Received: by fxm4 with SMTP id 4so19239fxm.18 for ; Mon, 19 Jan 2009 10:08:06 -0800 (PST) In-Reply-To: <4974C075.8000800@iro.umontreal.ca> Content-Disposition: inline List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David St-Hilaire Cc: emacs-orgmode@gnu.org I can't say if 6.05 is too old for publishing, but I can say that you probably won't regret the upgrade. The versions since then add a lot of nice new things. And it's is pretty easy to keep up to date on Linux with the shell script linked to on the orgmode homepage. It takes a few minutes to figure out where you want to put everything, but after that a single command has you in every new version. Scot On Mon, Jan 19, 2009 at 6:03 PM, David St-Hilaire wrote: > Manish wrote: >> Some of the publishing options can be kept in the org file itself but >> some others would need to defined as part of org-publish-project-alist >> itself only. Is there a reason why you do not wish to keep the settings >> in .emacs file? > > No reason, I was just trying to understand how to publishing system > works. I couldn't make it work so far. I now have setup my project > alist in my .emacs file (and reloaded my .emacs) and when I try to > publish my project, nothing happens... > > Here is what I added to my .emacs: > > (setq org-publish-project-alist > '(("plan" > :base-directory "/home/dave/projet/maitrise/memoire" > :publishing-directory "/home/dave/projet/maitrise/memoire/html" > :section-numbers nil > :table-of-contents t > :publishing-function org-publish-org-to-html))) > > A strange thing I noticed is that when I use M-x and type org-publish > then press tab, I only get: > > Possible completions are: > org-publish org-publish-all > org-publish-current-file org-publish-current-project > org-publish-initialize-files-alist > org-publish-project > > and thus org-publish-org-to-html doesn't seem to be there... I > installed org-mode throuhg gentoo emerge and am at the version 6.05b, > is this version too old to use publishing? > > Thank you very much for your help! > > David > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > >