Re: [Orgmode] Speed commands

2009-11-13 Thread Dan Davison
Carsten Dominik writes: <...> > I am happy to have a discussion what additional > commands should be present by default. I thought a speed command for scrolling through an org document might be good -- move from heading to heading, displaying the next entry while keeping all others hidden, and c

[Orgmode] Re: feature request: show context in agenda

2009-11-13 Thread Gregory J. Grubbs
Carsten Dominik writes: > P.S. In an org file, with speed commands turned on, press SPC > to get the current outline path displayed. Best. Feature. Ever. (along with the speed keys!) ___ Emacs-orgmode mailing list Remember: use `Reply All' to sen

Re: [Orgmode] feature request: show context in agenda

2009-11-13 Thread Manish
On Sat, Nov 14, 2009 at 3:23 AM, Carsten Dominik wrote: > > On Nov 12, 2009, at 1:36 AM, Samuel Wales wrote: > >> In the agenda, it is difficult to find where you are in >> the hierarchy. I find that I have to switch to the outline, >> then scroll up, if I want to know what the parent headline >> i

[Orgmode] Re: Howto install from git under XEmacs (org-freemind problem)

2009-11-13 Thread Andreas Gösele
Carsten Dominik gmail.com> writes: > I don't know what you are missing, but your Email is missing a > backtrace. Well, xemacs -debug-init didn't give one. But I now tried manually to evaluate the org-mode related lines in my init.el and the offending line was: (require 'org-freemind) Debugge

Re: [Orgmode] Release 6.33

2009-11-13 Thread Sebastian Rose
Carsten Dominik writes: > Level indentation cycling new empty entries and plain list items > = > Speed commands at the start of a headline > == Wow - they're so speedy that I fear to miss som

Re: [Orgmode] possible bug in org-goto-local-search-headings

2009-11-13 Thread Carsten Dominik
On Nov 13, 2009, at 1:24 AM, Lee Hinman wrote: Carsten, I admit I could be using the function inappropriately. Please let me know if am. I have a little function I wrote to help me maintain a journal, I didn't like the formatting I got using remember. Here is the function. (defun lee-jo

Re: [Orgmode] Org-mode version 6.33 (release_6.33); Refile to current clocking task duplicates tasks

2009-11-13 Thread Bernt Hansen
Carsten Dominik writes: > Fixed, thanks. > > - Carsten Carsten, You never cease to amaze me with the speed you fix bug reports :) Thanks!! -Bernt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@g

Re: [Orgmode] feature request: show context in agenda

2009-11-13 Thread Carsten Dominik
On Nov 12, 2009, at 1:36 AM, Samuel Wales wrote: In the agenda, it is difficult to find where you are in the hierarchy. I find that I have to switch to the outline, then scroll up, if I want to know what the parent headline is, or any ancestor. Others have proposed showing the parent headline

Re: [Orgmode] Org-mode version 6.33 (release_6.33); Refile to current clocking task duplicates tasks

2009-11-13 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 13, 2009, at 9:48 PM, Bernt Hansen wrote: 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 w

Re: [Orgmode] Release 6.33

2009-11-13 Thread Carsten Dominik
On Nov 13, 2009, at 8:41 PM, Dan Davison wrote: Carsten Dominik writes: On Nov 13, 2009, at 6:48 PM, Eric S Fraga wrote: At Fri, 13 Nov 2009 09:51:11 +0100, Carsten Dominik wrote: here are the Changes in the latest release 6.33. Emacs 23.2, when it [...] Speed commands at the star

Re: [Orgmode] bug report subject format

2009-11-13 Thread Samuel Wales
Thanks! On 2009-11-13, Carsten Dominik wrote: > Hi Samuel, > > I have fixed this now. > > - Carsten -- Q: How many CDC "scientists" does it take to change a lightbulb? A: You only think it's dark. [CDC has denied ME/CFS for 25 years] =

[Orgmode] Org-mode version 6.33 (release_6.33); Refile to current clocking task duplicates tasks

2009-11-13 Thread Bernt Hansen
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. -

Re: [Orgmode] Speed commands

2009-11-13 Thread Carsten Dominik
Wow, indeed :-) - Carsten On Nov 13, 2009, at 9:09 PM, Stephan Schmitt wrote: sorry, I wasn't clear. I wanted to point out that in the org-speed-commands-default constant the letter 'a' is assigned twice: ("a" . org-agenda) ("a" . org-archive-subtree-default-with-confirmation) sure,

Re: [Orgmode] Speed commands

2009-11-13 Thread Stephan Schmitt
sorry, I wasn't clear. I wanted to point out that in the org-speed-commands-default constant the letter 'a' is assigned twice: ("a" . org-agenda) ("a" . org-archive-subtree-default-with-confirmation) sure, I can change this for myself, but I thought it would make sense to avoid such a

Re: [Orgmode] Release 6.33

2009-11-13 Thread Dan Davison
Carsten Dominik writes: > On Nov 13, 2009, at 6:48 PM, Eric S Fraga wrote: > >> At Fri, 13 Nov 2009 09:51:11 +0100, >> Carsten Dominik wrote: >>> >>> here are the Changes in the latest release 6.33. Emacs 23.2, when it >> >> [...] >> >>> Speed commands at the start of a headline >>>

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-13 Thread Carsten Dominik
On Nov 13, 2009, at 8:16 PM, Stephan Schmitt wrote: Carsten Dominik wrote: On Nov 13, 2009, at 6:48 PM, Eric S Fraga wrote: Excellent addition! This makes org-mode even /more/ usable on systems with very small keyboards (like smartphones etc). I'd been using viper-mode to have single key

[Orgmode] Re: Handling phone calls

2009-11-13 Thread Bernt Hansen
greg...@dynapse.com (Gregory J. Grubbs) writes: > Bernt, I have been happily using your phone call templates and the BBDB > integration. The one thing that was bugging me was when someone calls > who is not in my BBDB database (quite a high percentage, since I don't > make much use of BBDB). I w

Re: [Orgmode] Speed commands (was: Release 6.33)

2009-11-13 Thread Stephan Schmitt
Carsten Dominik wrote: On Nov 13, 2009, at 6:48 PM, Eric S Fraga wrote: Excellent addition! This makes org-mode even /more/ usable on systems with very small keyboards (like smartphones etc). I'd been using viper-mode to have single key movement in org-mode buffers but you've not only made t

Re: [Orgmode] bug report subject format

2009-11-13 Thread Carsten Dominik
Hi Samuel, I have fixed this now. - Carsten On Nov 13, 2009, at 1:46 AM, Samuel Wales wrote: Has thought been given to changing the subject header for bug reporting? All I ever see with the current style is this. [Orgmode] Org-mode version 6.32trans So I have to click to find out what it i

[Orgmode] Re: Handling phone calls

2009-11-13 Thread Gregory J. Grubbs
Bernt Hansen writes: [non-phone call comments snipped] > I set up a second set of templates for phone calls: > > ,[ .emacs remember functions ] > | (setq my-phone-remember-templates > | (quote (("client1" ?c "* Phone Call - %:name - %:company\n > :CLOCK-IN:%?" "~/org/client1.org" "Tas

Re: [Orgmode] Release 6.33

2009-11-13 Thread Carsten Dominik
On Nov 13, 2009, at 6:48 PM, Eric S Fraga wrote: At Fri, 13 Nov 2009 09:51:11 +0100, Carsten Dominik wrote: here are the Changes in the latest release 6.33. Emacs 23.2, when it [...] Speed commands at the start of a headline == Excellent addition

Re: [Orgmode] Release 6.33

2009-11-13 Thread Carsten Dominik
On Nov 13, 2009, at 6:48 PM, Eric S Fraga wrote: At Fri, 13 Nov 2009 09:51:11 +0100, Carsten Dominik wrote: here are the Changes in the latest release 6.33. Emacs 23.2, when it [...] Speed commands at the start of a headline == Excellent addition

[Orgmode] Folding last plain list entry

2009-11-13 Thread Dan Davison
Org-cycle (tab) on the last item of a plain list folds all the rest of the contents in the current heading, despite org-empty-line-terminates-plain-lists being t. It shouldn't do that, right? For example (setq org-empty-line-terminates-plain-lists t) , | * h1 | - item 1 | item 1 conten

[Orgmode] Proposal: org-protocol handles redirects (finally)

2009-11-13 Thread Sebastian Rose
Hi, here is a little patch for org-protocol.el, I always wanted to have. It enhances `org-protocol-open-source' to handle rewritten URLs to some extend. I tested it successfully with my projects here and on the web and it's exactly what I've been missing. If you find it breaks something, or kn

