Org-mode has been my constant companion for nearly two years now, but I keep
discovering new and wonderful things it can do. It's been my practice for
somewhile to outline my talks in org-mode, export that to LaTeX, and then to
transform that into a beamer presentation by hand. Faced with this te
> http://lifehacker.com/5419988/five-best-outlining-tools
Even the description of org-mode in this poll is simply wrong its not
command line ITS PLAIN TEXT !!!
That means even the author of the poll had not any idea of what he is writing
about...
What did he do? Goggled "org program" and
Some type of git integration here would be nice. I like the idea of
eliminating most todo state changes, because then there isn't an issue
with ellipses on empty headilnes.. I.e. no need to cycle to see if a
headline is empty because it only contains a logbook drawer.
Of course, you will still
Hello again,
I've now got it to work. Not really sure why. This is what i did:
I removed
(set-terminal-coding-system 'utf-8)
(set-keyboard-coding-system 'utf-8)
(prefer-coding-system 'utf-8-dos)
from my init.el
And replaced it with
(modify-coding-system-alist 'file "\\.org\\'" 'utf-8-dos)
(mo
Norbert Zeh writes:
> IMO, the low rating of org-mode on this list shows that most people
> prefer flashy GUIs over extreme power, efficiency, and flexibility.
I disagree; I don't think people prefer “flashy GUIs” as you say. That
may play a part, but I believe it's only a small part in comparis
I had the same problem with org-beamer-add-units-to-column-width
daniel
2009/12/7 JBash :
>
>
> On Mon, Dec 7, 2009 at 3:15 PM, JBash wrote:
>>
>>
>> On Sat, Dec 5, 2009 at 3:05 AM, Carsten Dominik
>> wrote:
>>>
>>> On Dec 5, 2009, at 1:04 AM, Daniel Martins wrote:
>>>
Thank you very much
PT writes:
> http://lifehacker.com/5419988/five-best-outlining-tools
which contains
"You work on Org-Mode in a command prompt-like window and do all your
editing and changes via the command line and keyboard shortcuts"
I thought that might brighten peoples' day. Command line. So that's,
like,
On the upside, Lifehacker is much more mainstream than, say,
Sourceforge. And to be in the top five is pretty impressive. (And
lifehacker readers know that the actual polls are a bit of a joke.
They ask for 'the best' X, but it's not as if the voters have actually
tried each of the contenders.).
On Mon, Dec 7, 2009 at 3:15 PM, JBash wrote:
>
>
> On Sat, Dec 5, 2009 at 3:05 AM, Carsten Dominik > wrote:
>
>>
>> On Dec 5, 2009, at 1:04 AM, Daniel Martins wrote:
>>
>> Thank you very much
>>>
>>> I did everything you suggested and everything worked nicely
>>>
>>>
>>> But even using load-lib
Dan
> The Worg pages is the current documentation, but please just ask when
> you have any problems -- include the string [babel] in the subject line
> so people can filter it out.
>
> One suggestion: are you looking at the HTML version of the tutorial? If
> so, how about getting hold of the sourc
On Sat, Dec 5, 2009 at 3:05 AM, Carsten Dominik
wrote:
>
> On Dec 5, 2009, at 1:04 AM, Daniel Martins wrote:
>
> Thank you very much
>>
>> I did everything you suggested and everything worked nicely
>>
>>
>> But even using load-libray
>>
>> org-latex
>>
>> and
>>
>> org-beamer
>>
>> I received
>>
Graham Smith writes:
> Dan
>
>> Here's a version of your example that works.
>
> Thanks, this all works for me now.
>
> In addition to the tutorial on the worg, is there a manual somewhere,
> because the var option isn't mentioned in the tutorial.
>
> And judging by the trouble I am having, I'm
Though I don't know NTemacs, you should have no problem just following
the docs. The trick is that you will be adding your new
path/to/org-mode to the *front* of your load-path, so emacs will find
it first. The old code will still be there, it just won't be used.
No harm done, and minimal changes
>Date: Mon, 7 Dec 2009 14:49:36 -0400
>From: Norbert Zeh
>
>IMO, the low rating of org-mode on this list shows that most people
>prefer flashy GUIs over extreme power, efficiency, and flexibility.
>Then again, that seems to be the general state in today's computing
>world.
yes... and, really, the
Bastien [2009.12.07 1418 +0100]:
> Manish writes:
>
> > Done! Thanks for sharing.
>
> Done as well.
And the sad part is that Word and OneNote figure in this list at all.
The former sucks. The latter is a good tool, but not for outlining.
IMO, the low rating of org-mode on this list shows that
Ah... that was the problem. I updated Emacs to a more recent version. I'm now
running version 6.30c of org-mode. The problem went away, all is well now.
Thanks for your help.
On Sat, 05 Dec 2009 13:44:09 -0500
Matt Lundin wrote:
> Uriel Avalos writes:
>
> > Thanks for replying. I tried that
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Dan
> Here's a version of your example that works.
Thanks, this all works for me now.
In addition to the tutorial on the worg, is there a manual somewhere,
because the var option isn't mentioned in the tutorial.
And judging by the trouble I am having, I'm going to need a lot more
help to get t
PT writes:
> http://lifehacker.com/5419988/five-best-outlining-tools
I voted, but dang we are ranked the lowest.
Enrico
--
Henri-Paul Indiogine
Texas A&M University
http://www.coe.tamu.edu/~enrico
___
Emacs-orgmode mailing list
Please use `Reply
Graham Smith writes:
> I know I must be missing the obvious here, but why can't I get babel+R
> to calculate a mean. See below
>
> Many thanks,
>
> Graham
>
> * test
> #+srcname:trial
> #+begin_src R
> x<-c(4,5,6,7,8,9)
> #+end_src
>
> #+resname: trial
> | 4 |
> | 5 |
> | 6 |
> | 7 |
> | 8 |
>
Hi,
>> DATE was implemented exactly to specify a fixed date. You can get the
>> modification date with
>>
>> {{{modification-time(%Y-%m-%d)}}}
>>
>> and the current date with
>>
>> {{{date(%Y-%m-%d)}}}
>>
>> These will be expanded upon export. So you can, in fact, do
>>
>> #+DATE: {{{
Why not use a macro? That is one of the great things about lisp:
(defmacro JDL-Debug (section &rest code)
`(if JDL-Ddebuging
(progn
(message (concat "start " ,section))
,code
(message (concat "end " ,section)
(I haven't tested it, but that should work.)
On 2009
I'm running NTemacs. I thought it was a "bleeding" edge version but it is
apparantly running an old version of orgmode (5.03b). How can I install the
latest version? Can I follow the official docs? The docs seem to assume that
orgmode is *not* installed on your system. If I add a load-path, will
Seb,
I am obviously not following this at all. I am assuming you need to
keep all the code under the same heading so OrgMode knows which table
is being referred to. But if I put the cursor in the table and use C-u
C-c C-c I get a message in the mini buffer, that the formulas are
being re-applied,
Hi Carsten,
Carsten Dominik wrote:
> On Aug 20, 2009, at 10:12 AM, Sébastien Vauban wrote:
>>
>> I've always found the DATE header to be kind of useless, as it only
>> indicates the creation date of the file.
>>
>> For me, it would be better if it would be the last edit date as it is the
>> case w
Manish writes:
> Done! Thanks for sharing.
Done as well.
--
Bastien
___
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
Eric,
> Would it be possible to switch from using org-exp-blocks to using
> org-babel? If so then you could use org-babel's caching which does
> *not* affect the exported file name, but rather saves a sha1 key as
> (mostly) hidden text in the org-mode buffer.
>
> so for example
>
> #+BEGIN_ditaa
Hi Eric,
> Thanks for the patch.
>
> I got it working and pushed up the change to the blorgit git repository.
That's cool! Thanks for that!
> Now all we need is an interface for reviewing/reverting previous
> commits, and individual username/passwords and blorgit will be a full
> fledged wiki!
Done! Thanks for sharing.
--
Manish
On Mon, Dec 7, 2009 at 3:29 PM, PT wrote:
> http://lifehacker.com/5419988/five-best-outlining-tools
>
>
>
> ___
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu
Michael Gilbert writes:
> On Dec 3,2009, at 3:38 AM, andrea wrote:
>
> I'm not sure that emacs (ab)use is the right frame of reference
> here. Shouldn't we be talking about interoperability standards here?
> Orgmode supports the same core set of data that other todo list tools
> and calendar to
Hi Dan,
Dan Davison wrote:
> "Eric Schulte" writes:
>> Sébastien Vauban writes:
>>
>>> Here the "problems" (details, though) I've observed:
>>>
>>> - *after* =C-c '= forth and back, all the blank lines in my source block
>>> (in my example, the one between "SET NOCOUNT ON" and "SELECT TOP 10")
Seb
> You must pass somehow the variable you want to work with.
>
> See http://eschulte.github.com/org-babel/org-babel.org.html and its example 1.
Thanks, I will look at the link, I thought I had done this by
assigning a name to the output
#+srcname:trial
and then trying to run the command on t
Hi Eric,
"Eric Schulte" wrote:
> Sébastien Vauban writes:
>>
>> - srcname must be in column 0 for the highlighting to be correct.
>
> The syntax highlighting is really just org-mode comment highlighting,
> and I don't know that it would be desirable to start highlighting
> comments which don't st
Hi Torsten,
Torsten Wagner wrote:
>> Sébastien Vauban wrote:
>> > "Eric Schulte" wrote:
>> >>
>> >> [...] The following works for me without any hang.
>> >> The only difference I can see between our setups is a matching prompt
>> >> regexp.
>> >
>> > That was it. Fixing my PS1 prompt to be like yo
http://lifehacker.com/5419988/five-best-outlining-tools
___
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
Hi Graham,
Graham Smith wrote:
> I know I must be missing the obvious here, but why can't I get babel+R
> to calculate a mean. See below
>
> Many thanks,
>
> Graham
>
> * test
> #+srcname:trial
> #+begin_src R
> x<-c(4,5,6,7,8,9)
> #+end_src
>
> #+resname: trial
> | 4 |
> | 5 |
> | 6 |
> | 7 |
> |
At Mon, 7 Dec 2009 14:35:41 +0530,
Manish wrote:
>
> http://thread.gmane.org/gmane.emacs.orgmode/16742
Awesome, that was it, thanks!
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.
Hi all,
is there any way to make org-mode tables in the reStructured text format?
E.g. separator lines should start with +--- instead of |---.
Best regards,
Johan
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-or
On Mon, Dec 7, 2009 at 5:54 AM, Robin Green wrote:
> At Mon, 7 Dec 2009 14:00:04 +0530,
> Manish wrote:
>>
>> On Mon, Dec 7, 2009 at 5:17 AM, Robin Green wrote:
>> > Hi all,
>> >
>> > I seem to remember Carsten saying that a snapshot version of emacs
>> > from CVS was recommended for some new org-m
At Mon, 7 Dec 2009 14:00:04 +0530,
Manish wrote:
>
> On Mon, Dec 7, 2009 at 5:17 AM, Robin Green wrote:
> > Hi all,
> >
> > I seem to remember Carsten saying that a snapshot version of emacs
> > from CVS was recommended for some new org-mode feature, because emacs
> > 23.1 is buggy, but now I can'
On Mon, Dec 7, 2009 at 5:17 AM, Robin Green wrote:
> Hi all,
>
> I seem to remember Carsten saying that a snapshot version of emacs
> from CVS was recommended for some new org-mode feature, because emacs
> 23.1 is buggy, but now I can't find that email again. Is my memory
> playing tricks on me?
I
Hi all,
I seem to remember Carsten saying that a snapshot version of emacs
from CVS was recommended for some new org-mode feature, because emacs
23.1 is buggy, but now I can't find that email again. Is my memory
playing tricks on me?
--
Robin
___
Emac
42 matches
Mail list logo