Re: [Orgmode] How to build an Address Book?

2010-05-21 Thread Water Lin
Russell Adams writes: > On Fri, May 21, 2010 at 05:01:46PM +0800, Water Lin wrote: >> >> I don't want to save all my contact info about my friends in Gmail. >> >> I want to build an Address Book in my Emacs org mode. >> >> Any good way to do list? >> >> I just want to keep phone number, Email

[Orgmode] GitHub

2010-05-21 Thread Carsten Dominik
Hi, since a number of you have voiced a strong preference for Org-mode to be hosted on GitHub, I am not considering such a step. Could someone spell out for me what steps I would have to take to do this? In particular: - How do I get the entire current repo onto GitHub? - Can I set up rep

Re: [Orgmode] unordered list feature request: new sub-lists automatically switch to different list-character

2010-05-21 Thread Carsten Dominik
On May 21, 2010, at 9:14 PM, Livin Stephen Sharma wrote: Scott, Juri, thank you for your replies. 'org-list-demote-modify-bullet' is exactly what I was missing. JohnW, BerntH, Carsten, AFAICT, the manual does not mention it? Maybe you could suggest a place in the manual where you would ha

[Orgmode] Switching states without taking a note, occasionally

2010-05-21 Thread Juri Krivov
Hi everyone, I have my TODO states set up in a way so that I am often asked for a state change note, because this is most of the time what I want. Example would be #+TODO: TODO(t) | DONE(d@) However, sometimes I have a couple of tasks that I would like to quickly switch to DONE, without going thro

Re: [Orgmode] emacs 23.1 crash on small org file (org-version 6.36)

2010-05-21 Thread Manish
On Fri, May 21, 2010 at 5:13 AM, Fritz Kunze wrote: > > From: > To: emacs-orgmode@gnu.org > Subject: Bug: loading a small org file crashes emacs - no backtrace [6.36] > --text follows this line-- > I am a novice org-mode user. I am trying to learn how to use some of the > features of org-mode t

[Orgmode] Re: [PATCH] only display a scheduled item if it is due today or in the past

2010-05-21 Thread Matt Lundin
Nathaniel Flath writes: > On May 2, 2010, at 7:37 PM, Nathaniel Flath wrote: > > One thing I've wanted from org-mode is the ability to have > certain items 'hidden' from the agenda until the day they are > scheduled - this patch implements this for all properties who >

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

2010-05-21 Thread Herbert Sitz
Herbert Sitz nwlink.com> writes: > First, regarding C-c a not working to bring up > agenda-view, this problem exists on my > emacs instance in Ubuntu even when > using it directly, not through ssh. > Pressing C-c a gives error message > 'C-c a is undefined', despite the fact that Sorry, the

[Orgmode] [PATCH] Fix org-refile-cache-check-set

2010-05-21 Thread Matt Lundin
Org-refile-cache fails when org-refile-use-outline-path is set to file. Specifically, org-refile-cache-check-set throws a markerp error when it encounters file targets, since they have nil instead a marker object. This patch applies the test only to targets with markers (i.e., headings). --- lisp

Re: [Orgmode] [PATCH] only display a scheduled item if it is due today or in the past

2010-05-21 Thread Nathaniel Flath
Sorry for the late reply - this thread was filtered incorrectly. The primary use I have for it is essentially what Nathan said - it controls display or recurring items to be the same as habits, with the exception of not displaying the habit graph. I also use it when scheduling items that can't be

[Orgmode] Re: emacs 23.1 crash on small org file (org-version 6.36)

2010-05-21 Thread Fritz Kunze
Jan Böcker jboecker.de> writes: > > On 05/21/2010 01:43 AM, Fritz Kunze wrote: > > MY TASKS -*- mode: org; fill-column: 78; after-save-hook: > > (archive-done-tasks) -*- > > If my understanding is correct, archive-done-tasks is evaluated when the > file is loaded, which I guess is not your in

[Orgmode] [PATCH] Don't build org-refile-cache if org-refile-use-cache is nil

2010-05-21 Thread Matt Lundin
The function org-get-refile-targets was building org-refile-cache even if org-refile-use-cache was set to nil. This caused every refile attempt to call org-refile-cache-clear and to produce the message "Refile cache has been cleared." --- lisp/org.el |3 ++- 1 files changed, 2 insertions(+),

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Julien Danjou
On Fri, May 21 2010, Christian Egli wrote: > So before pouring out the baby with the bathwater maybe we should at > least try if the git merge driver solves the main problem we have with > the Changelog files. This does not resolve a ugly part which is the duplication of information: in the cha

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Christian Egli
Hi all John Wiegley writes: > The Emacs ChangeLog is a file which predates the existence of freely > available, project-wide version control. It was a way to see, in one > place, the stream of changes occurring in a project -- something which > RCS could not do for you. The only problem is that

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

