From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juri Artamonov Subject: Re: Ditaa usage Date: Wed, 22 Sep 2010 16:40:53 +0300 Message-ID: References: <4C9A01ED.2010503@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1625778075==" Return-path: Received: from [140.186.70.92] (port=37261 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OyPZG-0000KC-1p for emacs-orgmode@gnu.org; Wed, 22 Sep 2010 09:41:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OyPZ9-0006In-GK for emacs-orgmode@gnu.org; Wed, 22 Sep 2010 09:41:01 -0400 Received: from mail-yx0-f169.google.com ([209.85.213.169]:55119) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OyPZ9-0006Ic-Bx for emacs-orgmode@gnu.org; Wed, 22 Sep 2010 09:40:55 -0400 Received: by yxk8 with SMTP id 8so239670yxk.0 for ; Wed, 22 Sep 2010 06:40:54 -0700 (PDT) In-Reply-To: <4C9A01ED.2010503@ccbr.umn.edu> 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: Erik Iverson , emacs-orgmode --===============1625778075== Content-Type: multipart/alternative; boundary=0016368e1dd46cf9df0490d94b97 --0016368e1dd46cf9df0490d94b97 Content-Type: text/plain; charset=ISO-8859-1 Erik, I would love to update but I have emacsW32 installed and don't know how to update orgmode inside of it. Perhaps you can advice or maybe it's even better to reinstall first emacs and then orgmode. What do you think? Thank you, Juri. On Wed, Sep 22, 2010 at 4:17 PM, Erik Iverson wrote: > On 09/22/2010 08:08 AM, Juri Artamonov wrote: > >> Hello John, >> >> if I add what you provided then I have >> >> "Warning (initialization): An error occurred while loading >> `c:/emacs/.emacs.d/init.el': >> Symbol's function definition is void: org-babel-do-load-languages" >> >> message. >> > > From your previous post, looks like you're using a fairly old version > of org-mode. using source code blocks like ditaa is much simplified > in org-mode 7.01, so just upgrade to that and you'll be all set. > > > >> I have added this for now: >> >> (setq org-ditaa-jar-path "~/lib/ditaa0_9.jar") >> >> (setq org-babel-load-languages (quote ((emacs-lisp . t) >> (dot . t) >> (ditaa . t) >> (R . t) >> (python . t) >> (ruby . t) >> (gnuplot . t) >> (clojure . t) >> (sh . t)))) >> >> In result I don't have error message on initialization but after export >> I have at least area with where the lines are shown exactly the same as >> I wrote in org file but without any converting to the image. >> >> Maybe I need something to install additionally or add something else to >> the configuration? >> >> Thank you, >> Juri. >> >> On Wed, Sep 22, 2010 at 3:23 PM, John Hendy > > wrote: >> >> Do you have the necessary lines for babl as described here: >> http://orgmode.org/worg/org-contrib/babel/languages.php#configure >> >> > >Namely: >> >> ---- >> >> ;;active Babel languages >> (org-babel-do-load-languages >> 'org-babel-load-languages >> '((gnuplot . t) >> (ditaa . t) >> )) >> >> ---- >> You don't have to have gnuplot... just put whatever languages you >> want in the form "language . t" and you're set. >> >> See if that helps. >> >> >> John >> >> On Wed, Sep 22, 2010 at 7:06 AM, Juri Artamonov >> > wrote: >> >> Hello Guys, >> >> I'm still learning how to correctly configure orgmode. One of >> the items is ditaa usage. >> >> I have the following in my org file. >> >> #+begin_src ditaa :file task_states.png :cmdline -r -s 0.8 >> +--------+ +---------+ +--------+ >> | | | | | | >> +--+ TODO +------>+ NEXT +------>+ DONE | >> | | cRED | | cBLU | | cGRE | >> | +--+-+---+ +--+---+--+ +--------+ >> >> #+end_src >> >> #+results: >> file:task_states.png >> >> init.el >> contains reference to ditaa library. >> >> (setq org-ditaa-jar-path "~/lib/ditaa0_9.jar") >> >> Could you please tell me what else do I need to configure in >> order to have graphics in result of exporting the file into HTML? >> >> Thank you, >> Juri. >> >> >> _______________________________________________ >> 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 >> > > > _______________________________________________ > 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 > --0016368e1dd46cf9df0490d94b97 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Erik,

I would love to update but I have emacsW32 installed and don&#= 39;t know how to update orgmode inside of it.

Perhaps you can advice= or maybe it's even better to reinstall first emacs and then orgmode. W= hat do you think?

Thank you,
=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0 Juri.

On Wed, Sep 22, 2010 at 4= :17 PM, Erik Iverson <eriki@ccbr.umn.edu> wrote:
On 09/22/2010 08:08 AM, Juri Artamonov wrote:
Hello John,

if I add what you provided then I have

"Warning (initialization): An error occurred while loading
`c:/emacs/.emacs.d/init.el':
Symbol's function definition is void: org-babel-do-load-languages"=

