emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] [Resent?] Managing a simple blog


From: Pierre de Buyl
Subject: Re: [Orgmode] [Resent?] Managing a simple blog
Date: Wed, 6 Jan 2010 08:32:57 +0100

Hello,

How do you create your links ?
I publish a site using org and links of the form [[file:page.org] [page]] are correctly exported as a relative link to page.html .

Pierre

Le 5 janv. 10 à 17:39, leandro noferini a écrit :

Ciao a tutti,

I am trying to switch from muse to org to manage my simple blog but I
cannot set the correct address for the links.

I don't know quite anything about html - for this reason I liked
emacs+muse :-)

This is my .emacs

        ("Blog personale"
         :base-directory "~/Documenti/Blog/"
         :base-extension "org\\|png\\|jpg\\|gif\\|pdf"
         :publishing-directory "~/public_html/blog/"
         :recursive t
         :publishing-function org-publish-org-to-html
         :html-extension "html"
         :link-home "http://blog.address/blog.html";
         :link-up nil
         :author "Leandro Noferini"
         :email "address@hidden"
         :auto-index t
         :index-filename "blog.org"
         :index-title "Il blog di leandro"
         :timestamps t
         :section-numbers nil
         :tags t

The files .html resulting have all the links set to ~/public_html/ blog/
and I can't understand how to change: is the use of css compulsory?

--
Ciao
leandro

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]