emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* how to produce right link for jekyll
@ 2014-03-22 10:47 Dillon Peng
  0 siblings, 0 replies; only message in thread
From: Dillon Peng @ 2014-03-22 10:47 UTC (permalink / raw)
  To: emacs-orgmode

hi, all
   I Using org to Blog with Jekyll.
   I want to get a right link to link to blog server's relative path after publishing, the following is corressponding setting and source:
1. .emacs snippet
  ("org-static-dillon"
          :base-directory "/study/doctor/note/org"
          :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf\\|php"
          :publishing-directory "/study/doctor/note/myblog-jekyll/pdf"
          :recursive t
          :publishing-function org-publish-attachment)
 
2. org code snippet
[[pdf/sigmod05.demo.pdf][xxxx]]
 
I found xxxx's link path was <a href="file:///pdf/sigmod05.demo.pdf">xxxx</a>, 
but I hope it produce a path such as "http://localhost:4000/pdf/sigmod05.demo.pdf".

I know i must miss something,  plsease any one help me, thanks in advance!

BEST REGARDS
Dillon

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-22 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-22 10:47 how to produce right link for jekyll Dillon Peng

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).