* Trouble with Export
@ 2013-08-06 15:42 Kenneth Jacker
2013-08-06 16:06 ` John Hendy
0 siblings, 1 reply; 4+ messages in thread
From: Kenneth Jacker @ 2013-08-06 15:42 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 235 bytes --]
[ Ubuntu 12.04.2; org-8.0.7 ]
I was working on this file (as well as other more complicated ones):
* alpha
* beta
* b1
* b2
* gamma
and I invoked 'org-export'. Entering an `h' produced these errors:
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: export-errors.txt --]
[-- Type: text/plain, Size: 985 bytes --]
Exporting...
(New file)
org-export-preprocess-string: Wrong number of arguments: #[(&optional sort-only) "ÆÀ!
\f\0\b
\f\0\bS\x19
\x1d\0
\x1c\0 Ç_S\x1d\0 ^[È\v*\0ÉÊ\v\"+\0ËP\x1cÌ\x1dÍ\x1e5\x1e6Í\x1e7ebÎ \x166Ô\0\x0e6@\x1e8\x0e6A@\x1e9\x0e8
Z\0Ï\x0e8\x0e7\"\x1e:A@f\0\rT\x15\x1e;Ð\x0e68;t\0Ð\x0e:8\x1e<\x0e=\0Ç\x0e68b¨\0\x0e6A@Ç\x0e68|\x0e6A@bÉÑ\x0e;\"c\x0e<¨\0\x0e>¨\0Ò \x0e:Ð\0Ð\x0e68º\0ÐÓ\x0e8!8\x1e?\x0e8\x0e;\x0e?\x0e<Ô\x0e9!¯\x05\x0e7B\x167)-<\0\x0e@\f\x01ÕÖ!\f\x01eb×ØÙ\x0e@!ÚQÍÛ#ø\0ÌÜÛ\"|dbÝÍxÍynX\x01Þ X\x01ÕÖ!X\x01\x0eA;\x01ßÙ\x0eA!ÚQ\x1eBeb×\x0eBÍÛ#:\x01àá!`Íy`|#\x01)Õâ!U\x01dbU\x01ã\x0eCÍÛ#U\x01ä X\x01dbå \x165æÍçè\x0e7\"\"\x167\x167éê\x0e7\"\x0e5b\x0e7?â\x01ÕÖ!
\x01\x0e@Ý\x01ÕÖ!ª\x01ëÍx`\x0e5|n\x01Þ \x0eAÅ\x01ì\x0eAì±\x03Å\x01í\x0eDA¾\x01îï )!¾\x01ìcð\x0e@ì±\x03\x0e5Íñò\x0e7ì#cm?
â\x01ócâ\x01éô\x0e7\".\b" [org-inlinetask-min-level limit-level org-odd-levels-only nstars org-outline-regexp count boundp 2 "\\*" format ...] 7 ("/home/khj/L/emacs/org/org-8.0.7/lisp/org-footnote.elc" . 16138)], 2
[-- Attachment #3: Type: text/plain, Size: 319 bytes --]
Tried to figure out what's wrong, but failed. The same behavior occurs
when using the prior 8.0.6.
Anyone have any ideas what's wrong?
Thanks,
-Kenneth
--
Prof Kenneth H Jacker khj@cs.appstate.edu
Computer Science Dept www.cs.appstate.edu/~khj
Appalachian State Univ
Boone, NC 28608 USA
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Trouble with Export
2013-08-06 15:42 Trouble with Export Kenneth Jacker
@ 2013-08-06 16:06 ` John Hendy
2013-08-06 16:28 ` Nick Dokos
2013-08-06 17:40 ` Kenneth Jacker
0 siblings, 2 replies; 4+ messages in thread
From: John Hendy @ 2013-08-06 16:06 UTC (permalink / raw)
To: khj; +Cc: emacs-orgmode
On Tue, Aug 6, 2013 at 10:42 AM, Kenneth Jacker <khj@be.cs.appstate.edu> wrote:
> [ Ubuntu 12.04.2; org-8.0.7 ]
>
> I was working on this file (as well as other more complicated ones):
>
> * alpha
> * beta
> * b1
> * b2
> * gamma
>
> and I invoked 'org-export'. Entering an `h' produced these errors:
>
>
For starters, =M-x org-export= is the old exporter. Have you followed
along with the upgrade guide?
- http://orgmode.org/worg/org-8.0.html
Please try =C-c C-e h h= and see if that fares any better.
The error .txt file looks pretty garbled... do you have an explanation
for that (piped through something that didn't work quite right), or
might you have an encoding/locale setup issue?
John
>
> Tried to figure out what's wrong, but failed. The same behavior occurs
> when using the prior 8.0.6.
>
>
> Anyone have any ideas what's wrong?
>
> Thanks,
>
> -Kenneth
> --
> Prof Kenneth H Jacker khj@cs.appstate.edu
> Computer Science Dept www.cs.appstate.edu/~khj
> Appalachian State Univ
> Boone, NC 28608 USA
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Trouble with Export
2013-08-06 16:06 ` John Hendy
@ 2013-08-06 16:28 ` Nick Dokos
2013-08-06 17:40 ` Kenneth Jacker
1 sibling, 0 replies; 4+ messages in thread
From: Nick Dokos @ 2013-08-06 16:28 UTC (permalink / raw)
To: emacs-orgmode
John Hendy <jw.hendy@gmail.com> writes:
> The error .txt file looks pretty garbled... do you have an explanation
> for that (piped through something that didn't work quite right), or
> might you have an encoding/locale setup issue?
>
The OP was using compiled code when he got the backtrace.
--
Nick
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Trouble with Export
2013-08-06 16:06 ` John Hendy
2013-08-06 16:28 ` Nick Dokos
@ 2013-08-06 17:40 ` Kenneth Jacker
1 sibling, 0 replies; 4+ messages in thread
From: Kenneth Jacker @ 2013-08-06 17:40 UTC (permalink / raw)
To: John Hendy; +Cc: emacs-orgmode
jh> For starters, =M-x org-export= is the old exporter.
Yes, that's what I was running ...
jh> Have you followed along with the upgrade guide? -
jh> http://orgmode.org/worg/org-8.0.html
Hadn't seen that yet ... thanks for the reference.
jh> Please try =C-c C-e h h= and see if that fares any better.
Yes, much better!
Before, I'd used =C-c C-e h h=, but couldn't remember the key binding to
invoke it. So, I was directly invoking 'org-export'.
Sorry for the oversight ... still new to Org (coming from using
Planner for *many* years) ... got a lot more to learn ...
Thanks!
-Kenneth
PS Are there release notes somewhere for the latest 8.0.7? I tried
http://orgmode.org/Changes.html, but it only referred to 8.0.3 ...
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-08-06 17:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-06 15:42 Trouble with Export Kenneth Jacker
2013-08-06 16:06 ` John Hendy
2013-08-06 16:28 ` Nick Dokos
2013-08-06 17:40 ` Kenneth Jacker
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.