[O] Trouble with Export

2013-08-06 Thread Kenneth Jacker
[ 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:

  Exporting...
(New file)
org-export-preprocess-string: Wrong number of arguments: #[(&optional 
sort-only) "ÆÀ!……S‰…
ƒÇ_S‚ȃ*ÉÊ\"‚+ËPÌ͉56Í7ŠebˆÎ 
‰6ƒÔ6@86A@98…ZÏ87\"‰:A@†f
T‰;Ð68;†tÐ:8<=ƒ„Ç68bˆ‚¨6A@Ç68|ˆ6A@bˆÉÑ;\"cˆ<ƒ¨>ƒ¨Ò
 ˆ:„ÐÐ68†ºÐÓ8!8?8;?<Ô9!¯7B7)-‚<@ƒÕÖ!ƒ
ebˆ×ØÙ@!ÚQÍÛ#ƒø̔Üۉ\"|ˆdbˆÝÍxˆÍyˆn„XÞ 
ˆ‚XÕÖ!„XAƒ;ßÙA!ÚQBebˆ×BÍÛ#ƒ:à
á!ˆ`Íyˆ`|ˆ‚#)Õâ!ƒUdbƒUãCÍÛ#ƒUä ˆ‚Xdbˆå 
5æÍçè7\"\"‰7Ÿ7éê7\"ˆ5bˆ7?†âÕÖ!ƒ…
@ƒÝÕÖ!„ªëÍxˆ`5|ˆn„›Þ ˆAƒÅìA챈‚Å
íDžAƒ¾îŠï )!ƒ¾ìcˆð@챈5͉“ˆñò7ì#cˆm?…
âóc‚âéô7\".‡" [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

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   k...@cs.appstate.edu
Computer Science Dept   www.cs.appstate.edu/~khj
Appalachian State Univ
Boone, NC  28608  USA



Re: [O] Trouble with Export

2013-08-06 Thread John Hendy
On Tue, Aug 6, 2013 at 10:42 AM, Kenneth Jacker  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   k...@cs.appstate.edu
> Computer Science Dept   www.cs.appstate.edu/~khj
> Appalachian State Univ
> Boone, NC  28608  USA
>
>



Re: [O] Trouble with Export

2013-08-06 Thread Nick Dokos
John Hendy  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




Re: [O] Trouble with Export

2013-08-06 Thread Kenneth Jacker
  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 ...