* how to draw picture in org-mode ? Does it support tikz/pgf ? @ 2009-08-14 7:22 waterloo 2009-08-14 8:03 ` Graham Smith 0 siblings, 1 reply; 23+ messages in thread From: waterloo @ 2009-08-14 7:22 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 69 bytes --] how to draw picture in org-mode ? Does it support tikz/pgf ? Thanks [-- Attachment #1.2: Type: text/html, Size: 79 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: how to draw picture in org-mode ? Does it support tikz/pgf ? 2009-08-14 7:22 how to draw picture in org-mode ? Does it support tikz/pgf ? waterloo @ 2009-08-14 8:03 ` Graham Smith 2009-08-14 10:53 ` Nick Dokos 0 siblings, 1 reply; 23+ messages in thread From: Graham Smith @ 2009-08-14 8:03 UTC (permalink / raw) To: waterloo; +Cc: emacs-orgmode Something I, as a comparative beginner can answer :-) > how to draw picture in org-mode ? Does it support tikz/pgf ? Yes, I found it worked fine for me. I had a silly problem with page margins (searchng the forum for tikz/pgf will find my recent posts), that was my fault but other than that the flow charts and mindmaps I have done work well. Graham ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: how to draw picture in org-mode ? Does it support tikz/pgf ? 2009-08-14 8:03 ` Graham Smith @ 2009-08-14 10:53 ` Nick Dokos 2009-08-14 11:30 ` waterloo 2009-08-16 7:40 ` Carsten Dominik 0 siblings, 2 replies; 23+ messages in thread From: Nick Dokos @ 2009-08-14 10:53 UTC (permalink / raw) To: Graham Smith; +Cc: emacs-orgmode, waterloo Graham Smith <myotisone@gmail.com> wrote: > Something I, as a comparative beginner can answer :-) > > > how to draw picture in org-mode ? Does it support tikz/pgf ? > > Yes, I found it worked fine for me. I had a silly problem with page > margins (searchng the forum for tikz/pgf will find my recent posts), > that was my fault but other than that the flow charts and mindmaps I > have done work well. > Let me add a qualifier: if you try to preview the image, then it does not seem to work, but that seems to be a characteristic of tikz/pgf, rather than org-mode. Here's the experiment, should somebody care to try it: o Start with a simple picture - the one waterloo posted earlier in the month will do: ,---- | #+LaTeX_HEADER: \usepackage{tikz} | | * Draw | | \begin{tikzpicture} | \draw (0,0) -- (10,0); | \end{tikzpicture} `---- o Export it to LaTeX with C-c C-e l. o Process the latex file with pdflatex and view with xpdf - everything is fine. o Process the latex file with latex, producing a dvi file. View the dvi file with xdvi: the picture is missing (and I get a Ghostscript error.) o Process the dvi file to PS with dvips and view the resulting PS file: the picture is there. Since (I'm guessing) preview processes the dvi file with dvipng and since the dvi file seems to have some kind of problem, preview does not work. HTH, Nick ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: how to draw picture in org-mode ? Does it support tikz/pgf ? 2009-08-14 10:53 ` Nick Dokos @ 2009-08-14 11:30 ` waterloo [not found] ` <13156.1250249867@gamaville.dokosmarshall.org> 2009-08-16 7:40 ` Carsten Dominik 1 sibling, 1 reply; 23+ messages in thread From: waterloo @ 2009-08-14 11:30 UTC (permalink / raw) To: nicholas.dokos; +Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 1630 bytes --] Yes, dvi file can not display tikz picture correctly . Why do you use divpng? Auctex can preview tikz , it does not use dvipng. Thanks 2009/8/14 Nick Dokos <nicholas.dokos@hp.com> > Graham Smith <myotisone@gmail.com> wrote: > > > Something I, as a comparative beginner can answer :-) > > > > > how to draw picture in org-mode ? Does it support tikz/pgf ? > > > > Yes, I found it worked fine for me. I had a silly problem with page > > margins (searchng the forum for tikz/pgf will find my recent posts), > > that was my fault but other than that the flow charts and mindmaps I > > have done work well. > > > > Let me add a qualifier: if you try to preview the image, then it does > not seem to work, but that seems to be a characteristic of tikz/pgf, > rather than org-mode. > > Here's the experiment, should somebody care to try it: > > o Start with a simple picture - the one waterloo posted earlier in > the month will do: > > ,---- > | #+LaTeX_HEADER: \usepackage{tikz} > | > | * Draw > | > | \begin{tikzpicture} > | \draw (0,0) -- (10,0); > | \end{tikzpicture} > `---- > > o Export it to LaTeX with C-c C-e l. > > o Process the latex file with pdflatex and view with xpdf - everything > is fine. > > o Process the latex file with latex, producing a dvi file. View the dvi > file with xdvi: the picture is missing (and I get a Ghostscript error.) > > o Process the dvi file to PS with dvips and view the resulting PS file: > the picture is there. > > Since (I'm guessing) preview processes the dvi file with dvipng and > since the dvi file seems to have some kind of problem, preview does not > work. > > HTH, > Nick > [-- Attachment #1.2: Type: text/html, Size: 2219 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 23+ messages in thread
[parent not found: <13156.1250249867@gamaville.dokosmarshall.org>]
* Re: how to draw picture in org-mode ? Does it support tikz/pgf ? [not found] ` <13156.1250249867@gamaville.dokosmarshall.org> @ 2009-08-14 11:50 ` waterloo 2009-08-15 11:37 ` waterloo 0 siblings, 1 reply; 23+ messages in thread From: waterloo @ 2009-08-14 11:50 UTC (permalink / raw) To: nicholas.dokos, emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 368 bytes --] Yes , I mean preview-latex 2009/8/14 Nick Dokos <nicholas.dokos@hp.com> > waterloo <waterloo2005@gmail.com> wrote: > > > Yes, dvi file can not display tikz picture correctly . > > > > Why do you use divpng? Auctex can preview tikz , it does not use dvipng. > > > > You mean preview-latex? Not for me: it just leaves the tikzpicture > environment > alone. > > Nick > [-- Attachment #1.2: Type: text/html, Size: 774 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: how to draw picture in org-mode ? Does it support tikz/pgf ? 2009-08-14 11:50 ` waterloo @ 2009-08-15 11:37 ` waterloo 2009-08-15 14:26 ` Bernt Hansen 0 siblings, 1 reply; 23+ messages in thread From: waterloo @ 2009-08-15 11:37 UTC (permalink / raw) To: nicholas.dokos, emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 492 bytes --] How to draw picture for exporting to html ? Thanks 2009/8/14 waterloo <waterloo2005@gmail.com> > Yes , I mean preview-latex > > 2009/8/14 Nick Dokos <nicholas.dokos@hp.com> > >> waterloo <waterloo2005@gmail.com> wrote: >> >> >> > Yes, dvi file can not display tikz picture correctly . >> > >> > Why do you use divpng? Auctex can preview tikz , it does not use dvipng. >> > >> >> You mean preview-latex? Not for me: it just leaves the tikzpicture >> environment >> alone. >> >> Nick >> > > [-- Attachment #1.2: Type: text/html, Size: 1273 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: how to draw picture in org-mode ? Does it support tikz/pgf ? 2009-08-15 11:37 ` waterloo @ 2009-08-15 14:26 ` Bernt Hansen 2009-08-16 2:23 ` waterloo 0 siblings, 1 reply; 23+ messages in thread From: Bernt Hansen @ 2009-08-15 14:26 UTC (permalink / raw) To: waterloo; +Cc: emacs-orgmode waterloo <waterloo2005@gmail.com> writes: > How to draw picture for exporting to html ? > I use ditaa and graphviz. There are examples at http://doc.norang.ca/org-mode.html#Publishing Links to the source for the page is available in the Overview section. -Bernt ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: how to draw picture in org-mode ? Does it support tikz/pgf ? 2009-08-15 14:26 ` Bernt Hansen @ 2009-08-16 2:23 ` waterloo 2009-08-16 2:42 ` Bernt Hansen 0 siblings, 1 reply; 23+ messages in thread From: waterloo @ 2009-08-16 2:23 UTC (permalink / raw) To: Bernt Hansen; +Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 407 bytes --] can I use #+begin_tikz and export tikz to html ? Thanks 2009/8/15 Bernt Hansen <bernt@norang.ca> > waterloo <waterloo2005@gmail.com> writes: > > > How to draw picture for exporting to html ? > > > > I use ditaa and graphviz. There are examples at > http://doc.norang.ca/org-mode.html#Publishing > > Links to the source for the page is available in the Overview section. > > -Bernt > [-- Attachment #1.2: Type: text/html, Size: 878 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: how to draw picture in org-mode ? Does it support tikz/pgf ? 2009-08-16 2:23 ` waterloo @ 2009-08-16 2:42 ` Bernt Hansen 2009-08-16 2:46 ` waterloo 0 siblings, 1 reply; 23+ messages in thread From: Bernt Hansen @ 2009-08-16 2:42 UTC (permalink / raw) To: waterloo; +Cc: emacs-orgmode waterloo <waterloo2005@gmail.com> writes: > can I use #+begin_tikz and export tikz to html ? > If you (or someone who wants tikz output to work) writes an exporter that knows what to do with the tikz block I'm sure that can work. Right now there is no such exporter available AFAIK. -Bernt ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: how to draw picture in org-mode ? Does it support tikz/pgf ? 2009-08-16 2:42 ` Bernt Hansen @ 2009-08-16 2:46 ` waterloo 2009-08-16 15:58 ` Eric Schulte 0 siblings, 1 reply; 23+ messages in thread From: waterloo @ 2009-08-16 2:46 UTC (permalink / raw) To: Bernt Hansen; +Cc: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 532 bytes --] tikz is more power than ditaa and graphviz .<http://doc.norang.ca/org-mode.html#sec-13.2> I tikz's exporter will be supported in future version. Thanks 2009/8/16 Bernt Hansen <bernt@norang.ca> > waterloo <waterloo2005@gmail.com> writes: > > > can I use #+begin_tikz and export tikz to html ? > > > > If you (or someone who wants tikz output to work) writes an exporter > that knows what to do with the tikz block I'm sure that can work. > > Right now there is no such exporter available AFAIK. > > -Bernt > [-- Attachment #1.2: Type: text/html, Size: 968 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: Re: how to draw picture in org-mode ? Does it support tikz/pgf ? 2009-08-16 2:46 ` waterloo @ 2009-08-16 15:58 ` Eric Schulte 2009-08-16 16:04 ` Eric Schulte 0 siblings, 1 reply; 23+ messages in thread From: Eric Schulte @ 2009-08-16 15:58 UTC (permalink / raw) To: waterloo; +Cc: Bernt Hansen, emacs-orgmode Hi, Adding support for a new block type is fairly easy for any tool that can be called from the command line. If you would like to try this please read the documentation of org-exp-blocks on worg [1] and follow the example of the asymptote block type [2]. Best -- Eric Footnotes: [1] http://orgmode.org/worg/org-contrib/org-exp-blocks.php [2] http://orgmode.org/worg/org-contrib/org-exp-blocks.php#sec-4.1 ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: Re: how to draw picture in org-mode ? Does it support tikz/pgf ? 2009-08-16 15:58 ` Eric Schulte @ 2009-08-16 16:04 ` Eric Schulte 2009-08-16 18:40 ` waterloo 0 siblings, 1 reply; 23+ messages in thread From: Eric Schulte @ 2009-08-16 16:04 UTC (permalink / raw) To: waterloo; +Cc: Bernt Hansen, emacs-orgmode Sorry, Please disregard this email, I didn't realize tikz/pgf was a package of TeX macros and not an external tool. -- Eric "Eric Schulte" <schulte.eric@gmail.com> writes: > Hi, > > Adding support for a new block type is fairly easy for any tool that can > be called from the command line. If you would like to try this please > read the documentation of org-exp-blocks on worg [1] and follow the > example of the asymptote block type [2]. > > Best -- Eric > > Footnotes: > [1] http://orgmode.org/worg/org-contrib/org-exp-blocks.php > > [2] http://orgmode.org/worg/org-contrib/org-exp-blocks.php#sec-4.1 ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: Re: how to draw picture in org-mode ? Does it support tikz/pgf ? 2009-08-16 16:04 ` Eric Schulte @ 2009-08-16 18:40 ` waterloo 0 siblings, 0 replies; 23+ messages in thread From: waterloo @ 2009-08-16 18:40 UTC (permalink / raw) To: Eric Schulte; +Cc: Bernt Hansen, emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 824 bytes --] Thanks very much. asymptote's function is very much like tikz . I can use asymptote. Besides asymptote, I can use metapost. 2009/8/17 Eric Schulte <schulte.eric@gmail.com> > Sorry, > > Please disregard this email, I didn't realize tikz/pgf was a package of > TeX macros and not an external tool. -- Eric > > "Eric Schulte" <schulte.eric@gmail.com> writes: > > > Hi, > > > > Adding support for a new block type is fairly easy for any tool that can > > be called from the command line. If you would like to try this please > > read the documentation of org-exp-blocks on worg [1] and follow the > > example of the asymptote block type [2]. > > > > Best -- Eric > > > > Footnotes: > > [1] http://orgmode.org/worg/org-contrib/org-exp-blocks.php > > > > [2] http://orgmode.org/worg/org-contrib/org-exp-blocks.php#sec-4.1 > [-- Attachment #1.2: Type: text/html, Size: 1479 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: how to draw picture in org-mode ? Does it support tikz/pgf ? 2009-08-14 10:53 ` Nick Dokos 2009-08-14 11:30 ` waterloo @ 2009-08-16 7:40 ` Carsten Dominik 1 sibling, 0 replies; 23+ messages in thread From: Carsten Dominik @ 2009-08-16 7:40 UTC (permalink / raw) To: nicholas.dokos; +Cc: emacs-orgmode, waterloo On Aug 14, 2009, at 12:53 PM, Nick Dokos wrote: > Graham Smith <myotisone@gmail.com> wrote: > >> Something I, as a comparative beginner can answer :-) >> >>> how to draw picture in org-mode ? Does it support tikz/pgf ? >> >> Yes, I found it worked fine for me. I had a silly problem with page >> margins (searchng the forum for tikz/pgf will find my recent posts), >> that was my fault but other than that the flow charts and mindmaps I >> have done work well. >> > > Let me add a qualifier: if you try to preview the image, then it does > not seem to work, but that seems to be a characteristic of tikz/pgf, > rather than org-mode. > > Here's the experiment, should somebody care to try it: > > o Start with a simple picture - the one waterloo posted earlier in > the month will do: > > ,---- > | #+LaTeX_HEADER: \usepackage{tikz} > | > | * Draw > | > | \begin{tikzpicture} > | \draw (0,0) -- (10,0); > | \end{tikzpicture} > `---- I think this should work, but I believe the latex files that is used to create the image does not have te right usepackage statement. Right now I am on a machine without dvipng, so I cannot try this: 1. pull from git 2. Instead of #+LaTeX_HEADER: \usepackage{tikz}, use (setq org-export-latex-packages-alist '(("" "tikz)) because this customization will now also be seen by the preview process. I hope that then the preview will also work. - Carsten > > o Export it to LaTeX with C-c C-e l. > > o Process the latex file with pdflatex and view with xpdf - everything > is fine. > > o Process the latex file with latex, producing a dvi file. View the > dvi > file with xdvi: the picture is missing (and I get a Ghostscript > error.) > > o Process the dvi file to PS with dvips and view the resulting PS > file: > the picture is there. > > Since (I'm guessing) preview processes the dvi file with dvipng and > since the dvi file seems to have some kind of problem, preview does > not > work. > > HTH, > Nick > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 23+ messages in thread
* In response to: .emacs works on Mac but not on Ubuntu @ 2009-06-16 21:21 Jere McDevitt 2009-06-16 21:31 ` Graham Smith 0 siblings, 1 reply; 23+ messages in thread From: Jere McDevitt @ 2009-06-16 21:21 UTC (permalink / raw) To: emacs-orgmode [-- Attachment #1.1: Type: text/plain, Size: 630 bytes --] Apologize for having to start a new thread, but I just signed up to the mailing list and since I didn't have the original message to reply to. What may be happening is that Ubuntu has a default version of org-mode pre-installed in the primary load path directories, so that is what is being picked up and not your latest version. To check that, type dpkg --list | grep org and see if org mode was installed by the package manager. If so, just do a normal remove and see if that doesn't take care of it. Jere <http://news.gmane.org/find-root.php?message_id=%3c2c75873c0906161257v9f2ad99pa80364ebb0febb50%40mail.gmail.com%3e> [-- Attachment #1.2: Type: text/html, Size: 711 bytes --] [-- Attachment #2: Type: text/plain, Size: 204 bytes --] _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: In response to: .emacs works on Mac but not on Ubuntu 2009-06-16 21:21 In response to: .emacs works on Mac but not on Ubuntu Jere McDevitt @ 2009-06-16 21:31 ` Graham Smith 2009-06-16 22:12 ` Nick Dokos 0 siblings, 1 reply; 23+ messages in thread From: Graham Smith @ 2009-06-16 21:31 UTC (permalink / raw) To: emacs-orgmode Jere, > What may be happening is that Ubuntu has a default version of org-mode > pre-installed in the primary load path directories, so that is what is being > picked up and not your latest version. To check that, type > > dpkg --list | grep org > > and see if org mode was installed by the package manager. If so, just do a > normal remove and see if that doesn't take care of it. I can't check this just now (as I don't have access to my ubuntu machine at the moment) but as I understand it Org-mode is distributed with Emacs now, but the commands in the .emacs file over ride the built in version and use the version in the path set up in .emacs. That is what happens on the Mac, unless I have misunderstood. Thanks, Graham ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: In response to: .emacs works on Mac but not on Ubuntu 2009-06-16 21:31 ` Graham Smith @ 2009-06-16 22:12 ` Nick Dokos 2009-06-17 15:40 ` Graham Smith 0 siblings, 1 reply; 23+ messages in thread From: Nick Dokos @ 2009-06-16 22:12 UTC (permalink / raw) To: Graham Smith; +Cc: emacs-orgmode Graham Smith <myotisone@gmail.com> wrote: > > What may be happening is that Ubuntu has a default version of org-mode > > pre-installed in the primary load path directories, so that is what is being > > picked up and not your latest version. To check that, type > > > > dpkg --list | grep org > > > > and see if org mode was installed by the package manager. If so, just do a > > normal remove and see if that doesn't take care of it. > > I can't check this just now (as I don't have access to my ubuntu > machine at the moment) but as I understand it Org-mode is distributed > with Emacs now, but the commands in the .emacs file over ride the > built in version and use the version in the path set up in .emacs. > That is what happens on the Mac, unless I have misunderstood. > Jere may be right: I recall previous discussions on the list that indicated this kind of problem. You might want to check for the existence of /etc/emacsXXX/site-start.d/50org-mode.el. I can't find a reference to this mail in the archive (the thread seems to have been cut off somehow), but I found it in my archive: Scot Becker had pointed out the existence of this file to Eraldo Helal and that turned out to be the problem. Here is what Eraldo had to say about it: ,---- | | Sender: Eraldo Helal <admin@eraldo.at> | From: Eraldo Helal <office@eraldo.at> | To: Scot Becker <scot.becker@gmail.com> | Cc: nicholas.dokos@hp.com, Org-Mode <emacs-orgmode@gnu.org> | Date: Wed, 29 Apr 2009 19:29:32 +0200 (CEST) | Subject: Re: [Orgmode] ascii export error | X-FireGPG-Version: 0.7.5 | | | [[PGP Signed Part:Undecided]] | I deleted "/etc/emacs/site-start.d/50org-mode.el". | Everything works as intended now. | | Special thanks to Nick and Scot. :) | | On Wed, Apr 29, 2009 at 10:36, Scot Becker <scot.becker@gmail.com> wrote: | | On a debian-based system, and perhaps others, /etc/emacs/site-start.d | has a few files that set variables and define functions for use with | the Debian(Ubuntu, etc) system policies. There might be nothing in | there that your setup depends on, but I wouldn't want to risk it. you | can glance through the files in there and see what kinds of things | they touch. | | However, if you want to try without it, you can rename it. If that | causes errors, you can rename it, then create an empty directory in | the same place /etc/emacs/site-start.d. | | If that's where the problem is, the principal of dissection should | work there as well, just move the files out of the directory one at a | time (tryiing your export with emacs -Q each time, to see where the | offending file is. | | Scot | | On Tue, Apr 28, 2009 at 10:02 PM, Eraldo Helal <office@eraldo.at> wrote: | > Is it save to just delte that directory: /etc/emacs/site-start.d | > Because I guess the error lies somewhere in there. | > Or is this directory important for something? | > | > On Tue, Apr 28, 2009 at 22:46, Eraldo Helal <office@eraldo.at> wrote: | >> | >> I discovered that there is a directory: /etc/emacs/site-start.d | >> http://paste.org/6848 | >> | >> Does this also get loaded by default and ignored with --no-site-file ? // | >> that would make some sense again (to me) | > | > | > _______________________________________________ | > Emacs-orgmode mailing list | > Remember: use `Reply All' to send replies to the list. | > Emacs-orgmode@gnu.org | > http://lists.gnu.org/mailman/listinfo/emacs-orgmode | > | > | | | [[End of PGP Signed Part]] `---- But I don't think that there is an org-mode package as Jere suggests: I think it came as part of emacs. You'll probably need to do a little surgery as the mail describes. HTH, Nick ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: In response to: .emacs works on Mac but not on Ubuntu 2009-06-16 22:12 ` Nick Dokos @ 2009-06-17 15:40 ` Graham Smith 2009-06-17 16:24 ` Ian Barton 0 siblings, 1 reply; 23+ messages in thread From: Graham Smith @ 2009-06-17 15:40 UTC (permalink / raw) To: nicholas.dokos; +Cc: emacs-orgmode Thanks everyone >> > picked up and not your latest version. To check that, type >> > >> > dpkg --list | grep org >> > >> > and see if org mode was installed by the package manager. If so, just do a >> > normal remove and see if that doesn't take care of it. > Jere may be right: I recall previous discussions on the list that > indicated this kind of problem. You might want to check for the existence > of /etc/emacsXXX/site-start.d/50org-mode.el. Tries both these thngs and can't find any installed org-mode or that 50org-mode/.el file. I will try a few more commentin outs and retyping things, but I still find it strange that it wa working fine in Ubuntu 8.01 and not now., but I then find Linux a bit like that. Should anyone have any othe suggestions, I would still appreciate them. Many thanks, Graham ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: In response to: .emacs works on Mac but not on Ubuntu 2009-06-17 15:40 ` Graham Smith @ 2009-06-17 16:24 ` Ian Barton 2009-06-17 16:46 ` Graham Smith 2009-06-17 17:30 ` Graham Smith 0 siblings, 2 replies; 23+ messages in thread From: Ian Barton @ 2009-06-17 16:24 UTC (permalink / raw) To: Graham Smith; +Cc: emacs-orgmode > I will try a few more commentin outs and retyping things, but I still > find it strange that it wa working fine in Ubuntu 8.01 and not now., > but I then find Linux a bit like that. > > Should anyone have any othe suggestions, I would still appreciate them. > > Many thanks, > I am using Ubuntu Jaunty with a setup almost identical to yours and mine "Just works". Are you certain that: > (setq load-path (cons "~/EmacsAddins/OrgMode/lisp" load-path)) > (setq load-path (cons "~/EmacsAddins/OrgMode/contrib/lisp" load-path)) Points to the correct version of org? Some things to try: Remove the compiled lisp files (*.elc). Edit org-install.el and type in some garbage. If emacs is trying to load this library it should blow up with an error. My default ubuntu emacs22 doesn't have any org packages loaded by default. Try doing an apt-cache purge org-mode, which should completely remove the Ubuntu version if it's installed. Ian. ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: In response to: .emacs works on Mac but not on Ubuntu 2009-06-17 16:24 ` Ian Barton @ 2009-06-17 16:46 ` Graham Smith 2009-06-17 17:28 ` Ian Barton 2009-06-17 17:30 ` Graham Smith 1 sibling, 1 reply; 23+ messages in thread From: Graham Smith @ 2009-06-17 16:46 UTC (permalink / raw) To: emacs-orgmode Ian Thanks, it just worked with 8.01 which is why I am struggling now. > I am using Ubuntu Jaunty with a setup almost identical to yours and mine > "Just works". Are you certain that: > >> (setq load-path (cons "~/EmacsAddins/OrgMode/lisp" load-path)) >> (setq load-path (cons "~/EmacsAddins/OrgMode/contrib/lisp" load-path)) > > Points to the correct version of org? Some things to try: It was the directory copied from the Mac, so it was 6.xx, but I have just updated to latest version of web site. > Remove the compiled lisp files (*.elc). I have none to remove that I can find. > > Edit org-install.el and type in some garbage. If emacs is trying to load > this library it should blow up with an error. I haven't tried this, but the error message I get suggests an error trying to load org.install, which I assume is because it can't find it. The error message is Loading /home/graham/.recentf...done Cleaning up the recentf list...done (0 removed) An error has occurred while loading `/home/graham/.emacs': File error: Cannot open load file, org-install > > My default ubuntu emacs22 doesn't have any org packages loaded by default. > Try doing an apt-cache purge org-mode, which should completely remove the > Ubuntu version if it's installed. I have run this and get an error "graham@T42-laptop:~$ sudo apt-cache purge org-mode [sudo] password for graham: E: Invalid operation purge" I have also tried this: "graham@T42-laptop:~$ emacs --debug-init" but get "Loading /home/graham/.recentf...done Cleaning up the recentf list...done (0 removed) require: Cannot open load file: debug" Graham ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: In response to: .emacs works on Mac but not on Ubuntu 2009-06-17 16:46 ` Graham Smith @ 2009-06-17 17:28 ` Ian Barton 2009-06-17 18:04 ` Graham Smith 0 siblings, 1 reply; 23+ messages in thread From: Ian Barton @ 2009-06-17 17:28 UTC (permalink / raw) Cc: emacs-orgmode > I have run this and get an error > > "graham@T42-laptop:~$ sudo apt-cache purge org-mode > [sudo] password for graham: > E: Invalid operation purge" > Doh, finger/brain communication mismatch. It should be: sudo apt-get purge org-mode This will completely remove the Debian package and all it configuration files if it's installed. Ian. ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: In response to: .emacs works on Mac but not on Ubuntu 2009-06-17 17:28 ` Ian Barton @ 2009-06-17 18:04 ` Graham Smith 0 siblings, 0 replies; 23+ messages in thread From: Graham Smith @ 2009-06-17 18:04 UTC (permalink / raw) To: emacs-orgmode Ian, > Doh, finger/brain communication mismatch. I get that as well :-) >It should be: > > sudo apt-get purge org-mode As you will have seen now, its working, but I'm still puzzled as to why. Graham ^ permalink raw reply [flat|nested] 23+ messages in thread
* Re: In response to: .emacs works on Mac but not on Ubuntu 2009-06-17 16:24 ` Ian Barton 2009-06-17 16:46 ` Graham Smith @ 2009-06-17 17:30 ` Graham Smith 1 sibling, 0 replies; 23+ messages in thread From: Graham Smith @ 2009-06-17 17:30 UTC (permalink / raw) To: emacs-orgmode I really don't understand why, but I have written out the paths in full and it seems to work now (setq load-path (cons "/home/graham/EmacsAddIns/OrgMode/lisp" load-path)) (setq load-path (cons "/home/graham/EmacsAddIns/OrgMode/contrib/lisp" load-path)) Can anyone see any obvious differences between what I posted earlier and what I have now. Below is what wouldn't work (setq load-path (cons "~/EmacsAddins/OrgMode/lisp" load-path)) (setq load-path (cons "~/EmacsAddins/OrgMode/contrib/lisp" load-path)) Thanks for everyones help. Graham ^ permalink raw reply [flat|nested] 23+ messages in thread
end of thread, other threads:[~2009-08-16 18:40 UTC | newest] Thread overview: 23+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-08-14 7:22 how to draw picture in org-mode ? Does it support tikz/pgf ? waterloo 2009-08-14 8:03 ` Graham Smith 2009-08-14 10:53 ` Nick Dokos 2009-08-14 11:30 ` waterloo [not found] ` <13156.1250249867@gamaville.dokosmarshall.org> 2009-08-14 11:50 ` waterloo 2009-08-15 11:37 ` waterloo 2009-08-15 14:26 ` Bernt Hansen 2009-08-16 2:23 ` waterloo 2009-08-16 2:42 ` Bernt Hansen 2009-08-16 2:46 ` waterloo 2009-08-16 15:58 ` Eric Schulte 2009-08-16 16:04 ` Eric Schulte 2009-08-16 18:40 ` waterloo 2009-08-16 7:40 ` Carsten Dominik -- strict thread matches above, loose matches on Subject: below -- 2009-06-16 21:21 In response to: .emacs works on Mac but not on Ubuntu Jere McDevitt 2009-06-16 21:31 ` Graham Smith 2009-06-16 22:12 ` Nick Dokos 2009-06-17 15:40 ` Graham Smith 2009-06-17 16:24 ` Ian Barton 2009-06-17 16:46 ` Graham Smith 2009-06-17 17:28 ` Ian Barton 2009-06-17 18:04 ` Graham Smith 2009-06-17 17:30 ` Graham Smith
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).