From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: org-article setup Date: Wed, 17 Nov 2010 17:07:15 -0600 Message-ID: References: <3CC1CE1F-5A5B-43BB-AF11-D5F078AB611C@tsdye.com> <0C743517-2912-4D0C-8CE4-5FD1F9192650@tsdye.com> <9AA1C147-AFD8-4E20-A0FC-D9379A86724E@tsdye.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0555379561==" Return-path: Received: from [140.186.70.92] (port=54857 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIr5z-00059p-Ia for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 18:07:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIr5x-0005Za-I4 for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 18:07:19 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:32947) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIr5x-0005ZD-4U for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 18:07:17 -0500 Received: by fxm20 with SMTP id 20so1093420fxm.0 for ; Wed, 17 Nov 2010 15:07:16 -0800 (PST) In-Reply-To: <9AA1C147-AFD8-4E20-A0FC-D9379A86724E@tsdye.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: Emacs Org mode mailing list --===============0555379561== Content-Type: multipart/alternative; boundary=0015174c0c24f95755049547bb95 --0015174c0c24f95755049547bb95 Content-Type: text/plain; charset=ISO-8859-1 No problem and thanks for your swift work! John On Wed, Nov 17, 2010 at 4:47 PM, Thomas S. Dye wrote: > Aloha John, > > Thanks for helping with this. It is fixed now, though the change on Worg > might not appear for some minutes. > > All the best, > Tom > > On Nov 17, 2010, at 12:07 PM, John Hendy wrote: > > That did it. Thanks. I'll have to play around with it now. I actually am > not sure what I'll use this for! Just tried to help Mario figure things out > :) > > > John > > On Wed, Nov 17, 2010 at 3:40 PM, Thomas S. Dye wrote: > >> Hi John, >> >> Perhaps this is missing: >> >> (require 'org-latex) >> >> Let me know if that fixes your problem and I'll add it to the >> instructions. >> >> All the best, >> Tom >> >> On Nov 17, 2010, at 11:07 AM, John Hendy wrote: >> >> Thanks, Tom. >> >> I'm getting an error, though. I tried both settings from Section 1.2 ( >> http://orgmode.org/worg/org-contrib/babel/examples/article-class.php#sec-1_2) >> and get this error when I start emacs: >> >> ,----- >> | Symbol's value as variable is void: org-export-latex-classes >> `----- >> >> I just did a fresh git pull, make clean, make && make install just to be >> sure it wasn't just my version. >> >> What am I goofing up? >> >> >> Thanks, >> John >> >> On Wed, Nov 17, 2010 at 12:58 AM, Thomas S. Dye wrote: >> >>> Aloha John and Mario, >>> >>> I've moved my buggy development efforts to a branch and you can now pull >>> a stable version of Org-article if you're so inclined. >>> >>> All the best, >>> Tom >>> >>> On Nov 16, 2010, at 7:11 PM, John Hendy wrote: >>> >>> On Tue, Nov 16, 2010 at 5:46 PM, Mario E. Munich wrote: >>> >>>> Dear all, >>>> >>>> I am trying to use the org-article class created by Tomas Dye. As you >>>> might guess, I am having some trouble and thus the email. I am using emacs >>>> 23.1.1 on Ubuntu 10.10 and org-mode verision TAG=7.3. >>>> >>>> I have followed the instructions on worg: >>>> >>>> http://orgmode.org/worg/org-contrib/babel/examples/article-class.php >>>> >>>> up to the point in which I need to tangle the org document. >>>> >>>> If I try to run the tangle command: M-x org-babel-tangle RET, I get the >>>> following error: No org-bable-execute function for python! >>>> >>>> I think that the problem is that I do not have any setup for Babel in >>>> my .emacs, so I went to look for the standard Babel setup in the org manual >>>> and in worg. >>>> >>> >>> Yup -- that's the error. >>> >>> >>>> >>>> - In the org Manual, I see chapter 14 devoted to Babel, but I do not see >>>> any information on how to set it up in my .emacs (maybe it is enabled by >>>> default since Babel is included in org, but I am not sure). >>>> >>>> >>> I concur and think that's weird. Even if it is on worg... perhaps the >>> manual should point there? There's a decent amount on babel in the manual so >>> I found it a bit odd that it didn't provide the setup syntax (like Thomas >>> did). >>> >>> >>>> - In worg, there is a page for Babel: >>>> http://orgmode.org/worg/org-contrib/babel/index.php and a corresponding >>>> Introductory Tutorial. In this page, there is a section called Initial >>>> Configuration in which there is a mention of a "five-step process", but the >>>> corresponding list of steps only have 3 items. >>>> >>> >>> 5 vs. 3 is kind of funny. Some of those aren't really even steps. For >>> your case it's as easy as opening up .emacs and adding this: >>> >>> (org-babel-do-load-languages >>> 'org-babel-load-languages >>> '((python . t))) >>> >>> Though as Thomas listed, you can have more. It looks like he actually >>> puts his right into the org file itself with a #+src block. >>> >>> As for the rest of the steps, I actually wasn't able to get it to >>> compile. I get a bunch of these errors: >>> >>> ,----- >>> | SyntaxError: invalid syntax >>> | File "", line 17 >>> | print res >>> | ^ >>> | SyntaxError: invalid syntax >>> `----- >>> >>> I think I get those to go away with "print (res)" instead of res by >>> itself. I think I've had that error before and it's a python version issue. >>> I'd suggest changing it if it's accepted by older versions since python is >>> perhaps moving that direction? I run Arch Linux and would guess that I may >>> be on a later version than a lot of distros. >>> >>> I also get this at the end in the minibuffer at the very end: >>> ,----- >>> | reference "gantttest" not found in this buffer >>> `----- >>> >>> I get not class file. >>> >>> >>>> >>>> I would appreciate if somebody could guide me towards a simple Babel >>>> configuration that would help me tangle the org-article.org document. >>>> >>>> >>> It'd probably be a good idea for someone to clean up worg and the manual >>> a bit. I can do some of those things -- Thomas, perhaps you want to handle >>> the org-article specific things if there are some compilation issues on my >>> end that find fixes and I can make worg a little clearer about babel setup? >>> Not sure who oversees the manual, but a redirect at the least to worg for >>> .emacs configuration would be helpful. >>> >>> >>> John >>> >>> >>>> Thanks a lot for all the help! >>>> >>>> -Mario >>>> >>>> >>>> _______________________________________________ >>>> Emacs-orgmode mailing list >>>> Please use `Reply All' to send replies to the list. >>>> Emacs-orgmode@gnu.org >>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>>> >>>> >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Please use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>> >>> >>> >> >> > > --0015174c0c24f95755049547bb95 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable No problem and thanks for your swift work!