2010-05-21 Thread Herbert Sitz
Jan Böcker jboecker.de> writes: > >Visibility cycling with TAB works both in command and insert mode. > I can also access the agenda using C-c a a. > >Looks like putty is misconfigured. While quickly >scanning through >putty's configuration menu, the only setting I >noticed was "Connection >->

Re: [Orgmode] unordered list feature request: new sub-lists automatically switch to different list-character

2010-05-21 Thread Livin Stephen Sharma
Scott, Juri, thank you for your replies. 'org-list-demote-modify-bullet' is exactly what I was missing. JohnW, BerntH, Carsten, AFAICT, the manual does not mention it? Thanks again! Livin Stephen Sharma On May 21, 2010, at 17:52:46 , Juri Krivov wrote: > > > On Fri, May 21, 2010 at 7:54

Re: [Orgmode] emacs 23.1 crash on small org file (org-version 6.36)

2010-05-21 Thread Jan Böcker
On 05/21/2010 01:43 AM, Fritz Kunze wrote: > MY TASKS -*- mode: org; fill-column: 78; after-save-hook: > (archive-done-tasks) -*- If my understanding is correct, archive-done-tasks is evaluated when the file is loaded, which I guess is not your intention. (You want to set after-save-hook to '(ar

Re: [Orgmode] GNOWSYS emacs web services (was: Re: Is there a good way to use org as blog system?)

2010-05-21 Thread Nagarjuna G
On Fri, May 21, 2010 at 3:48 AM, Sandro Giessl wrote: > Hi Nagarjuna, > > I happily discovered that a student was assigned to this project [1] in > this year's GSoC: > >  GNOWSYS emacs web services for The GNU Project > >  Abstract:   Idea is to develop an emacs like editor with the org >  specifi

[Orgmode] [PATCH 2/2] Do not expand title in markups

2010-05-21 Thread Julien Danjou
If we expand `title', we may have HTML markup between the markups, which is not valid. Signed-off-by: Julien Danjou --- lisp/org-html.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index e7064ab..9a744cf 100644 --- a/lisp/org-htm

[Orgmode] emacs 23.1 crash on small org file (org-version 6.36)

2010-05-21 Thread Fritz Kunze
From: To: emacs-orgmode@gnu.org Subject: Bug: loading a small org file crashes emacs - no backtrace [6.36] --text follows this line-- I am a novice org-mode user. I am trying to learn how to use some of the features of org-mode to implement a GTD system. Emacs crashes when I load a file (named

[Orgmode] [PATCH 1/2] Fix docstring for org-export-html-{pre, post}amble

2010-05-21 Thread Julien Danjou
Signed-off-by: Julien Danjou --- I had a hard time figuring out how it works, and after reading the source code, I think the docstring is wrong. lisp/org-html.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index d5f4775..e7064a

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Eric Schulte
Bernt Hansen writes: > John Wiegley writes: > >> On May 21, 2010, at 9:47 AM, Tassilo Horn wrote: >> >>> I think it would be better if line 3+ would be exact ChangeLog entries >>> format-wise, so that you can still use emacs' ChangeLog facilities >>> (`add-change-log-entry'). I don't really wan

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
On May 21, 2010, at 11:53 AM, Carsten Dominik wrote: > But only the file, not the function... I tested it with a function change, and it inserted the function name too! John ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
On May 21, 2010, at 11:39 AM, Bernt Hansen wrote: > I make most of my git commits (including org-mode) in vim which is > kicked off from raw command-line git. I normally make multiple changes > at once and then build separate commits by using git's editing hunk > features from 'git add -p'. I do

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Bernt Hansen
John Wiegley writes: > On May 21, 2010, at 11:39 AM, Bernt Hansen wrote: > >> I make most of my git commits (including org-mode) in vim which is >> kicked off from raw command-line git. I normally make multiple changes >> at once and then build separate commits by using git's editing hunk >> fea

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Bernt Hansen
John Wiegley writes: > On May 21, 2010, at 9:47 AM, Tassilo Horn wrote: > >> I think it would be better if line 3+ would be exact ChangeLog entries >> format-wise, so that you can still use emacs' ChangeLog facilities >> (`add-change-log-entry'). I don't really want to write the changed file >>

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
So, I suppose starting now we can just stop updating the ChangeLog. Here is an example of how a properly formatted entry would become a commit message: 2010-05-19 David Maus * org.el (org-refile-cache-get): Return empty list of targets when cache was cleared. (org-clo

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Carsten Dominik
On May 21, 2010, at 5:06 PM, John Wiegley wrote: On May 21, 2010, at 9:47 AM, Tassilo Horn wrote: I think it would be better if line 3+ would be exact ChangeLog entries format-wise, so that you can still use emacs' ChangeLog facilities (`add-change-log-entry'). I don't really want to write

