Re: [Orgmode] video of the org-mode git repository

2010-05-19 Thread Scot Becker
It's marked as a 'Private Video'. ___ 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

[Orgmode] video of the org-mode git repository

2010-05-19 Thread Eric Schulte
So this has been done before, but I recently stumbled across the gource (http://code.google.com/p/gource/) tool for visualization of git commit histories, and I applied it to Org-mode's git repository. See the results at http://vimeo.com/11889681 Cheers -- Eric __

Re: [Orgmode] [PATCH 2/3] Provide customization variable `org-clone-delete-id'.

2010-05-19 Thread David Maus
Carsten Dominik wrote: >Hi David, do you have these patches on a branch? Arg, yes, of course: git://github.com/dmj/dmj-org-mode.git quickfix -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgpWMIHGzWzCN.pgp Description: PGP signature _

[Orgmode] Re: tab visibility cycling doesn't work over putty/ssh with viper-mode enabled

2010-05-19 Thread Herbert Sitz
Herbert Sitz nwlink.com> writes: > > With viper-mode enabled all I get is a bell when I click on tab to cycle the > visibility of a heading in viper's normal mode. > > Shift-tab works okay, as does a tab key if I am in viper's insert mode (but of > course it merely inserts tab then rather than

[Orgmode] org-entities-user

2010-05-19 Thread Nathaniel Flath
Hello, I've been setting up org-entities-user with a few custom symbols, and managed to get a few aliases for items already in org-entities, but i'm a bit stuck on adding new items - specifically, the mathbb versions of Z and R (the symbols for the sets of integers and reals). I can't seem to find

[Orgmode] tab visibility cycling doesn't work over putty/ssh with viper-mode enabled

2010-05-19 Thread Herbert Sitz
I'm trying to run orgmode/emacs over an ssh connection with PuTTY. Win7 client and Ubuntu host. With viper-mode enabled all I get is a bell when I click on tab to cycle the visibility of a heading in viper's normal mode. Shift-tab works okay, as does a tab key if I am in viper's insert mode

Re: [Orgmode] Xemacs incompatibilities

2010-05-19 Thread Dan Davison
[...] > 3.) > > When editing a src block with C-c ' in a temporary buffer in it's > native mode and then switching back with C-c ' to the original org > file, whenever I try to save a file with C-x C-s (not only the org > file) I'll get the message > > This is not a

[Orgmode] when do plain lists end?

2010-05-19 Thread Ali Tofigh
I'm having problems with plain lists. They don't seem to end. Ever. I'm trying to use a blank line after my lists followed by a properly indented paragraph, but org still thinks the paragraph is part of the list: ---8<--- * heading - item 1 - item 2 paragraph bla bla - new list, item 1 -

[Orgmode] should show-branches fold subtree?

2010-05-19 Thread Ali Tofigh
hi everyone, i often use C-c C-k (org-kill-note-or-show-branches) in org-mode when i want to see only the headings under a subtree (i.e., no text in the bodies). however, i get the desired effect only when applying C-c C-k to already folded subtrees. this means i have to first fold the subtree usi

[Orgmode] Re: Suggestions needed for handling "ideas"

2010-05-19 Thread Ali Tofigh
On Mon, Apr 26, 2010 at 13:00, Matt Lundin wrote: > Here's one quick hack to search for non-headline todo items (i.e., > checkboxes): > > C-c a / \[ \] [RET] > > This will generate a list of all "open" list items, such as, > >  - [ ] Review this idea > This has proved to be the best way so far fo

Re: [Orgmode] Persistent filters in Org mode

2010-05-19 Thread Thomas Morgan
Hi, Carsten, > I think this is good - so if you agree, I will apply your patch > and rename the variable to ...persistent-filter That would be great, thanks. >> The main thing I am missing now is a command to edit the filter >> in the minibuffer. Or, if there's a separate persistent filter, >>

Re: [Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Nick Dokos
Carsten Dominik wrote: > > That might be interesting. I just got a mail from John, he will set > up patchwork for us, which seems to be an automated issue-tracking > system based on patches on a mailing list. This looks good to me > because it keeps thinks on the mailing list which has worked

[Orgmode] Re: Agenda view > Face for deadlines > PATCH

2010-05-19 Thread Sébastien Vauban
Hi all, Sébastien Vauban wrote: > In the same kind of thought, trying to enhance the way we (or I) visualize > tasks in the agenda, I have chosen some sort of "inverse video" face for > deadlines. > > (my-org-deadline-yesterday ((t (:foreground "white" :background "#D8" > :weight bold > (

Re: [Orgmode] [PATCH 2/3] Provide customization variable `org-clone-delete-id'.

2010-05-19 Thread Carsten Dominik
Hi David, do you have these patches on a branch? Thanks! - Carsten On May 19, 2010, at 8:53 PM, David Maus wrote: When non-nil, clones of a subtree don't inherit the ID property. Otherwise they do and it will be set to a new unique identifier. --- lisp/ChangeLog |3 +++ lisp/org.el|

[Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Bernt Hansen
Carsten Dominik writes: > I am having a lot of trouble keeping up with everything here in emacs- > orgmode, in combination with the rest of my life. > > Is there anyone who would be willing to step up as a co-maintainer, at > least for some time? > > The tasks would include looking at small patc

Re: [Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Anthony Lander
On 10-May-19, at 5:23 PM, Carsten Dominik wrote: On May 19, 2010, at 8:51 PM, Anthony Lander wrote: On 10-May-19, at 2:08 PM, Karsten Heymann wrote: Hi, Am 19.05.2010 17:46, schrieb Carsten Dominik: I think an issue-tracking system would be great. And if there are other people besides

Re: [Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Carsten Dominik
On May 19, 2010, at 8:51 PM, Anthony Lander wrote: On 10-May-19, at 2:08 PM, Karsten Heymann wrote: Hi, Am 19.05.2010 17:46, schrieb Carsten Dominik: I think an issue-tracking system would be great. And if there are other people besides John who want to take up individual issues, I am

Re: [Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Carsten Dominik
On May 19, 2010, at 8:08 PM, Karsten Heymann wrote: Hi, Am 19.05.2010 17:46, schrieb Carsten Dominik: I think an issue-tracking system would be great. And if there are other people besides John who want to take up individual issues, I am sure this would be good. One solution would be to sw

Re: [Orgmode] Tag cloud in Agenda view?

2010-05-19 Thread Jonathan Arkell
Hi David I am not sure what you are asking, but are you thinking a buffer like something shown here: http://www.emacswiki.org/emacs/Tagging This might be possible, but it would take some modifications as to who free-tagging.el handles the parsing of tags inside of a buffer. It's been a perpet

Re: [Orgmode] Re: Bug: LaTeX export and LaTeX environment

2010-05-19 Thread Mark Elston
Ulf, Carsten, On 5/19/2010 12:27 AM, Ulf Stegemann wrote: Hi Carsten, Carsten Dominik wrote: On May 19, 2010, at 8:34 AM, Ulf Stegemann wrote: ... the LaTeX exporter seems to cease to work when encountering a LaTeX environment. it has always been like this, check out this entire threa

Re: [Orgmode] Bug: `org-w3m-copy-for-org-mode' fails with byte compiled Org [6.36trans]

2010-05-19 Thread David Maus
Carsten Dominik wrote: >Hi David, >do you have an idea to fix this, without requiring w3m during >compilation? >I don't Kind of: I'm going to look what the macro(s) do and see if we could do it on our own w/o the macro. A first glance looked promising. -- David -- OpenPGP... 0x99ADB83B5A4

[Orgmode] [PATCH 2/3] Provide customization variable `org-clone-delete-id'.

2010-05-19 Thread David Maus
When non-nil, clones of a subtree don't inherit the ID property. Otherwise they do and it will be set to a new unique identifier. --- lisp/ChangeLog |3 +++ lisp/org.el| 16 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog i

[Orgmode] [PATCH 3/3] Remove empty property drawers in cloned subtrees.

2010-05-19 Thread David Maus
--- lisp/ChangeLog |2 ++ lisp/org.el|7 +++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba65761..7c743a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,6 +7,8 @@ (org-clone-delete-id): New customization varia

[Orgmode] [PATCH 0/2] org.el: Customize subtree cloning + remove empty property drawer after cloning

2010-05-19 Thread David Maus
First patch adds customization variable `org-clone-delete-id' that controls whether or not clones of a subtree shall inherit the ID property (with a new value), second one removes empty property drawer after cloning. Available at git://github.com/dmj/dmj-org-mode.git quickfix David Maus (3): Ma

Re: [Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Anthony Lander
On 10-May-19, at 2:08 PM, Karsten Heymann wrote: Hi, Am 19.05.2010 17:46, schrieb Carsten Dominik: I think an issue-tracking system would be great. And if there are other people besides John who want to take up individual issues, I am sure this would be good. One solution would be to switc

Re: [Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Matthew Jones
MobileOrg and MobileOrg Android both use Github, and we both use the issue tracker. Another boon to using Github for the project would be benefitting from individual contributors maintaining "fork"s of the main repository... then a maintainer could merge in fixes and features that others have wor

[Orgmode] [PATCH] Maybe create ID property in cloned subtrees.

2010-05-19 Thread David Maus
--- lisp/ChangeLog |2 ++ lisp/org.el| 18 ++ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 01672a0..ec2fa36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,8 @@ * org.el (org-refile-cache-get):

[Orgmode] [PATCH] org.el: Create new ID property for cloned subtrees

2010-05-19 Thread David Maus
The clones of a subtree that has a ID property now get a shiny new ID, too. HTH -- David David Maus (1): Maybe create ID property in cloned subtrees. lisp/ChangeLog |2 ++ lisp/org.el| 18 ++ 2 files changed, 12 insertions(+), 8 deletions(-) _

Re: [Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Karsten Heymann
Hi, Am 19.05.2010 17:46, schrieb Carsten Dominik: > I think an issue-tracking system would be great. And if there are > other people besides John who want to take up individual issues, I am > sure this would be good. One solution would be to switch the git repository to github.com and use it's i

[Orgmode] Jumping to scheduled item from agend doesn't put cursor on to the heading

2010-05-19 Thread Tom
If I jump to a regular TODO item from the agenda then cursor is put on the heading line. In case of a scheduled agenda item cursor is put to the timestamp. Is it intentional? I often put text content after the heading and before the SCHEDULED timestamp, because I can easily modify the timestamp wi

Re: [Orgmode] Co-maintainer, a least for some time?

2010-05-19 Thread Thomas S. Dye
Aloha Carsten, From my view on the list it appears you work without a queue, which seems counterintuitive for a Lisp programmer of Org-mode :) But a queue for Carsten is not the answer because Org-mode people love the furious pace of development and would likely chafe at a slow queue. P

Re: [Orgmode] Re: org-info.js

2010-05-19 Thread Carsten Dominik
On May 19, 2010, at 4:34 PM, Dan Davison wrote: Nick Dokos writes: Dan Davison wrote: If I'm viewing the manual with Sebastian's org-info javascript info emulation, and I'm on node 13 of the manual, what key do I press to get to 13.1? I wish I were better with info. My understanding i

Re: [Orgmode] Empty lines are added below heading when task is repeated and org-indent-mode is on

2010-05-19 Thread Carsten Dominik
Fixed, thanks. - Carsten On May 15, 2010, at 8:57 AM, Tom wrote: Using the latest version (6.36) if I have a heading like this: ** TODO test task stuff SCHEDULED: <2010-05-15 Sat 07:35 +1d> Then an empty line is inserted below the heading (before "stuff") if org-indent-mode is on and logg

Re: [Orgmode] Co-maintainer, a least for some time?

2010-05-19 Thread Carsten Dominik
On May 19, 2010, at 2:38 PM, Bastien wrote: Hi Carsten, Carsten Dominik writes: Is there anyone who would be willing to step up as a co-maintainer, at least for some time? I'd be glad to help, but I'm short of time for the moment and I prefer to concentrate on maintaining the server and

Re: [Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Carsten Dominik
On May 19, 2010, at 4:28 PM, Eric Schulte wrote: Hi Carsten, Dan Davison writes: Bastien writes: Hi Carsten, Carsten Dominik writes: Is there anyone who would be willing to step up as a co- maintainer, at least for some time? I'm sorry to say that I don't have enough time to step

[Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Carsten Dominik
On May 19, 2010, at 3:17 PM, Dan Davison wrote: Bastien writes: Hi Carsten, Carsten Dominik writes: Is there anyone who would be willing to step up as a co- maintainer, at least for some time? I'd be glad to help, but I'm short of time for the moment and I prefer to concentrate on

Re: [Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Eric Schulte
Hi Carsten, Dan Davison writes: > Bastien writes: > >> Hi Carsten, >> >> Carsten Dominik writes: >> >>> Is there anyone who would be willing to step up as a co-maintainer, at >>> least for some time? I'm sorry to say that I don't have enough time to step up in any real sustained way. I've be

[Orgmode] Re: org-info.js

2010-05-19 Thread Dan Davison
Nick Dokos writes: > Dan Davison wrote: > >> If I'm viewing the manual with Sebastian's org-info javascript info >> emulation, and I'm on node 13 of the manual, what key do I press to get >> to 13.1? >> >> I wish I were better with info. My understanding is that I would use >> space or ] in ema

Re: [Orgmode] org-info.js

2010-05-19 Thread Nick Dokos
Dan Davison wrote: > If I'm viewing the manual with Sebastian's org-info javascript info > emulation, and I'm on node 13 of the manual, what key do I press to get > to 13.1? > > I wish I were better with info. My understanding is that I would use > space or ] in emacs. > In emacs info, advanc

[Orgmode] org-info.js

2010-05-19 Thread Dan Davison
If I'm viewing the manual with Sebastian's org-info javascript info emulation, and I'm on node 13 of the manual, what key do I press to get to 13.1? I wish I were better with info. My understanding is that I would use space or ] in emacs. Thanks, Dan

[Orgmode] Re: Co-maintainer, a least for some time?

2010-05-19 Thread Dan Davison
Bastien writes: > Hi Carsten, > > Carsten Dominik writes: > >> Is there anyone who would be willing to step up as a co-maintainer, at >> least for some time? > > I'd be glad to help, but I'm short of time for the moment and I prefer > to concentrate on maintaining the server and Worg. I'm afrai

Re: [Orgmode] Co-maintainer, a least for some time?

2010-05-19 Thread Bastien
Hi Carsten, Carsten Dominik writes: > Is there anyone who would be willing to step up as a co-maintainer, at > least for some time? I'd be glad to help, but I'm short of time for the moment and I prefer to concentrate on maintaining the server and Worg. You made Org a project people would be p

[Orgmode] Co-maintainer, a least for some time?

2010-05-19 Thread Carsten Dominik
Dear all, I am having a lot of trouble keeping up with everything here in emacs- orgmode, in combination with the rest of my life. Is there anyone who would be willing to step up as a co-maintainer, at least for some time? The tasks would include looking at small patches people submit, mak

[Orgmode] Bug: Invalid content in publishing cache: Printed representation of hash table [6.36trans]

2010-05-19 Thread David Maus
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] Bug: `org-w3m-copy-for-org-mode' fails with byte compiled Org [6.36trans]

2010-05-19 Thread Carsten Dominik
Hi David, do you have an idea to fix this, without requiring w3m during compilation? I don't - Carsten On May 17, 2010, at 4:06 PM, David Maus 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 rep

Re: [Orgmode] QUESTION how to revert repeating sub-tasks?

2010-05-19 Thread Carsten Dominik
Hi Eraldo, this is currently not possible - please take a look at org- checklist.el, maybe that is a way to address your wish. Otherwise, I guess I could make a hook that you could use to fix the issue for yourself. I guess more than just witching the states would be need, for example cle

Re: [Orgmode] org-show-following-heading shows even when nil

2010-05-19 Thread Carsten Dominik
Hi Samuel, thanks for your feedback - I do not know what else could be wrong here. - Carsten On May 18, 2010, at 6:17 AM, Samuel Wales wrote: Hi Carsten, On 2010-05-14, Carsten Dominik wrote: for some reason I do not remember, I enforce showing the next headline in this special ca

Re: [Orgmode] Persistent filters in Org mode

2010-05-19 Thread Carsten Dominik
Hi Thomas, On May 15, 2010, at 11:32 PM, Thomas Morgan wrote: Hi, Carsten, Thanks for your reply. I've been thinking about this -- please forgive my lateness... Do you envision a new variable for a persistent filter, independent of `org-agenda-filter'? As it stands, one can only make `org-a

Re: [Orgmode] Minor bugs in table alignments

2010-05-19 Thread Carsten Dominik
Hi Sebastian, On May 12, 2010, at 7:05 PM, Sebastian Rose wrote: Hi, the table below demonstrates two minor bugs. 1.) Put the point in the first row, 5th column and press `C-c C-c TAB' The alignment will change from correct, to incorrect and back again. Does not always work on th

Re: [Orgmode] [PATCH] Return empty list after refile cache was cleared.

2010-05-19 Thread Bastien
Applied, thanks. David Maus writes: > --- > lisp/ChangeLog |5 + > lisp/org.el|2 +- > 2 files changed, 6 insertions(+), 1 deletions(-) > > diff --git a/lisp/ChangeLog b/lisp/ChangeLog > index 7cc28e4..01672a0 100644 > --- a/lisp/ChangeLog > +++ b/lisp/ChangeLog > @@ -1,3 +1,8 @

[Orgmode] [PATCH] Return empty list after refile cache was cleared.

2010-05-19 Thread David Maus
--- lisp/ChangeLog |5 + lisp/org.el|2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7cc28e4..01672a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-05-19 David Maus + + * org.el (org-refile

[Orgmode] [PATCH] Fix refile bug

2010-05-19 Thread David Maus
Attached patch fixes the problem first reported by Tassilo Horn in [mid:87y6fhxc47@thinkpad.tsdh.de]. Problem was that `org-refile-cache-get' returned an invalid refile target table after the refile cache was cleared. Available on git://github.com/dmj/dmj-org-mode.git quickfix HTH -- David

[Orgmode] Re: Bug: LaTeX export and LaTeX environment

2010-05-19 Thread Ulf Stegemann
Hi Carsten, Carsten Dominik wrote: > On May 19, 2010, at 8:34 AM, Ulf Stegemann wrote: > >> With >> >> Org-mode version 6.36trans (release_6.36.80.gbdfd) >> GNU Emacs 24.0.50.3 (i686-pc-linux-gnu, GTK+ Version 2.18.6) >> >> the LaTeX exporter seems to cease to work when encountering a LaTeX >> e