From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: Re: org-article setup Date: Tue, 16 Nov 2010 19:37:23 -1000 Message-ID: <9B77BDC4-7D88-4339-A1C4-82222DDD36FF@tsdye.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: multipart/mixed; boundary="===============0913145001==" Return-path: Received: from [140.186.70.92] (port=44248 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIai2-0008Un-La for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 00:37:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIai0-0008PA-VW for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 00:37:30 -0500 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:44612) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PIai0-0008Ob-II for emacs-orgmode@gnu.org; Wed, 17 Nov 2010 00:37:28 -0500 In-Reply-To: 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: John Hendy Cc: mariomu@ieee.org, emacs-orgmode@gnu.org --===============0913145001== Content-Type: multipart/alternative; boundary=Apple-Mail-14-279914721 --Apple-Mail-14-279914721 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hi John, Apologies for having stupidly done some hacky development work on the master branch of org-article. You must have pulled this weekend when things were *really* unsettled. The errors you're getting now are ones I introduced but have since fixed. The python dependency is from a work in progress that will eventually (and hopefully) support the minted package for source code markup and typesetting. This is the kind of thing that should live in a git branch before it ends up throwing errors around your workspace. So, more apologies. I'll work at getting all the development stuff into a branch so master is stable again. 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 --Apple-Mail-14-279914721 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi = John,

Apologies for having stupidly done some hacky = development work on the master branch of org-article.  You must = have pulled this weekend when things were *really* unsettled.  The = errors you're getting now are ones I introduced but have since = fixed.

The python dependency is from a work in = progress that will eventually (and hopefully) support the minted package = for source code markup and typesetting.   This is the kind of thing = that should live in a git branch before it ends up throwing errors = around your workspace.  So, more = apologies.

I'll work at getting all the = development stuff into a branch so master is stable = again.

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 = <mariomu@ieee.org> = 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=3D7.3.

I = have followed the instructions on worg:

http://orgmode.org/worg/org-contrib/babel/examples/artic= le-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 "<stdin>", 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<= br>

= _______________________________________________
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

= --Apple-Mail-14-279914721-- --===============0913145001== 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 --===============0913145001==--