Re: [Orgmode] [PATCH] Fix typo in org-list-demote-modify-bullet docstring

2010-05-21 Thread Bernt Hansen
John Wiegley writes: > On May 21, 2010, at 10:07 AM, Bernt Hansen wrote: > >> --- >> This patch is available at git://git.norang.ca/org-mode.git typo > > Applied. Bernt, did you get a notification by e-mail when I accepted your > patch? Other than this message - no. -Bernt __

Re: [Orgmode] org-entities-user

2010-05-21 Thread Eric S Fraga
On Thu, 20 May 2010 10:26:08 +0200, Darlan Cavalcante Moreira wrote: > > At Thu, 20 May 2010 09:53:31 +0200, > Christian Moe wrote: > > > > Hi, > > > > > > Nathaniel Flath wrote: > > > Hello, > > > I've been setting up org-entities-user with a few custom symbols, and > > > managed to get a

Re: [Orgmode] [PATCH] Fix typo in org-list-demote-modify-bullet docstring

2010-05-21 Thread John Wiegley
On May 21, 2010, at 10:07 AM, Bernt Hansen wrote: > --- > This patch is available at git://git.norang.ca/org-mode.git typo Applied. Bernt, did you get a notification by e-mail when I accepted your patch? John ___ Emacs-orgmode mailing list Please us

Re: [Orgmode] [patch] patchwork patch.html template

2010-05-21 Thread John Wiegley
On May 21, 2010, at 3:50 AM, David Maus wrote: > Not sure if I got it right but attached patch is for the template of > patchwork that displays the patches (patch.html). It adds a link back > to gmane to the displayed message id header field using gmane's > message id resolver (mid.gmane.org). T

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
On May 21, 2010, at 10:32 AM, Carsten Dominik wrote: > We could even make a command for this, and apply any wanted > formatting like what John was proposing (removing the committer > line and indentation)... > > I think that this is not a bad idea, because normally you will > not have the commit

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
On May 21, 2010, at 9:47 AM, Tassilo Horn wrote: > I think it would be better if line 3+ would be exact ChangeLog entries > format-wise, so that you can still use emacs' ChangeLog facilities > (`add-change-log-entry'). I don't really want to write the changed file > and function names on my own,

Re: [Orgmode] Re: Clear image cache

2010-05-21 Thread John Wiegley
On May 21, 2010, at 9:38 AM, Tassilo Horn wrote: > Out of interested: is patchwork integrated with the git repo, so that it > could automatically check if a patch was applied? And even better: see > that this patch was now reverted and thus shouldn't be listed as > "accepted" anymore? No, it is

[Orgmode] clocktable and ":step day" with: how to avoid tables with total time *0:00*

2010-05-21 Thread Rainer Stengele
Hi all! Creating clocktables for each day of a month is an excellent feature in org! Problem for me is that many resulting tables have a total time of 0:00. The problem is not really the zero time I spent but the appearance of the tables with zero total time. Is there a possibility to skip getti

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

2010-05-21 Thread Carsten Dominik
On May 21, 2010, at 9:43 AM, Sébastien Vauban wrote: Hi all, Sébastien Vauban wrote: 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-ye

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Carsten Dominik
On May 21, 2010, at 2:50 PM, John Wiegley wrote: On May 21, 2010, at 8:15 AM, Carsten Dominik wrote: Can I have a look at one of those ChangeLog files created with the script? Just to get the idea? Do we need to do something special in the git commit message? Below is output from runni

[Orgmode] [patch] patchwork patch.html template

2010-05-21 Thread David Maus
Not sure if I got it right but attached patch is for the template of patchwork that displays the patches (patch.html). It adds a link back to gmane to the displayed message id header field using gmane's message id resolver (mid.gmane.org). Thus one can jump back to the thread in the mailing list

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Carsten Dominik
Hi Ben, On May 21, 2010, at 3:01 PM, Ben Finney wrote: Carsten Dominik writes: On May 21, 2010, at 11:41 AM, John Wiegley wrote: This makes it trivial to build ChangeLog entries for a range of commits, suitable for submission to Emacs. It may need a bit more work to be production-ready, but