John

<= div class=3D"gmail_quote">On Wed, Nov 17, 2010 at 4:47 PM, Thomas S. Dye <tsd@tsdye.com><= /span> wrote:
Aloha J= ohn,

Thanks for helping with this. =A0It is fixed now, t= hough the change on Worg might not appear for some minutes.

All the best,
Tom

On Nov 17, 2010, at 12:07 PM, John Hendy wro= te:

That did it. Thanks. I'll have t= o play around with it now. I actually am not sure what I'll use this fo= r! Just tried to help Mario figure things out :)


John

On We= d, Nov 17, 2010 at 3:40 PM, Thomas S. Dye <tsd@tsdye.com> wrote:=
Hi John= ,

Perhaps this is missing:

=A0=A0(require 'org-latex)

Let me know if that fixes your problem and I'll add= it to the instructions.

All the best,
= Tom

On Nov 17, 2010, at = 11:07 AM, John Hendy wrote:

Thanks, Tom.

I'm gett= ing an error, though. I tried both settings from Section 1.2 (http://orgmode.org/worg/org-contrib/babel/examples/artic= le-class.php#sec-1_2) and get this error when I start emacs:

,-----
|=A0Symbol's value as variable is= void: org-export-latex-classes
`-----

I just d= id a fresh git pull, make clean, make && make install just to be su= re it wasn't just my version.

What am I goofing up?


Thanks,
John

On = Wed, Nov 17, 2010 at 12:58 AM, Thomas S. Dye <tsd@tsdye.com> wr= ote:
Aloha J= ohn and Mario,

I've moved my buggy development effor= ts to a branch and you can now pull a stable version of Org-article if you&= #39;re so inclined.

All the best,
Tom

On Nov 16, 2010, at 7:11 PM, John Hendy wrote:

=
On Tue, No= v 16, 2010 at 5:46 PM, Mario E. Munich <mariomu@ieee.org> wro= te:
Dear all,

I am trying to use the or= g-article class created by Tomas Dye. As you might guess, I am having some = trouble and thus the email. I am using emacs 23.1.1 on Ubuntu 10.10 and org= -mode verision TAG=3D7.3.

I have followed the instructions on worg:

http://orgmode.org/worg/org-contrib/babel/examples/article-class.php

up to the point in which I need to tangle the org document.

I= f I try to run the tangle command: M-x org-babel-tangle RET, I get t= he following error: No org-bable-execute function for python!

I think that=A0 the problem is that I do not have any setup for Babel in m= y .emacs, so I went to look for the standard Babel setup in the org manual = and in worg.


- In the org Manual, I see cha= pter 14 devoted to Babel, but I do not see any information on how to set it= up in my .emacs (maybe it is enabled by default since Babel is included in= org, but I am not sure).


I concur and think that's weird.= Even if it is on worg... perhaps the manual should point there? There'= s a decent amount on babel in the manual so I found it a bit odd that it di= dn't provide the setup syntax (like Thomas did).
=A0
- In worg, there is a page fo= r Babel: http://orgmode.org/worg/org-contrib/babel/index.php and= a corresponding Introductory Tutorial. In this page, there is a section ca= lled Initial Configuration in which there is a mention of a "five-step= process", but the corresponding list of steps only have 3 items.

5 vs. 3 is kind of funny. Some of those a= ren't really even steps. For your case it's as easy as opening up .= emacs and adding this:

(org-babel-do-load-lan= guages
=A0'org-babel-load-languages
=A0'((python . t)))

Though as Thomas listed, you can have more. It= looks like he actually puts his right into the org file itself with a #+sr= c block.

As for the rest of the steps, I actually wasn't ab= le to get it to compile. I get a bunch of these errors:

,-----
|=A0SyntaxError: invalid syntax
| File &qu= ot;<stdin>", line 17
| =A0 =A0print res
| =A0 =A0 =A0 =A0 =A0 =A0^
|= =A0SyntaxError: invalid syntax
`-----

I = think I get those to go away with "print (res)" instead of res by= itself. I think I've had that error before and it's a python versi= on issue. I'd suggest changing it if it's accepted by older version= s since python is perhaps moving that direction? I run Arch Linux and would= guess that I may be on a later version than a lot of distros.

I also get this at the end in the minibuffer at the ve= ry end:
,-----
| reference "gantttest" not fo= und in this buffer
`-----

I get not clas= s file.
=A0

I would appreciate if so= mebody could guide me towards a simple Babel configuration that would help = me tangle the org-arti= cle.org document.


It'd probably be a good idea for= someone to clean up worg and the manual a bit. I can do some of those thin= gs -- Thomas, perhaps you want to handle the org-article specific things if= there are some compilation issues on my end that find fixes and I can make= worg a little clearer about babel setup? Not sure who oversees the manual,= but a redirect at the least to worg for .emacs configuration would be help= ful.


John
=A0
Thanks a lot for all the help!
=
-Mario


______________________________________________= _
Emacs-orgmode mailing list
Please use `Reply All' to send rep= lies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


_______________________________________________
Ema= cs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode






--0015174c0c24f95755049547bb95-- --===============0555379561== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0555379561==--