Re: [Orgmode] Release 6.33

2009-11-13 Thread Eric S Fraga
At Fri, 13 Nov 2009 09:51:11 +0100, Carsten Dominik wrote: > > here are the Changes in the latest release 6.33. Emacs 23.2, when it [...] > Speed commands at the start of a headline > == Excellent addition! This makes org-mode even /more/ usable on syst

Re: [Orgmode] Blorgit > SVN integration

2009-11-13 Thread Eric Schulte
Francesco Pizzolante writes: > Hi, > > I've started playing with Blorgit and it really looks very promising... > > I have a few questions: > > 1) Is it possible to integrate Blorgit with SVN instead of git? If yes, how >can I do it? > Yes, it should be possible to use any version control bac

Re: [Orgmode] Re: [feature-suggestion] Lock region

2009-11-13 Thread Marcelo de Moraes Serpa
Thanks, this might work, even though not really what I was looking for. As a feature suggestion for the org developers: If we could lock "live" regions of the file, it would be great. If we could include files or part (items) of other files dynamically, it would be great too :) Cheers and keep th

[Orgmode] Re: Problem indenting plain lists

2009-11-13 Thread Bernt Hansen
Anthony Lander writes: > I'm on Org-mode version 6.33 (release_6.33) and I'm having a problem > with indenting. Given this little org file: > > * Heading 1 > - notes 1 > - notes 2 > - more notes > *** Heading 2 > - even more notes > - even more notes > > I want to make a new plain

