Re: [Orgmode] further on compiling development version of org-mode without make command

2009-07-09 Thread Sebastian Rose
Eric S Fraga ucec...@ucl.ac.uk writes: Hello again, Although Sebastian's elisp code was perfect for batch compiling the lisp/*.el files in the org distribution, it doesn't address one key element of the make step required: the creation of the org-install.el file. I wonder where I have that

Re: [Orgmode] Org as a minor mode (tables)

2009-07-09 Thread Mikael Fornius
Andrew Lawson alaw...@absentis.com writes: Is there any way of getting such a thing running? Try orgtbl-mode. cheers -- Mikael Fornius ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Org as a minor mode (tables)

2009-07-09 Thread Charles Philip Chan
Andrew Lawson alaw...@absentis.com writes: Today I found myself sending various bits of tabular text via email (emacs in mutt) and found myself wondering whether it might be possible to use the org mode table support while composing messages. Of course you can:

Re: [Orgmode] Org as a minor mode (tables)

2009-07-09 Thread Andrew Lawson
On Thu, Jul 09, 2009 at 05:57:24AM -0400, Charles Philip Chan wrote: Andrew Lawson alaw...@absentis.com writes: Today I found myself sending various bits of tabular text via email (emacs in mutt) and found myself wondering whether it might be possible to use the org mode table support

[Orgmode] broken link in manual

2009-07-09 Thread Greg Newman
I found a broken link in the manual just now. The appendix link A extensions (on the left nav) gives a 404. *Greg Newman* http://20seven.org twitter: 20seven ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

Re: [Orgmode] further on compiling development version of org-mode without make command

2009-07-09 Thread Sebastian Rose
Eric S Fraga ucec...@ucl.ac.uk writes: Hello again, Thanks Eric! Here is the same with some more additions. 1.) Ensure a slash is appended to the directory (i.e. do not create ~/.emacs.d/org/lisporg-install.el) 2.) Optionally, do not compile the sources, but create the org-install.el

[Orgmode] [BUG] HTML exporting numbered literal examples

2009-07-09 Thread Ulf Stegemann
With latest CVS Emacs and Git Org mode exporting literal examples (example/src) with the `-n' switch results in numbering starting on line *2* of the example in the resulting HTML file (LaTeX seems to be okay). The example in the manual ...

Re: [Orgmode] further on compiling development version of org-mode without make command

2009-07-09 Thread Eric S Fraga
At Thu, 09 Jul 2009 12:19:52 +0200, Sebastian Rose wrote: Here is the same with some more additions. many thanks! Yes, the missing / was an error I noted just after sending the email... As a next step, we could as well drop the usage of dired, right? that would make sense! I'll play around

[Orgmode] Markup for export question

2009-07-09 Thread Ulf Stegemann
When writing documentations I often come across expressions like doMagic('myVariable') In an ideal world the HTML code for this after exporting the org file would look like this: codedoMagic('varmyVariable/var')/code The purpose is of course to indicate that `doMagic' is a literal

Re: [Orgmode] Underscores again - HTML and LaTeX exporting.

2009-07-09 Thread Nick Dokos
Carsten Dominik carsten.domi...@gmail.com wrote: Pretty sick examples ... :-) I fixed those anyway... You can blame me for the headline one, but the AUTHOR one is all Bernt's fault :-) In any case, I thought you were on vacation or something: go have some fun - oh, I forgot: this *is*

Re: [Orgmode] Markup for export question

2009-07-09 Thread Giovanni Ridolfi
--- Gio 9/7/09, Ulf Stegemann ulf-n...@zeitform.de ha scritto: When writing documentations I often come across expressions like   doMagic('myVariable') In an ideal world the HTML code for this after exporting the org file would look like this:   codedoMagic('varmyVariable/var')/code

Re: [Orgmode] Markup for export question

2009-07-09 Thread Sebastian Rose
Ulf Stegemann ulf-n...@zeitform.de writes: When writing documentations I often come across expressions like doMagic('myVariable') In an ideal world the HTML code for this after exporting the org file would look like this: codedoMagic('varmyVariable/var')/code Example: #+MACRO:

Re: [Orgmode] Markup for export question

2009-07-09 Thread Sebastian Rose
Haha, just for the fun of it: While trying to document this via Org-mode, I had to define this macro here: #+MACRO: macro {{{$1}}} * Predefined Macros * ={{{macro(date(TIME_FORMAT_STRING))}}}= * ={{{macro(modification-time(TIME_FORMAT_STRING))}}}= *

Re: [Orgmode] further on compiling development version of org-mode without make command

2009-07-09 Thread Stefan Vollmar
Gentlemen, we have tried the lisp-version for updating a the plain vanilla MS Windows emacs (http://ftp.gnu.org/gnu/emacs/windows) and I think we are almost there - thanks for all the help so far! When running make update on MacOS X with Aquamacs 1.8b I get lots of warnings about

Re: [Orgmode] further on compiling development version of org-mode without make command

2009-07-09 Thread Sebastian Rose
Hello Stefan, this works here with `emacs -Q' we forgot the load path The function is likely to change some more. I just send this version, so you can compile this way (hopefully). Sebastian binZI12hwAFZV.bin Description: application/emacs-lisp

Re: [Orgmode] further on compiling development version of org-mode without make command

2009-07-09 Thread Sebastian Rose
Hi Eric and Stefan, I push the results of this thread to http://orgmode.org/org-hacks.html#compiling-org-without-make This will be available only in one or two hours. If you follow worg.git, feel free to pull and edit it (Eric, you're a worger, aren't you?). That way we don't have to send

[Orgmode] Latest Org and Carbon Emacs

2009-07-09 Thread Karl Maihofer
Until now I used Org with Debian GNU/Linux. Today I bought a MacBook Pro 13 and I spent the evening making my first steps with MacOS. I installed the Carbon Emacs package and configured Emacs to use the latest Org-Version that I copied to ~/elisp/org-mode/. (add-to-list 'load-path

[Orgmode] Newbie Questions

2009-07-09 Thread Andrew M. Nuxoll
Ok, newb here. I have only been using org-mode for a few days now. But I've been an emacs guy since 1992, I have read the manual and I've also searched the archive of this mailing list. So, forgive me if these questions are repeats. Also, Dominick said you had to be nice to me while he was

Re: [Orgmode] Latest Org and Carbon Emacs

2009-07-09 Thread Nick Dokos
Karl Maihofer ignora...@gmx.de wrote: Until now I used Org with Debian GNU/Linux. Today I bought a MacBook Pro 13 and I spent the evening making my first steps with MacOS. I installed the Carbon Emacs package and configured Emacs to use the latest Org-Version that I copied to

Re: [Orgmode] Newbie Questions

2009-07-09 Thread Brian van den Broek
Andrew M. Nuxoll said unto the world at 09/07/09 04:37 PM: 2. Once a TODO item has been marked as DONE, it still shows up on my agenda. Can this be avoided? I have the following lines in my .emacs: (setq org-agenda-skip-scheduled-if-done t) (setq org-agenda-skip-deadline-if-done t) Best,

Re: [Orgmode] Latest Org and Carbon Emacs

2009-07-09 Thread Karl Maihofer
Thanks! I was able to find the org-lisp-files of the old org-version with locate-library. Then I renamed the files and added the following to my configuration: (require 'org-latex) Now LaTeX export works! Thanks again! Karl Nick Dokos schrieb: Karl Maihofer ignora...@gmx.de wrote:

[Orgmode] Re: Latest Org and Carbon Emacs

2009-07-09 Thread Matthew Lundin
Karl Maihofer ignora...@gmx.de writes: Until now I used Org with Debian GNU/Linux. Today I bought a MacBook Pro 13 and I spent the evening making my first steps with MacOS. I installed the Carbon Emacs package and configured Emacs to use the latest Org-Version that I copied to

[Orgmode] Re: A MindMap export would be awesome

2009-07-09 Thread Charles Cave
org-mode can export to freemind with a contrib package. Take a look at org-export-freemind-0.1.0 in the contrib/packages directory in the org-mode source. It would be good if the Freemind exporting package would include the text of a headline in the node itself rather than a subnode. Would

Re: [Orgmode] Newbie Questions

2009-07-09 Thread Andrew M. Nuxoll
Nick Dokos wrote: Just an FYI (a nice one since Carsten said so :-): Carsten is the first name, Dominik (no c) is the surname of the creator of Org-mode. And I promise we'll be nice even after he comes back :-) Err, whoops! So let me turn the question around: why do you need to both