message.

>From your previous post, looks like you're using a fairly old version of org-mode. =A0using source code blocks like ditaa is much simplified
in org-mode 7.01, so just upgrade to that and you'll be all set.



I have added this for now:

(setq org-ditaa-jar-path "~/lib/ditaa0_9.jar")

(setq org-babel-load-languages (quote ((emacs-lisp . t)
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0(dot . t)
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0(ditaa . t)
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0(R . t)
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0(python . t)
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0(ruby . t)
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0(gnuplot . t)
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0(clojure . t)
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0(sh . t))))

In result I don't have error message on initialization but after export=
I have at least area with where the lines are shown exactly the same as
I wrote in org file but without any converting to the image.

Maybe I need something to install additionally or add something else to
the configuration?

Thank you,
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Juri.

On Wed, Sep 22, 2010 at 3:23 PM, John Hendy <jw.hendy@gmail.com
<mailto:jw.hendy= @gmail.com>> wrote:

=A0 =A0Do you have the necessary lines for babl as described here:
=A0 =A0http://orgmode.org/worg/org-contrib/babel/lang= uages.php#configure

=A0 =A0<http://orgmode.org/worg/org-contrib/babel/= languages.php#configure>Namely:

=A0 =A0----

=A0 =A0;;active Babel languages
=A0 =A0(org-babel-do-load-languages
=A0 =A0 =A0'org-babel-load-languages
=A0 =A0 =A0'((gnuplot . t)
=A0 =A0 =A0 =A0(ditaa . t)
=A0 =A0 =A0 =A0))

=A0 =A0----
=A0 =A0You don't have to have gnuplot... just put whatever languages y= ou
=A0 =A0want in the form "language . t" and you're set.

=A0 =A0See if that helps.


=A0 =A0John

=A0 =A0On Wed, Sep 22, 2010 at 7:06 AM, Juri Artamonov
=A0 =A0<jarta= monov@gmail.com <mailto:jartamonov@gmail.com>> wrote:

=A0 =A0 =A0 =A0Hello Guys,

=A0 =A0 =A0 =A0I'm still learning how to correctly configure orgmode. = One of
=A0 =A0 =A0 =A0the items is ditaa usage.

=A0 =A0 =A0 =A0I have the following in my org file.

=A0 =A0 =A0 =A0#+begin_src ditaa :file task_states.png :cmdline -r -s 0.8<= br> =A0 =A0 =A0 =A0 =A0+--------+ =A0 =A0 =A0 +---------+ =A0 =A0 =A0 +-------= -+
=A0 =A0 =A0 =A0 =A0 =A0 =A0| =A0 =A0 =A0 =A0| =A0 =A0 =A0 | =A0 =A0 =A0 = =A0 | =A0 =A0 =A0 | =A0 =A0 =A0 =A0|
=A0 =A0 =A0 =A0 =A0 +--+ =A0TODO =A0+------>+ =A0NEXT =A0 +------>+ = =A0DONE =A0|
=A0 =A0 =A0 =A0 =A0 | =A0| cRED =A0 | =A0 =A0 =A0 | =A0cBLU =A0 | =A0 =A0 = =A0 | cGRE =A0 |
=A0 =A0 =A0 =A0 =A0 | =A0+--+-+---+ =A0 =A0 =A0 +--+---+--+ =A0 =A0 =A0 +-= -------+

=A0 =A0 =A0 =A0#+end_src

=A0 =A0 =A0 =A0#+results:
=A0 =A0 =A0 =A0file:task_states.png

=A0 =A0 =A0 =A0init.el
=A0 =A0 =A0 =A0contains reference to ditaa library.

=A0 =A0 =A0 =A0(setq org-ditaa-jar-path "~/lib/ditaa0_9.jar")
=A0 =A0 =A0 =A0Could you please tell me what else do I need to configure i= n
=A0 =A0 =A0 =A0order to have graphics in result of exporting the file into= HTML?

=A0 =A0 =A0 =A0Thank you,
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 Juri.


=A0 =A0 =A0 =A0_______________________________________________
=A0 =A0 =A0 =A0Emacs-orgmode mailing list
=A0 =A0 =A0 =A0Please use `Reply All' to send replies to the list.
=
=A0 =A0 =A0 =A0= Emacs-orgmode@gnu.org <mailto:Emacs-orgmode@gnu.org>


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

--0016368e1dd46cf9df0490d94b97-- --===============1625778075== 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 --===============1625778075==--