Re: [Orgmode] Re: Announce: Org-mode's Patchwork server up and running

2010-05-21 Thread David Maus
Dan Davison wrote: >I was kind of expecting my mailing list post in the same thread that >contained the patch to appear on the patchwork page, but that didn't >seem to happen. How exactly do we "reference the patch"? I couldn't find the message with the patch of yours, but looking at patchwork's c

[Orgmode] [PATCH] Fix typo in org-list-demote-modify-bullet docstring

2010-05-21 Thread Bernt Hansen
--- This patch is available at git://git.norang.ca/org-mode.git typo lisp/org-list.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-list.el b/lisp/org-list.el index 566e0eb..417061f 100644 --- a/lisp/org-list.el +++ b/lisp/org-list.el @@ -86,7 +86,7 @@ heading

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Tassilo Horn
John Wiegley writes: Hi John, > Line 1 is a <50 character short description > > Line 3 starts a 72-column full commit entry, formatted just like a > ChangeLog entry, but without leading whitespace or '*'. If a changed > file is mentioned, the mention isn't repeated by git-changelog; but

[Orgmode] Re: Clear image cache

2010-05-21 Thread Tassilo Horn
John Wiegley writes: >> So, John -- yes, could you revert that please as the issue has been >> fixed subsequent to 6.36. > > Done. Out of interested: is patchwork integrated with the git repo, so that it could automatically check if a patch was applied? And even better: see that this patch was

Re: [Orgmode] Question about org-emph-re

2010-05-21 Thread Carsten Dominik
On May 21, 2010, at 4:46 AM, Robert Goldman wrote: I have been trying to make the generic exporter do fontification (bold, italic, underline, etc.) and have fairly successfully managed to do this by cargo-culting the code in org-latex. But I've run myself on a rock. I can't figure out wha

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

2010-05-21 Thread Sébastien Vauban
Hi all, Sébastien Vauban wrote: > 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 "#

Re: [Orgmode] Re: OrgmodeOrg-export-generic and wikis...

2010-05-21 Thread Robert Goldman
On 5/14/10 May 14 -2:16 AM, Carsten Dominik wrote: > Hi Robert, Wes, > > I am not sure if there is any action should be taking here? > I have no problems bundling some documentation with the distribution - > let me just know what you want and send me what I should distribute. I have sent Wes a c

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Ben Finney
Carsten Dominik writes: > On May 21, 2010, at 11:41 AM, John Wiegley wrote: > > This makes it trivial to build ChangeLog entries for a range of > > commits, suitable for submission to Emacs. It may need a bit more > > work to be production-ready, but it can already produce a ChangeLog > > for all

Re: [Orgmode] Question about org-emph-re

2010-05-21 Thread Robert Goldman
On 5/21/10 May 21 -2:31 AM, Carsten Dominik wrote: > > On May 21, 2010, at 4:46 AM, Robert Goldman wrote: > >> I have been trying to make the generic exporter do fontification (bold, >> italic, underline, etc.) and have fairly successfully managed to do this >> by cargo-culting the code in org-la

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
On May 21, 2010, at 8:15 AM, Carsten Dominik wrote: > Can I have a look at one of those ChangeLog files created with the script? > Just to get the idea? Do we need to do something special in the git commit > message? Below is output from running "git changelog HEAD~15.. -- lisp". It can ide

[Orgmode] Re: How do you control sorting in org agenda?

2010-05-21 Thread Emin.shopper Martinian.shopper
It turned out my previous attempt at sorting didn't quite work, here is an improved version of the hack for anyone else who wants to add sub-priorities to control sorting of todo items: (defun org-cmp-sub-priority (a b) """Compare the titles of string A and B This function can be used in the or

Re: [Orgmode] unordered list feature request: new sub-lists automatically switch to different list-character

2010-05-21 Thread Juri Krivov
On Fri, May 21, 2010 at 7:54 AM, Livin Stephen Sharma < livin.step...@gmail.com> wrote: > > Context/Sample org content > > *current* > unordered list > + topA >+ innerA1 >+ innerA2 > + topB >+ innerB1 > > > *proposed* > unordered list > + topA >- innerA1 <--- '-' used

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Carsten Dominik
On May 21, 2010, at 11:41 AM, John Wiegley wrote: I just remembered that I'd written a script for building a properly formatted ChangeLog directly from Git history: http://github.com/jwiegley/git-scripts/blob/master/git-changelog This makes it trivial to build ChangeLog entries for a ran

