[Orgmode] minor mode for org-mode-like date chooser?

2010-04-06 Thread Leo Ferres
Hello, everybody;
I was wondering if there is a way to use the org-mode date chooser
(using C-c . and +1, e.g.) in a mode other than org.
Thanks.
Leo
-- 
Leo Ferres, Ph.D.
Assistant Professor
Department of Computer Science
University of ConcepciĆ³n, ConcepciĆ³n,
Chile


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Table of contents in another language

2010-03-31 Thread Leo Ferres
Dear all;

Just trying to learn Org-Mode (which I find absolutely great so far).
I was wondering if anyone could let me know how to change the
automatic generation of "table of contents" in the export to html
code, so I can go back and forth between "Contenidos" (in Spanish) and
the usual "Table of Contents" in English.

Thank you.

Leo


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Publishing not working: troubleshooting

2010-03-25 Thread Leo Ferres
Hi, Bernt;

My C-c C-e is indeed mapped to org-export... the project, however,
does not get published. If I export the file to html, that does work.
It's just org-publish-org-to-html that seems to be broken for me.

Any ideas?

Leo


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Publishing not working: troubleshooting

2010-03-25 Thread Leo Ferres
Hello,

I was wondering if anyone could help me with this. I guess this
question has been asked before, but I couldn't find an answer.
Apologies.

The setting:

I have a require entry in my .emacs that reads:

(require 'dervin-org-projects)

and a file dervin-org-projects.el that reads:

(require 'org-publish) ;; I've tried without this as well
(setq org-publish-project-alist
  '(("orgfiles"
 :base-directory "~/org/courses/"
 :base-extension "org"
 :publishing-directory "/ssh:myu...@myhost:~/public_html/"
 :recursive t
 :publishing-function org-publish-org-to-html
 :exclude "PrivatePage.org" ;; regexp
 :headline-levels 3
 :section-numbers t
 :table-of-contents nil
 :auto-preamble t
 :auto-postamble nil)

("images"
 :base-directory "~/org/courses/images"
 :base-extension "jpg\\|gif\\|png"
 :publishing-directory "/ssh:myu...@myhost:~/public_html/"
 :publishing-function org-publish-attachment)

("other"
 :base-directory "~/org/courses/other/"
 :base-extension "css\\|el\\|pdf"
 :publishing-directory "/ssh:myu...@myhost:~/public_html/"
 :publishing-function org-publish-attachment)
("courses" :components ("orgfiles" "images" "other"

(provide 'dervin-org-projects)

When I attempt to publish the project with C-c C-e X, and I choose
"courses", absolutely nothing happens. There's not even a message that
appears. I therefore don't know how to troubleshoot this by myself.
Could anyone help?

Thank you and best regards,

Dervin


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode