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

2009-07-09 Thread Bastien
Hi Rainer, Rainer Stengele writes: > Is that the correct place for the link? > http://orgmode.org/worg/org-faq.php#installing-org-without-make-tools This one works: http://orgmode.org/worg/org-hacks.php#compiling-org-without-make -- Bastien ___ E

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

2009-07-09 Thread Rainer Stengele
Sebastian Rose schrieb: > 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, are

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 SCHEDULE

Re: [Orgmode] Newbie Questions

2009-07-09 Thread Nick Dokos
Andrew M. Nuxoll wrote: > Also, Dominick said you had to be nice to me while he was away. > 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 :-) > 1. Whe

[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

[Orgmode] Re: Latest Org and Carbon Emacs

2009-07-09 Thread Matthew Lundin
Karl Maihofer 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 ~/elisp/org-mode/. I'll ha

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 wrote: Until now I used

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 Nick Dokos
Karl Maihofer 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 ~/elisp/org-mode/. > > (add

[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

[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 "~/elisp/or

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 th

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
Stefan Vollmar writes: > 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

Re: [Orgmode] Markup for export question

2009-07-09 Thread Sebastian Rose
Sebastian Rose writes: > Ulf Stegemann 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: >> >> doMagic('myVariable') > > > Example: > > >

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 "functio

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))}}}= * ={{{macro(time(TIME_F

Re: [Orgmode] Markup for export question

2009-07-09 Thread Sebastian Rose
Ulf Stegemann 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: > > doMagic('myVariable') Example: #+MACRO: macname (eval (format "Macro sa

Re: [Orgmode] Markup for export question

2009-07-09 Thread Giovanni Ridolfi
--- Gio 9/7/09, Ulf Stegemann 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: > >   > doMagic('myVariable') > > The purpose is of co

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

2009-07-09 Thread Nick Dokos
Carsten Dominik 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* fun. Or maybe, as Bast

[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: doMagic('myVariable') The purpose is of course to indicate that `doMagic' is a literal function/method name whil

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 aroun

[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 ... --8<--snip--

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

2009-07-09 Thread Sebastian Rose
Eric S Fraga 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 file. Will this wo

[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. Emacs-

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

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

2009-07-09 Thread Charles Philip Chan
Andrew Lawson 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: http://orgmode.org/manual/Orgtbl-mode.html#Orgtb

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

2009-07-09 Thread Mikael Fornius
Andrew Lawson 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 http://lists.gnu.org/mai

[Orgmode] Org as a minor mode (tables)

2009-07-09 Thread Andrew Lawson
Hello 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. At the moment I have mail-mode enabled while writing and I've switched on orgstruct++-mo

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

2009-07-09 Thread Sebastian Rose
Eric S Fraga 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 file. I cou