[Orgmode] Re: Test-file naming conventions - mine and suggested for org

2010-05-21 Thread Carsten Dominik
Hi Tom, as you may or may not have noticed, by merging your patch I actually have created the new directory "testing" in the org-mode git repository. Can I invite you to build this out into a testing system for Org-mode? Basically, I think, this would mean adding your testing package (is it

Re: [Orgmode] unordered list feature request: new sub-lists automatically switch to different list-character

2010-05-21 Thread Scot Becker
I like this idea, even as default, though I'm sure that some people are doing things with org for which they would want to turn it off. Scot On Fri, May 21, 2010 at 6:54 AM, Livin Stephen Sharma wrote: > > Context/Sample org content > current > unordered list > + topA > + innerA1 > +

Re: [Orgmode] Announce: Org-mode's Patchwork server up and running

2010-05-21 Thread Martin Pohlack
On 21.05.2010 11:59, John Wiegley wrote: On May 21, 2010, at 5:28 AM, Martin Pohlack wrote: Currently I'm not seeing any patches at: http://patchwork.newartisans.com/project/org-mode/list/ Try: http://patchwork.newartisans.com/project/org-mode/list/?state=*&archive=both Ah thanks. I d

Re: [Orgmode] How to build an Address Book?

2010-05-21 Thread Russell Adams
On Fri, May 21, 2010 at 05:01:46PM +0800, Water Lin wrote: > > I don't want to save all my contact info about my friends in Gmail. > > I want to build an Address Book in my Emacs org mode. > > Any good way to do list? > > I just want to keep phone number, Emails, address etc. info about my > fr

Re: [Orgmode] Announce: Org-mode's Patchwork server up and running

2010-05-21 Thread John Wiegley
On May 21, 2010, at 5:28 AM, Martin Pohlack wrote: > Currently I'm not seeing any patches at: > > http://patchwork.newartisans.com/project/org-mode/list/ Try: http://patchwork.newartisans.com/project/org-mode/list/?state=*&archive=both That shows all patches, open and closed, archived and un

Re: [Orgmode] Announce: Org-mode's Patchwork server up and running

2010-05-21 Thread John Wiegley
On May 21, 2010, at 5:28 AM, Martin Pohlack wrote: > Are we supposed to resend patches or does it also cover the past? It doesn't cover the past. I'm just assuming that any patches sent before are already in Carsten's queue for review. Any patches that come from now on will be reviewed by who

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
I just remembered that I'd written a script for building a properly formatted ChangeLog directly from Git history: http://github.com/jwiegley/git-scripts/blob/master/git-changelog This makes it trivial to build ChangeLog entries for a range of commits, suitable for submission to Emacs. It

Re: [Orgmode] Announce: Org-mode's Patchwork server up and running

2010-05-21 Thread Martin Pohlack
On 20.05.2010 23:29, John Wiegley wrote: Any patches submitted to this mailing list are automatically registered for review at the following server: http://patchwork.newartisans.com/project/org-mode/list/ This sounds aweseome. Are we supposed to resend patches or does it also cover the

[Orgmode] A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
The Emacs ChangeLog is a file which predates the existence of freely available, project-wide version control. It was a way to see, in one place, the stream of changes occurring in a project -- something which RCS could not do for you. However, in this modern era of project-wide, atomic commits,

[Orgmode] Re: Clear image cache

2010-05-21 Thread John Wiegley
On May 20, 2010, at 11:41 PM, Dan Davison wrote: > So, John -- yes, could you revert that please as the issue has been > fixed subsequent to 6.36. Done. John ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgm

[Orgmode] How to build an Address Book?

2010-05-21 Thread Water Lin
I don't want to save all my contact info about my friends in Gmail. I want to build an Address Book in my Emacs org mode. Any good way to do list? I just want to keep phone number, Emails, address etc. info about my friends. Thanks Water Lin -- Water Lin's notes and pencils: http://en.wat

[Orgmode] Re: Announce: Org-mode's Patchwork server up and running

2010-05-21 Thread John Wiegley
On May 20, 2010, at 11:46 PM, Dan Davison wrote: > I was kind of expecting my mailing list post in the same thread that > contained the patch to appear on the patchwork page, but that didn't > seem to happen. How exactly do we "reference the patch"? I have already been noticing that as long as y