Thanks for the reply Manish.
But after I modify my .emacs, I get the following error on starting
the custom agenda:
byte-code: Before first headline at position 1462 in buffer *Org Agenda*
Could you please suggest something? I am unable to debug this.
Saurabh. *Novice*
On Wed, Feb 4, 2009 at 1
On Wed, Feb 4, 2009 at 2:08 PM, Saurabh Agrawal wrote:
[snip]
>
> Could you please suggest something? I am unable to debug this.
Is this better?
--8<---cut here---start->8---
(setq org-agenda-custom-commands
(quote (("t" "Today!!!"
((agenda "
On 2007-04-24 11:18 +0100, Carsten Dominik wrote:
> LEVEL=2/-DONE means that the search for stuck projects should consider
> any level 2 entry (i.e. starting with **) as a project, but should
> immediately exclude projects where the top headline is marked DONE.
I remember we had a discussion to ma
Thanks Manish, now it works... like a charm.. :)
Another problem though..
Sometimes, the TODOs haven't been "scheduled" but have a timestamp on
them. I would like to ignore them too..
However, using option "with-date" along with "deadline" and "schedule"
does not seem to work in org-agenda-skip-e
Hi Mike,
On Feb 3, 2009, at 12:20 AM, Mike Newman wrote:
(setq org-tags-column -77)
For the past few months, I have been using org-mode in conjunction
with
Visual Line mode, a new feature of Emacs 23, and found they work
together well.
I am a bit surprised that you say this, as Org-mode
On Feb 4, 2009, at 5:59 AM, Dan Davison wrote:
Hi all,
I've put a tutorial for org-R up on Worg:
http://orgmode.org/worg/org-tutorials/org-R/org-R.php
The most amazing thing for me as a package author is to see what kind
of amazing stuff you never dreamed of someone will do with this.
Hi Leo,
this is possible, but will break what people use, I am afraid.
- Carsten
On Feb 4, 2009, at 10:41 AM, Leo wrote:
On 2007-04-24 11:18 +0100, Carsten Dominik wrote:
LEVEL=2/-DONE means that the search for stuck projects should
consider
any level 2 entry (i.e. starting with **) as a p
Hi Andrew,
this looks like good functionality, I have applied the patch.
For the additions to org.el, do you have a copyright assignment with
the FSF?
These functions are small enough and simple enough that I could just
let them in without it, but still
- Carsten
On Feb 3, 2009, at 6:28
On 29 Jan 2009, Carsten Dominik wrote:
> So here is my question to all of you. Could you, in reply to this
> message, list all the Org-related variables that you have customized,
> along with the values you used?
Hopefully this isn't too late.
Using customize, here is what I have:
(org-agenda-
On 2009-02-04 14:22 +, Carsten Dominik wrote:
>> On Feb 4, 2009, at 10:41 AM, Leo wrote:
>>
>>> On 2007-04-24 11:18 +0100, Carsten Dominik wrote:
LEVEL=2/-DONE means that the search for stuck projects should
consider
any level 2 entry (i.e. starting with **) as a project, but sho
On Feb 4, 2009, at 12:23 PM, Saurabh Agrawal wrote:
Thanks Manish, now it works... like a charm.. :)
Another problem though..
Sometimes, the TODOs haven't been "scheduled" but have a timestamp on
them. I would like to ignore them too..
However, using option "with-date" along with "deadline" a
I and many others would be grateful for a detailed step-by-step tutorial on
installing org-mode on windows. The basic instructions work just fine on,
say, OS X (edit makefile, make and make install) but don't work on windows.
Using emacs on windows is quite simple (download and install) but updatin
>
> Pretty clever for someone who claims to be new to Emacs :-)
>
> `with-date' does not exist, but I have just added `timestamp'
> and `nottimestamp' conditions.
>
> - Carsten
Thanks Carsten. Actually I am very new to emacs and have started
gaining an idea of elisp. I am just following all the tu
Yup, I too second this request.
I too would love to have such a tutorial to gain an idea of the same.
Regards,
Saurabh.
On Wed, Feb 4, 2009 at 10:49 PM, Bill Raynor wrote:
> I and many others would be grateful for a detailed step-by-step tutorial on
> installing org-mode on windows. The basic i
On Wed, Feb 4, 2009 at 10:49 PM, Bill Raynor wrote:
> I and many others would be grateful for a detailed step-by-step
> tutorial on installing org-mode on windows. The basic instructions
> work just fine on, say, OS X (edit makefile, make and make install)
> but don't work on windows. Using emacs
Presently I have org-mode 6.16 installed, which came default with
latest release of emacs win32. However, I just downloaded version
6.21b and tried to do as you said. However, "org-version" is still
showing 6.16.
Will we have to unlink earlier version somehow?
Regards,
Saurabh.
On Wed, Feb 4, 2
As I mentioned, I was adding extra packages to Cygwin to get the makefile
version to work. I added the compiler packages (gcc), cmake, and make. (just
to make sure). That seemed to be what I need, as the "make, make-install, &
make install-info" chant now works and I have a working version of 6.21
I'm afraid I'm struggling again. How do I get Emacs/orgmode to recognise org-R.
I have tried adding (require 'org-R) to my .emacs file
And I have put org-R.el in both the \orgmode\lisp directory and the
orgmode\contrib\lisp directories
But I get an error:
error: Required feature `org-R' was not
I haven't looked at org-R but given the error message, it
probably does not contain a provide like so:
(provide 'org-R)
In that case, (require 'org-R) will not work. Perhaps
Dan can add it for the next version.
In the meantime, you can either add the provide line to
your copy of org-R.el or t
Hi Carsten,
A recent change to org-mode is driving me nuts. I regularly use Return
at the beginning of a task to insert a blank line and append detail to
the previous task. This no longer works and cycles through the task's
folded status instead.
I usually work with my org-file partially folded
Hi Graham,
If you have added it to the contrib/lisp directory, then you could do
(add-to-list 'load-path "path\to\contrib\lisp" load-path)
(load "org-R")
But perhaps what I should do is add
(provide 'org-R)
at the end of my code. I'm pretty new to elisp so not sure but I've
added that now. I'm
On Wed, Feb 04, 2009 at 01:54:25PM -0500, Dan Davison wrote:
> Hi Graham,
>
> If you have added it to the contrib/lisp directory, then you could do
>
> (add-to-list 'load-path "path\to\contrib\lisp" load-path)
Sorry, some nonsense crept in there. That should be
(add-to-list 'load-path "path\to\
Nick
> (load-library "org-R")
Thanks, this sorted out the error messages, I'm now getting new ones
but these seem to be R generated so I will now have a look at that
next.
Graham
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send repl
On Feb 4, 2009, at 10:52 AM, Bernt Hansen wrote:
A recent change to org-mode is driving me nuts. I regularly use
Return
at the beginning of a task to insert a blank line and append detail to
the previous task. This no longer works and cycles through the task's
folded status instead.
That
Dan
> If you have added it to the contrib/lisp directory, then you could do
>
> (add-to-list 'load-path "path\to\contrib\lisp" load-path)
> (load "org-R")
(load-library "org-R") as suggested by Nick worked I already had the
load path line in my .emacs
> But perhaps what I should do is add
>
> (
Ed Hirgelt writes:
> On Feb 4, 2009, at 10:52 AM, Bernt Hansen wrote:
>
>> A recent change to org-mode is driving me nuts. I regularly use
>> Return
>> at the beginning of a task to insert a blank line and append detail to
>> the previous task. This no longer works and cycles through the task's
I'm having trouble finding the specific diff where this would have
changed, and I'm wondering if I've done this to myself, or if this is a
bug?
I jumped this morning from 6.20h (or maybe 6.20i, don't remember now) to
latest, and I find that, in agenda view, to toggle a TODO task to DONE I
have to
On 4 Feb 2009, Bill Raynor wrote:
> I and many others would be grateful for a detailed step-by-step
> tutorial on installing org-mode on windows. The basic instructions
> work just fine on, say, OS X (edit makefile, make and make install)
> but don't work on windows. Using emacs on windows is qui
I think this is the result of the change in the default value of:
org-use-fast-todo-selection
I believe that if you customise this the old behaviour will return.
On Wed, 04 Feb 2009 13:24:51 -0600
Charles Sebold wrote:
> I'm having trouble finding the specific diff where this would have
> cha
When I try to "publish current file" I get the error below.
However, when I prompt for a project and publish, that
works all right. Publishing current file worked all right
in earlier versions of org-mode. Now I am on 6.21. I don't
know at which point this changed or something to do with
my emacs
Please find below my org related customisation (if it is still of
interest). I have to admit that I can't remember what some of it does
or why I put it that way.
A few comments might be useful:
This is my work configuration on Windows XP, using a recent emacs 23
from emacs w32. I am set up
On Wed, 4 Feb 2009 13:21:24 +0100
Carsten Dominik wrote:
> Hi Mike,
> On Feb 3, 2009, at 12:20 AM, Mike Newman wrote:
>
> >
> >> (setq org-tags-column -77)
> >
> > For the past few months, I have been using org-mode in conjunction
> > with
> > Visual Line mode, a new feature of Emacs 23, and
Hi Madhu,
do all the files and directories still exist?
I saw this once and a file or directory was missing.
Just an idea...
Regards,
Sebastian
Madhu Rao writes:
> When I try to "publish current file" I get the error below.
> However, when I prompt for a project and publish, that
> wor
I think this is caused by the new default for `org-return-follows-link',
maybe some interaction with org-mouse which activates the stars for
the mouse.
I am reverting the change to switch to this default until I have a
more robust
implementation.
- Carsten
On Feb 4, 2009, at 7:52 PM, Bern
Madhu Rao writes:
> When I try to "publish current file" I get the error below.
> However, when I prompt for a project and publish, that
> works all right. Publishing current file worked all right
> in earlier versions of org-mode. Now I am on 6.21. I don't
> know at which point this changed o
Richard Riley writes:
> On this subject, something I forgot to mention. When you publish a
> single file it does not publish it with the project style settings. It
> should do IMO. I dont publish using timestamps since many
> of my files are #include'd and so don't contribute to timestamp changes
On Wed, Feb 4, 2009 at 11:37 PM, Saurabh Agrawal wrote:
> Presently I have org-mode 6.16 installed, which came default with
> latest release of emacs win32. However, I just downloaded version
> 6.21b and tried to do as you said. However, "org-version" is still
> showing 6.16.
Did you reboot Emacs?
>
> Did you reboot Emacs?
Yup, that I sure did...
Though, I would like to know if there is a way to re-load .emacs
without restarting Emacs.
Regards,
Saurabh.
>
> --
> Manish
>
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send rep
On Thu, Feb 5, 2009 at 10:32 AM, Saurabh Agrawal wrote:
>>
>> Did you reboot Emacs?
>
> Yup, that I sure did...
Can you mail the exact statement you used to add org-mode to .emacs
please?
>
>
> Though, I would like to know if there is a way to re-load .emacs
> without restarting Emacs.
M-x load-
On Thu, Feb 05, 2009 at 10:44:53AM +0530, Manish wrote:
> On Thu, Feb 5, 2009 at 10:32 AM, Saurabh Agrawal wrote:
> >>
> >> Did you reboot Emacs?
> >
> > Yup, that I sure did...
>
> Can you mail the exact statement you used to add org-mode to .emacs
> please?
>
> >
> >
> > Though, I would like to
On Thu, Feb 5, 2009 at 10:48 AM, Cameron Horsburgh wrote:
> On Thu, Feb 05, 2009 at 10:44:53AM +0530, Manish wrote:
>> On Thu, Feb 5, 2009 at 10:32 AM, Saurabh Agrawal wrote:
>> >>
>> >> Did you reboot Emacs?
>> >
>> > Yup, that I sure did...
>>
>> Can you mail the exact statement you used to add o
On Thu, Feb 05, 2009 at 11:00:19AM +0530, Manish wrote:
> On Thu, Feb 5, 2009 at 10:48 AM, Cameron Horsburgh wrote:
> > On Thu, Feb 05, 2009 at 10:44:53AM +0530, Manish wrote:
> >> On Thu, Feb 5, 2009 at 10:32 AM, Saurabh Agrawal wrote:
> >> >>
> >> >> Did you reboot Emacs?
> >> >
> >> > Yup, that
On Thu, Feb 5, 2009 at 11:41 AM, Cameron Horsburgh wrote:
[...]
>> >> M-x load-file RET RET
>> >
>> > Will that unload variables that were previously loaded? I can see this
>> > being an issue, for example, if you've undeclared a variable in .emacs
>> > in order to return to a default value.
>>
>>
43 matches
Mail list logo