emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 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Í\x1e7ŠebˆÎ ‰\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ˆÍyˆn„X\x01Þ ˆ‚X\x01ÕÖ!„X\x01\x0eAƒ;\x01ßÙ\x0eA!ÚQ\x1eBebˆ×\x0eBÍÛ#ƒ:\x01àá!ˆ`Íyˆ`|ˆ‚#\x01)Õâ!ƒU\x01dbƒU\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í\x0eDžAƒ¾\x01îŠï )!ƒ¾\x01ìcˆð\x0e@ì±\x03ˆ\x0e5͉“ˆñò\x0e7ì#cˆm?…â\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 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).