* Docbook export error...
@ 2009-06-11 4:09 Madhu Rao
2009-06-11 13:45 ` Carsten Dominik
0 siblings, 1 reply; 6+ messages in thread
From: Madhu Rao @ 2009-06-11 4:09 UTC (permalink / raw)
To: emacs-orgmode Org-Mode
Hi, I get this when I try exporting to docbook. Could you please help?
Debugger entered--Lisp error: (wrong-type-argument commandp org-export-
as-docbook)
call-interactively(org-export-as-docbook)
(if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set-
process-sentinel p ...) (message "Background process \"%s\": started"
p)) (call-interactively (nth 1 ass)))
(let* ((bg ...) (help "[t] insert the export option template
\n[v] limit export to visible part of outline tree\n\n[a] export as
ASCII [A] to temporary buffer\n\n[h] export as HTML [H] to
temporary buffer [R] export region\n[b] export as HTML and open in
browser\n\n[l] export as LaTeX [L] to temporary buffer\n[p] export
as LaTeX and process to PDF\n[d] export as LaTeX, process to PDF, and
open the resulting PDF document\n\n[D] export as DocBook\n[V] export
as DocBook, process to PDF, and open the resulting PDF document\n\n[x]
export as XOXO\n\n[i] export current file as iCalendar file\n[I]
export all agenda files as iCalendar files\n[c] export agenda files
into combined iCalendar file\n\n[F] publish current file [P]
publish current project\n[X] publish a project... [E] publish
every projects") (cmds ...) r1 r2 ass) (save-excursion (save-window-
excursion ... ... ... ... ...)) (setq r2 (if ... ... r1)) (unless
(setq ass ...) (error "No command associated with key %c" r1)) (if
(and bg ... ... ...) (let ... ... ...) (call-interactively ...)))
org-export(nil)
call-interactively(org-export)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Docbook export error...
2009-06-11 4:09 Docbook export error Madhu Rao
@ 2009-06-11 13:45 ` Carsten Dominik
2009-06-11 16:16 ` Madhu Rao
0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2009-06-11 13:45 UTC (permalink / raw)
To: Madhu Rao; +Cc: emacs-orgmode Org-Mode
Most likely you have downloaded Org from the web (from git???) but not
built
org-install.el by running "make".
Or you are not doing (require 'org-install) in .emacs.
Please read the installation section in the manual.
- Carsten
On Jun 11, 2009, at 6:09 AM, Madhu Rao wrote:
> Hi, I get this when I try exporting to docbook. Could you please help?
>
> Debugger entered--Lisp error: (wrong-type-argument commandp org-
> export-as-docbook)
> call-interactively(org-export-as-docbook)
> (if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set-
> process-sentinel p ...) (message "Background process \"%s\":
> started" p)) (call-interactively (nth 1 ass)))
> (let* ((bg ...) (help "[t] insert the export option template
> \n[v] limit export to visible part of outline tree\n\n[a] export
> as ASCII [A] to temporary buffer\n\n[h] export as HTML [H] to
> temporary buffer [R] export region\n[b] export as HTML and open in
> browser\n\n[l] export as LaTeX [L] to temporary buffer\n[p] export
> as LaTeX and process to PDF\n[d] export as LaTeX, process to PDF,
> and open the resulting PDF document\n\n[D] export as DocBook\n[V]
> export as DocBook, process to PDF, and open the resulting PDF
> document\n\n[x] export as XOXO\n\n[i] export current file as
> iCalendar file\n[I] export all agenda files as iCalendar files\n[c]
> export agenda files into combined iCalendar file\n\n[F] publish
> current file [P] publish current project\n[X] publish a
> project... [E] publish every projects") (cmds ...) r1 r2
> ass) (save-excursion (save-window-excursion ... ... ... ... ...))
> (setq r2 (if ... ... r1)) (unless (setq ass ...) (error "No command
> associated with key %c" r1)) (if (and bg ... ... ...)
> (let ... ... ...) (call-interactively ...)))
> org-export(nil)
> call-interactively(org-export)
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Docbook export error...
2009-06-11 13:45 ` Carsten Dominik
@ 2009-06-11 16:16 ` Madhu Rao
2009-06-12 4:24 ` Carsten Dominik
0 siblings, 1 reply; 6+ messages in thread
From: Madhu Rao @ 2009-06-11 16:16 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode Org-Mode
Thanks Carsten for the response.
>
> Most likely you have downloaded Org from the web (from git???) but
> not built
> org-install.el by running "make".
>
I have been using the git version (only yesterday I had download after
you fixed the other problem related to org-protecting-blocks and
could not access git repository). And I have not byte-compiled before.
I tried make on the git version now, I get this error:
----
In toplevel form:
lisp/org-exp.el:31:1:Error: Symbol's value as variable is void: org-
protecting-blocks
make: *** [lisp/org-exp.elc] Error 1
----
> Or you are not doing (require 'org-install) in .emacs.
>
> Please read the installation section in the manual.
>
> - Carsten
> On Jun 11, 2009, at 6:09 AM, Madhu Rao wrote:
>
>> Hi, I get this when I try exporting to docbook. Could you please
>> help?
>>
>> Debugger entered--Lisp error: (wrong-type-argument commandp org-
>> export-as-docbook)
>> call-interactively(org-export-as-docbook)
>> (if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set-
>> process-sentinel p ...) (message "Background process \"%s\":
>> started" p)) (call-interactively (nth 1 ass)))
>> (let* ((bg ...) (help "[t] insert the export option template
>> \n[v] limit export to visible part of outline tree\n\n[a] export
>> as ASCII [A] to temporary buffer\n\n[h] export as HTML [H] to
>> temporary buffer [R] export region\n[b] export as HTML and open
>> in browser\n\n[l] export as LaTeX [L] to temporary buffer\n[p]
>> export as LaTeX and process to PDF\n[d] export as LaTeX, process to
>> PDF, and open the resulting PDF document\n\n[D] export as DocBook
>> \n[V] export as DocBook, process to PDF, and open the resulting PDF
>> document\n\n[x] export as XOXO\n\n[i] export current file as
>> iCalendar file\n[I] export all agenda files as iCalendar files\n[c]
>> export agenda files into combined iCalendar file\n\n[F] publish
>> current file [P] publish current project\n[X] publish a
>> project... [E] publish every projects") (cmds ...) r1 r2
>> ass) (save-excursion (save-window-excursion ... ... ... ... ...))
>> (setq r2 (if ... ... r1)) (unless (setq ass ...) (error "No command
>> associated with key %c" r1)) (if (and bg ... ... ...)
>> (let ... ... ...) (call-interactively ...)))
>> org-export(nil)
>> call-interactively(org-export)
>>
>>
>>
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Remember: use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Docbook export error...
2009-06-11 16:16 ` Madhu Rao
@ 2009-06-12 4:24 ` Carsten Dominik
2009-06-16 15:15 ` Madhu Rao
0 siblings, 1 reply; 6+ messages in thread
From: Carsten Dominik @ 2009-06-12 4:24 UTC (permalink / raw)
To: Madhu Rao; +Cc: emacs-orgmode Org-Mode
I cannot reproduce this.
- Carsten
On Jun 11, 2009, at 6:16 PM, Madhu Rao wrote:
> Thanks Carsten for the response.
>
>>
>> Most likely you have downloaded Org from the web (from git???) but
>> not built
>> org-install.el by running "make".
>>
>
> I have been using the git version (only yesterday I had download after
> you fixed the other problem related to org-protecting-blocks and
> could not access git repository). And I have not byte-compiled before.
>
>
> I tried make on the git version now, I get this error:
>
> ----
> In toplevel form:
> lisp/org-exp.el:31:1:Error: Symbol's value as variable is void: org-
> protecting-blocks
> make: *** [lisp/org-exp.elc] Error 1
> ----
>
>> Or you are not doing (require 'org-install) in .emacs.
>>
>> Please read the installation section in the manual.
>>
>> - Carsten
>> On Jun 11, 2009, at 6:09 AM, Madhu Rao wrote:
>>
>>> Hi, I get this when I try exporting to docbook. Could you please
>>> help?
>>>
>>> Debugger entered--Lisp error: (wrong-type-argument commandp org-
>>> export-as-docbook)
>>> call-interactively(org-export-as-docbook)
>>> (if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set-
>>> process-sentinel p ...) (message "Background process \"%s\":
>>> started" p)) (call-interactively (nth 1 ass)))
>>> (let* ((bg ...) (help "[t] insert the export option template
>>> \n[v] limit export to visible part of outline tree\n\n[a] export
>>> as ASCII [A] to temporary buffer\n\n[h] export as HTML [H] to
>>> temporary buffer [R] export region\n[b] export as HTML and open
>>> in browser\n\n[l] export as LaTeX [L] to temporary buffer\n[p]
>>> export as LaTeX and process to PDF\n[d] export as LaTeX, process
>>> to PDF, and open the resulting PDF document\n\n[D] export as
>>> DocBook\n[V] export as DocBook, process to PDF, and open the
>>> resulting PDF document\n\n[x] export as XOXO\n\n[i] export current
>>> file as iCalendar file\n[I] export all agenda files as iCalendar
>>> files\n[c] export agenda files into combined iCalendar file\n\n[F]
>>> publish current file [P] publish current project\n[X]
>>> publish a project... [E] publish every projects")
>>> (cmds ...) r1 r2 ass) (save-excursion (save-window-
>>> excursion ... ... ... ... ...)) (setq r2 (if ... ... r1)) (unless
>>> (setq ass ...) (error "No command associated with key %c" r1)) (if
>>> (and bg ... ... ...) (let ... ... ...) (call-interactively ...)))
>>> org-export(nil)
>>> call-interactively(org-export)
>>>
>>>
>>>
>>> _______________________________________________
>>> Emacs-orgmode mailing list
>>> Remember: use `Reply All' to send replies to the list.
>>> Emacs-orgmode@gnu.org
>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Docbook export error...
2009-06-12 4:24 ` Carsten Dominik
@ 2009-06-16 15:15 ` Madhu Rao
2009-06-16 16:47 ` Baoqiu Cui
0 siblings, 1 reply; 6+ messages in thread
From: Madhu Rao @ 2009-06-16 15:15 UTC (permalink / raw)
To: Carsten Dominik; +Cc: emacs-orgmode Org-Mode
Carsten,
I don't seem to have this problem on the latest pull. Don't know
what resolved it.
Thanks, Madhu
On 12-Jun-09, at 9:54 AM, Carsten Dominik wrote:
> I cannot reproduce this.
>
> - Carsten
>
> On Jun 11, 2009, at 6:16 PM, Madhu Rao wrote:
>
>> Thanks Carsten for the response.
>>
>>>
>>> Most likely you have downloaded Org from the web (from git???) but
>>> not built
>>> org-install.el by running "make".
>>>
>>
>> I have been using the git version (only yesterday I had download
>> after
>> you fixed the other problem related to org-protecting-blocks and
>> could not access git repository). And I have not byte-compiled
>> before.
>>
>>
>> I tried make on the git version now, I get this error:
>>
>> ----
>> In toplevel form:
>> lisp/org-exp.el:31:1:Error: Symbol's value as variable is void: org-
>> protecting-blocks
>> make: *** [lisp/org-exp.elc] Error 1
>> ----
>>
>>> Or you are not doing (require 'org-install) in .emacs.
>>>
>>> Please read the installation section in the manual.
>>>
>>> - Carsten
>>> On Jun 11, 2009, at 6:09 AM, Madhu Rao wrote:
>>>
>>>> Hi, I get this when I try exporting to docbook. Could you please
>>>> help?
>>>>
>>>> Debugger entered--Lisp error: (wrong-type-argument commandp org-
>>>> export-as-docbook)
>>>> call-interactively(org-export-as-docbook)
>>>> (if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set-
>>>> process-sentinel p ...) (message "Background process \"%s\":
>>>> started" p)) (call-interactively (nth 1 ass)))
>>>> (let* ((bg ...) (help "[t] insert the export option template
>>>> \n[v] limit export to visible part of outline tree\n\n[a]
>>>> export as ASCII [A] to temporary buffer\n\n[h] export as
>>>> HTML [H] to temporary buffer [R] export region\n[b] export
>>>> as HTML and open in browser\n\n[l] export as LaTeX [L] to
>>>> temporary buffer\n[p] export as LaTeX and process to PDF\n[d]
>>>> export as LaTeX, process to PDF, and open the resulting PDF
>>>> document\n\n[D] export as DocBook\n[V] export as DocBook, process
>>>> to PDF, and open the resulting PDF document\n\n[x] export as XOXO
>>>> \n\n[i] export current file as iCalendar file\n[I] export all
>>>> agenda files as iCalendar files\n[c] export agenda files into
>>>> combined iCalendar file\n\n[F] publish current file [P]
>>>> publish current project\n[X] publish a project... [E]
>>>> publish every projects") (cmds ...) r1 r2 ass) (save-excursion
>>>> (save-window-excursion ... ... ... ... ...)) (setq r2 (if ... ...
>>>> r1)) (unless (setq ass ...) (error "No command associated with
>>>> key %c" r1)) (if (and bg ... ... ...) (let ... ... ...) (call-
>>>> interactively ...)))
>>>> org-export(nil)
>>>> call-interactively(org-export)
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Emacs-orgmode mailing list
>>>> Remember: use `Reply All' to send replies to the list.
>>>> Emacs-orgmode@gnu.org
>>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>>
>>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Docbook export error...
2009-06-16 15:15 ` Madhu Rao
@ 2009-06-16 16:47 ` Baoqiu Cui
0 siblings, 0 replies; 6+ messages in thread
From: Baoqiu Cui @ 2009-06-16 16:47 UTC (permalink / raw)
To: emacs-orgmode
Hi Madhu,
Madhu Rao <bgmrao@gmail.com> writes:
> Carsten,
> I don't seem to have this problem on the latest pull. Don't know
> what resolved it.
You might have run into the same problem that I ran into (see messages
posted recently with subject "Compilation error about
org-protecting-blocks").
AFAIK, this problem is finally gone after a small patch to Makefile is
applied to swap the order of lisp directories during compilation.
Baoqiu
> Thanks, Madhu
>
> On 12-Jun-09, at 9:54 AM, Carsten Dominik wrote:
>
>> I cannot reproduce this.
>>
>> - Carsten
>>
>> On Jun 11, 2009, at 6:16 PM, Madhu Rao wrote:
>>
>>> Thanks Carsten for the response.
>>>
>>>>
>>>> Most likely you have downloaded Org from the web (from git???) but
>>>> not built
>>>> org-install.el by running "make".
>>>>
>>>
>>> I have been using the git version (only yesterday I had download
>>> after
>>> you fixed the other problem related to org-protecting-blocks and
>>> could not access git repository). And I have not byte-compiled
>>> before.
>>>
>>>
>>> I tried make on the git version now, I get this error:
>>>
>>> ----
>>> In toplevel form:
>>> lisp/org-exp.el:31:1:Error: Symbol's value as variable is void: org-
>>> protecting-blocks
>>> make: *** [lisp/org-exp.elc] Error 1
>>> ----
>>>
>>>> Or you are not doing (require 'org-install) in .emacs.
>>>>
>>>> Please read the installation section in the manual.
>>>>
>>>> - Carsten
>>>> On Jun 11, 2009, at 6:09 AM, Madhu Rao wrote:
>>>>
>>>>> Hi, I get this when I try exporting to docbook. Could you please
>>>>> help?
>>>>>
>>>>> Debugger entered--Lisp error: (wrong-type-argument commandp org-
>>>>> export-as-docbook)
>>>>> call-interactively(org-export-as-docbook)
>>>>> (if (and bg (nth 2 ass) (not ...) (not ...)) (let (...) (set-
>>>>> process-sentinel p ...) (message "Background process \"%s\":
>>>>> started" p)) (call-interactively (nth 1 ass)))
>>>>> (let* ((bg ...) (help "[t] insert the export option template
>>>>> \n[v] limit export to visible part of outline tree\n\n[a] export
>>>>> as ASCII [A] to temporary buffer\n\n[h] export as HTML [H] to
>>>>> temporary buffer [R] export region\n[b] export as HTML and open
>>>>> in browser\n\n[l] export as LaTeX [L] to temporary buffer\n[p]
>>>>> export as LaTeX and process to PDF\n[d] export as LaTeX, process
>>>>> to PDF, and open the resulting PDF document\n\n[D] export as
>>>>> DocBook\n[V] export as DocBook, process to PDF, and open the
>>>>> resulting PDF document\n\n[x] export as XOXO \n\n[i] export current
>>>>> file as iCalendar file\n[I] export all agenda files as iCalendar
>>>>> files\n[c] export agenda files into combined iCalendar file\n\n[F]
>>>>> publish current file [P] publish current project\n[X]
>>>>> publish a project... [E] publish every projects") (cmds
>>>>> ...) r1 r2 ass) (save-excursion (save-window-excursion
>>>>> ... ... ... ... ...)) (setq r2 (if ... ... r1)) (unless (setq ass
>>>>> ...) (error "No command associated with key %c" r1)) (if (and bg
>>>>> ... ... ...) (let ... ... ...) (call-
>>>>> interactively ...)))
>>>>> org-export(nil)
>>>>> call-interactively(org-export)
>>>>>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-06-16 16:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-11 4:09 Docbook export error Madhu Rao
2009-06-11 13:45 ` Carsten Dominik
2009-06-11 16:16 ` Madhu Rao
2009-06-12 4:24 ` Carsten Dominik
2009-06-16 15:15 ` Madhu Rao
2009-06-16 16:47 ` Baoqiu Cui
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.