Hello,
I'm running emacs 22.2 with orgmode v. 4.67 on Windows XP, and I'm just
starting to use orgmode. However, I seem to cannot go beyond a (probably)
trivial problem:
Whenever I type "C-c a a", I get the message "Buffer is read-only: #". This does not depend on the directory in which the org
Russell Adams <[EMAIL PROTECTED]> writes:
> I also advocate its worth learning emacs, just to use org-mode. ;]
Been there, still doing this ;)
While googling for some software, I found Sacha Chuas
Blog. She wrote quite a bit about planner and org-mode
and I thought: "This sounds nice. Vim can n
The talk was impressive, especially because it made me aware of the
org-mode web site and this mailing list. I've been using org-mode for
about 7 months after finding out about it through an article in Linux
Journal. I'm a mathematics professor and I use org-mode to keep track of
grades. I have
I mostly use org-mode as a way to organize my tasks but would love if there
was a way to export/publish to a wiki. Right now I'm using trac-wiki mode
to edit trac wiki pages. It works pretty well but I find myself missing
org-mode's list/heading manipulation abilities.
I could see a benefit to i
Hi,
I am just learning how to use org mode. I am trying to run the latest
standard distribution - *org-6.05*b. I get the following error when trying
to load it:
--- error message
Loading c:/bin/mksmin/odistr/org-6.05b/lisp/org.el (source)...
File mode specification error: (error "Required feat
I might add a couple of cents' worth. I am clue challenged where it
comes to certain technologies that the users of lists such as this one
seem to take for granted. In particular, while I didn't clearly
understand the problem brought up by the original poster, I did have
quite a bit of trouble wi
On Wed, Jul 23, 2008 at 7:52 AM, Bernt Hansen wrote:
> Using the git:// protocol is generally more efficient than http://
> because you are talking to a smart server on the other end that
> can just send the packs you need for your fetch operation.
> http:// is a dumb protocol (in the sen
I've been extensively using column mode in the agenda buffer to plan my
day/week. I have columns set up for scheduled and deadline. However, I
was wondering if it'd be possible to expose just the "time" part of the
scheduled timestamp as a property so that I could have a column for the
time par
On Wed, Jul 23, 2008 at 9:49 PM, Alan E. Davis wrote:
[snip]
> I trust he will not resent my posting here his instructions
Absolutely not. I am glad it was of some use. :)
One of the best introductions to Git (by none other than John
Wiegley) can be found here:
http://www.newartisans.com
The string "mml" does not occur anywhere in the Org distribution, so I
have no
idea what might be causing this. Maybe you can make a backtrace?
- Carsten
On Jul 23, 2008, at 8:34 AM, Fritz Kunze wrote:
Hi,
I am just learning how to use org mode. I am trying to run the
latest standard d
Hi Robin,
On Jul 23, 2008, at 9:57 AM, Jose Robins wrote:
I've been extensively using column mode in the agenda buffer to plan
my day/week. I have columns set up for scheduled and deadline.
However, I was wondering if it'd be possible to expose just the
"time" part of the scheduled timesta
Hi
If a volunteer writes this up, I'd be happy to include it on the org-
mode pages.
- Carsten
On Jul 23, 2008, at 9:19 AM, Alan E. Davis wrote:
I might add a couple of cents' worth. I am clue challenged where it
comes to certain technologies that the users of lists such as this one
seem t
Carsten Dominik wrote:
Hi Robin,
On Jul 23, 2008, at 9:57 AM, Jose Robins wrote:
I've been extensively using column mode in the agenda buffer to plan
my day/week. I have columns set up for scheduled and deadline.
However, I was wondering if it'd be possible to expose just the
"time" part o
Is there an existing function that will convert an org syntax buffer
into a corresponding (recursive) lisp data structure? (preserving all
the metadata of each heading in some way?) I guess I'm thinking of
structs in C, but is this a natural thing to do in lisp? I think the
existence of such code m
On Wed, Jul 23, 2008 at 11:01 PM, Carsten Dominik wrote:
> Hi
>
> If a volunteer writes this up, I'd be happy to include it on the
> org-mode pages.
I have just added "How do I keep current with Org mode developement?"
to Org FAQ via Worg. Request a review for language (English is not m
On Thu, Jul 24, 2008 at 12:39 AM, Dan Davison wrote:
[snip]
> My current motivation is to create a directory/filesystem tree
> corresponding to the org tree. But I don't want to try to write an
> org-buffer traversal function if there's existing code written by
> non-beginners.
Your co
On Wed, Jul 23, 2008 at 10:31:05PM +0530, Manish wrote:
> On Wed, Jul 23, 2008 at 9:49 PM, Alan E. Davis wrote:
>
> [snip]
>
> > I trust he will not resent my posting here his instructions
>
> Absolutely not. I am glad it was of some use. :)
>
> One of the best introductions to Git (by n
On Jul 23, 2008, at 12:09 PM, Dan Davison wrote:
Is there an existing function that will convert an org syntax buffer
into a corresponding (recursive) lisp data structure? (preserving all
the metadata of each heading in some way?)
Well, not part of the Org core yet, but still distributed in t
Hi,
I've read through the manual and maybe missed it but how does one
produce an agenda that filters on both a certain todo keyword and a
certain tag?
Here's the scenario:
1. Given a file setup w/ these TODO sequence keywords and tags
#+SEQ_TODO: TODO WAITING DONE
#+TAGS:
"Parker, Matthew" <[EMAIL PROTECTED]> writes:
> How can I produce a list of “WAITING” todo items tagged w/ “work”, i.e.
>
C-c a m work/WAITING
-Bernt
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode
On Thu, Jul 24, 2008 at 2:55 AM, Parker, Matthew wrote:
> Hi,
>
> I've read through the manual and maybe missed it but how does one
>
> produce an agenda that filters on both a certain todo keyword and a certain
> tag?
>
> Here's the scenario:
>
> 1. Given a file setup w/ thes
On Jul 23, 2008, at 2:25 PM, Parker, Matthew wrote:
Hi,
I’ve read through the manual and maybe missed it but how does one
produce an agenda that filters on both a certain todo keyword and a
certain tag?
Here’s the scenario:
1. Given a file setup w/ these TODO sequence keywords and tags
#+
Hi
I do like the idea of a tag for selecting the subtrees that should be
exported. I will not have time to implement this before september.
However, if someone wants to try: `org-export-preprocess-hook' runs
in a temporary buffer containing the document to export. You could
use org-m
On Thu, Jul 24, 2008 at 6:01 AM, Manish <[EMAIL PROTECTED]> wrote:
> On Wed, Jul 23, 2008 at 11:01 PM, Carsten Dominik wrote:
> > Hi
> >
> > If a volunteer writes this up, I'd be happy to include it on the
> > org-mode pages.
>
> I have just added "How do I keep current with Org mode developem
On Thu, Jul 24, 2008 at 3:55 AM, Carsten Dominik wrote:
[snip]
> 3. And given the fact that
> C-c a t gives list of all TODO, WAITING, and DONEs
> C-c a T & "WAITING" gives list of just WAITING items
> C-c a m & "work" gives list of all headings tagged w/ "work", TODO or
> otherwi
-- Mer 23/7/08, Carsten Dominik <[EMAIL PROTECTED]> ha scritto:
> The string "mml" does not occur anywhere in the
> Org distribution
"The MML language is very simple. It looks a bit like an SGML application, but
it's not." (emacs manual)
Please, Fritz , chek your MML installation, perhaps in you
26 matches
Mail list logo