emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-export-docbook-xsl-fo-proc-command
@ 2012-12-13 14:58 trammi
  2012-12-13 16:01 ` org-export-docbook-xsl-fo-proc-command Bastien
  2012-12-13 16:58 ` org-export-docbook-xsl-fo-proc-command Jambunathan K
  0 siblings, 2 replies; 7+ messages in thread
From: trammi @ 2012-12-13 14:58 UTC (permalink / raw)
  To: emacs-orgmode

How to set org-export-docbook-xslt-proc-command for DocBook at org-docbook.el on 
Win32 (example)?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-export-docbook-xsl-fo-proc-command
  2012-12-13 14:58 org-export-docbook-xsl-fo-proc-command trammi
@ 2012-12-13 16:01 ` Bastien
  2012-12-13 22:32   ` org-export-docbook-xsl-fo-proc-command trammi
  2012-12-13 16:58 ` org-export-docbook-xsl-fo-proc-command Jambunathan K
  1 sibling, 1 reply; 7+ messages in thread
From: Bastien @ 2012-12-13 16:01 UTC (permalink / raw)
  To: trammi; +Cc: emacs-orgmode

trammi <milan.tramosljanin@gmx.de> writes:

> How to set org-export-docbook-xslt-proc-command for DocBook at org-docbook.el on 
> Win32 (example)?

Did you check C-h v org-export-docbook-xslt-proc-command RET ?

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-export-docbook-xsl-fo-proc-command
  2012-12-13 14:58 org-export-docbook-xsl-fo-proc-command trammi
  2012-12-13 16:01 ` org-export-docbook-xsl-fo-proc-command Bastien
@ 2012-12-13 16:58 ` Jambunathan K
  1 sibling, 0 replies; 7+ messages in thread
From: Jambunathan K @ 2012-12-13 16:58 UTC (permalink / raw)
  To: trammi; +Cc: emacs-orgmode

trammi <milan.tramosljanin@gmx.de> writes:

> How to set org-export-docbook-xslt-proc-command for DocBook at org-docbook.el on 
> Win32 (example)?

Docbook toolchain is really steep climb.  You should run away. 

The thread below may or may not help.  It may not even be relevant to
the question that you have.

http://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00127.html
-- 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-export-docbook-xsl-fo-proc-command
  2012-12-13 16:01 ` org-export-docbook-xsl-fo-proc-command Bastien
@ 2012-12-13 22:32   ` trammi
  2012-12-13 23:05     ` org-export-docbook-xsl-fo-proc-command Bastien
  0 siblings, 1 reply; 7+ messages in thread
From: trammi @ 2012-12-13 22:32 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg <at> altern.org> writes:
 
> Did you check C-h v org-export-docbook-xslt-proc-command RET ?
> 
Yes, but I don't have this variable?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-export-docbook-xsl-fo-proc-command
  2012-12-13 22:32   ` org-export-docbook-xsl-fo-proc-command trammi
@ 2012-12-13 23:05     ` Bastien
  2012-12-14  9:16       ` org-export-docbook-xsl-fo-proc-command trammi
  0 siblings, 1 reply; 7+ messages in thread
From: Bastien @ 2012-12-13 23:05 UTC (permalink / raw)
  To: trammi; +Cc: emacs-orgmode

trammi <milan.tramosljanin@gmx.de> writes:

> Bastien <bzg <at> altern.org> writes:
>  
>> Did you check C-h v org-export-docbook-xslt-proc-command RET ?
>> 
> Yes, but I don't have this variable?

I think it's here since org-docbook.el is in Org.

Did you (require 'org-docbook) ?

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-export-docbook-xsl-fo-proc-command
  2012-12-13 23:05     ` org-export-docbook-xsl-fo-proc-command Bastien
@ 2012-12-14  9:16       ` trammi
  2012-12-15  8:27         ` org-export-docbook-xsl-fo-proc-command Bastien
  0 siblings, 1 reply; 7+ messages in thread
From: trammi @ 2012-12-14  9:16 UTC (permalink / raw)
  To: emacs-orgmode

Bastien <bzg <at> altern.org> writes:

> 
> trammi <milan.tramosljanin <at> gmx.de> writes:
> 
> > Bastien <bzg <at> altern.org> writes:
> >  
> >> Did you check C-h v org-export-docbook-xslt-proc-command RET ?
> >> 
> > Yes, but I don't have this variable?
> 
> I think it's here since org-docbook.el is in Org.
> 
> Did you (require 'org-docbook) ?
> 
Sorry, now I have org-export-docbook-xslt-proc-command. I want to use Saxon as 
xslt processor. How to set it at org-docbook.el for Win32?
Thanks!

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: org-export-docbook-xsl-fo-proc-command
  2012-12-14  9:16       ` org-export-docbook-xsl-fo-proc-command trammi
@ 2012-12-15  8:27         ` Bastien
  0 siblings, 0 replies; 7+ messages in thread
From: Bastien @ 2012-12-15  8:27 UTC (permalink / raw)
  To: trammi; +Cc: emacs-orgmode

trammi <milan.tramosljanin@gmx.de> writes:

> How to set it at org-docbook.el for Win32?

Sorry, I don't use DocBook nor Win32... maybe someone else can help.

-- 
 Bastien

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-12-15  8:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-13 14:58 org-export-docbook-xsl-fo-proc-command trammi
2012-12-13 16:01 ` org-export-docbook-xsl-fo-proc-command Bastien
2012-12-13 22:32   ` org-export-docbook-xsl-fo-proc-command trammi
2012-12-13 23:05     ` org-export-docbook-xsl-fo-proc-command Bastien
2012-12-14  9:16       ` org-export-docbook-xsl-fo-proc-command trammi
2012-12-15  8:27         ` org-export-docbook-xsl-fo-proc-command Bastien
2012-12-13 16:58 ` org-export-docbook-xsl-fo-proc-command Jambunathan K

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