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
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
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
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
> 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
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
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
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,
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
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
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
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
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
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
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:
>
>
>
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
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
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
--- 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
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
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
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
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--
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
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-
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
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
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
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
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
30 matches
Mail list logo