[Orgmode] Blorgit > SVN integration

2009-11-13 Thread Francesco Pizzolante
Hi, I've started playing with Blorgit and it really looks very promising... I have a few questions: 1) Is it possible to integrate Blorgit with SVN instead of git? If yes, how can I do it? 2) If I have comments in an org file, as soon as I edit the file through the web interface, the comm

Re: [Orgmode] Problem indenting plain lists

2009-11-13 Thread Anthony Lander
On 09-Nov-13, at 10:37 AM, Carsten Dominik wrote: On Nov 13, 2009, at 4:22 PM, Anthony Lander wrote: I'm on Org-mode version 6.33 (release_6.33) and I'm having a problem with indenting. Given this little org file: * Heading 1 - notes 1 - notes 2 - more notes *** Heading 2 - even more

Re: [Orgmode] Problem indenting plain lists

2009-11-13 Thread Carsten Dominik
On Nov 13, 2009, at 4:22 PM, Anthony Lander wrote: I'm on Org-mode version 6.33 (release_6.33) and I'm having a problem with indenting. Given this little org file: * Heading 1 - notes 1 - notes 2 - more notes *** Heading 2 - even more notes - even more notes I want to make a new

[Orgmode] Problem indenting plain lists

2009-11-13 Thread Anthony Lander
I'm on Org-mode version 6.33 (release_6.33) and I'm having a problem with indenting. Given this little org file: * Heading 1 - notes 1 - notes 2 - more notes *** Heading 2 - even more notes - even more notes I want to make a new plain list item before "notes 1". If I put my cu

Re: [Orgmode] Release 6.33

2009-11-13 Thread Daniel Clemente
> > Speed commands at the start of a headline > == > > If you set the variable `org-use-speed-commands', the cursor > position at the beginning of a headline (i.e. before the first > star) becomes special. Single keys execute special commands in > this place

Re: [Orgmode] Howto install from git under XEmacs

2009-11-13 Thread Carsten Dominik
On Nov 13, 2009, at 1:00 AM, Andreas Goesele wrote: Hi, because of a problem with latex export I wanted to switch to version 6.32trans. I didn't have any problem to do so for Emacs. But if I change the binary from emacs to xemacs in the Makefile, do make install-noutline, make and make i

[Orgmode] Howto install from git under XEmacs

2009-11-13 Thread Andreas Goesele
Hi, because of a problem with latex export I wanted to switch to version 6.32trans. I didn't have any problem to do so for Emacs. But if I change the binary from emacs to xemacs in the Makefile, do make install-noutline, make and make install, put the resulting files under /usr/local into the righ

[Orgmode] Re: feature request: show context in agenda

2009-11-13 Thread Bernt Hansen
Manish writes: > On Thu, Nov 12, 2009 at 1:26 PM, Carsten Dominik wrote: >> >> On Nov 12, 2009, at 3:03 AM, Manish wrote: >> >>> I proposed something similar six months ago. >> >> You did? I don't remember. Can you find the thread on gmane? > > I could not locate that post on gmane at all! Close

[Orgmode] Re: [feature-suggestion] Lock region

2009-11-13 Thread Renzo Been : - )
Marcelo de Moraes Serpa gmail.com> writes: > Hi Renzo, thanks for the reply.Isn't the include feature meant only for exporting? I mean, will the file get included in the org buffer or is it going to be included only when exporting the org file?Thanks,Marcelo. Yes, that is correct. The file from

[Orgmode] Release 6.33

2009-11-13 Thread Carsten Dominik
Hi, here are the Changes in the latest release 6.33. Emacs 23.2, when it will be released (March?) will use this release, at least in terms of features. There is some very cool stuff in this release. If you like to move and type fast, pay special attention to speed commands and level

Re: [Orgmode] Org-mode version 6.32trans (release_6.32b.165.g3547); :LOGGING: property works differently from #+SEQ_TODO

2009-11-13 Thread Carsten Dominik
Hi Benjamin, a conflict is created because you are explicitly requesting to record the state change to TODO as well. Please replace :LOGGING: TODO(!) | DONE(!) with :LOGGING: DONE(!) HTH - Carsten On Nov 11, 2009, at 11:12 AM, Benjamin Andresen wrote: In a file that looks like this