emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Seb <seb@untangle.com>
To: emacs-orgmode@gnu.org
Subject: Not all org-publish-* functions are accessible initially
Date: Fri, 17 Oct 2008 00:32:23 +0000 (UTC)	[thread overview]
Message-ID: <20081016172254.603@usenet.piggo.com> (raw)

Hi,

I was wondering if all the org-publish-* functions should be available
directly after org-mode is loaded ? Initially I only see
org-publish-{all,current-file,current-project} as available (before
doing any org-publish related work). After I run either of those 3, then
the rest of them become available (for instance org-publish-project).

The startup file in charge of finding org-mode on my system is as follows:

  (let ((package-dir (concat "/usr/share/"
			     (symbol-name flavor)
			     "/site-lisp/org-mode")))

  ;; If package-dir does not exist, the org-mode package must have
  ;; removed but not purged, and we should skip the setup.
    (when (file-directory-p package-dir)
      (setq load-path (cons package-dir load-path))
      (require 'org-install)
      (add-to-list 'auto-mode-alist '("\\.org\\(-mode\\)?$" . org-mode))))

Cheers,

--Seb

             reply	other threads:[~2008-10-17  0:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-17  0:32 Seb [this message]
2008-10-17 13:46 ` Not all org-publish-* functions are accessible initially Carsten Dominik

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=20081016172254.603@usenet.piggo.com \
    --to=seb@untangle.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).