[Orgmode] GitHub

2010-05-22 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

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

2010-05-22 Thread Water Lin
Russell Adams rlad...@adamsinfoserv.com 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

[Orgmode] Re: GitHub

2010-05-22 Thread Carsten Dominik
Arrgh, typo, I *am* considering! :-) On May 22, 2010, at 8:24 AM, Carsten Dominik wrote: 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

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

2010-05-22 Thread Carsten Dominik
On May 21, 2010, at 4:51 PM, Rainer Stengele wrote: 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

Re: [Orgmode] Re: GitHub

2010-05-22 Thread Ian Barton
On 22/05/10 08:34, Carsten Dominik wrote: Arrgh, typo, I *am* considering! :-) On May 22, 2010, at 8:24 AM, Carsten Dominik wrote: 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

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

2010-05-22 Thread Jan Böcker
On 05/21/2010 11:02 PM, Herbert Sitz wrote: Second, the problem with TAB key in viper-mode does seem specific to PuTTY/ssh, since it works fine when working directly. When you say working directly, I assume you use the GUI interface of emacs. Maybe the problem is not PuTTY-related but caused

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

2010-05-22 Thread David Maus
Fritz Kunze wrote: 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 todobug.org) containing the text between the dashed lines (and not including the dashed lines).  It took some

[Orgmode] Re: Switching states without taking a note, occasionally

2010-05-22 Thread Matt Lundin
Hi Juri, Juri Krivov jkri...@gmail.com writes: 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

[Orgmode] Re: GitHub

2010-05-22 Thread Matt Lundin
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: 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

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

2010-05-22 Thread Nathaniel Flath
Yes, this patch is primarily for weekly agendas - it changes when items are displayed to be the same as having a style of 'habit, while also allowing to do it for non-recurring items. org-agenda-repeating-timestamp-show-all doesn't do quite what I want - I want the item to not show on my weekly

[Orgmode] [PATCH 0/3] Proper serializing of publishing cache + refactor `org-clone-subtree-with-time-shift'

2010-05-22 Thread David Maus
Patches available on git://github.com/dmj/dmj-org-mode.git quickfix - publishing cache is now serialized with `puthash' expressions, not in printed representation - duplicate code in `org-clone-subtree-with-time-shift' removed; preparing a clone of a subtree is done before maybe

[Orgmode] [PATCH 2/3] Serialize publishing project cache with `puthash' expressions.

2010-05-22 Thread David Maus
--- lisp/org-publish.el | 29 + 1 files changed, 17 insertions(+), 12 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index fefd50d..dc94f7d 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -902,15 +902,18 @@ If FREE-CACHE, empty the

[Orgmode] [PATCH 3/3] Update ChangeLog for 37e0fa88c1b0b691e2933808dc6dbcdd886de6af and ba62b4a448ba3f9781c94bed57f60cee50b04c25.

2010-05-22 Thread David Maus
--- lisp/ChangeLog |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1fc20b7..8653197 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2010-05-22 David Maus dm...@ictsoc.de + + * org.el

[Orgmode] [PATCH 1/3] org.el: Remove duplicate code in `org-clone-subtree-with-time-shift'.

2010-05-22 Thread David Maus
Operating on the clone (e.g. remove/recreated ID property) is independent on whether the subtree is cloned with time shift or not. --- lisp/org.el | 40 ++-- 1 files changed, 14 insertions(+), 26 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index

Re: [Orgmode] Re: GitHub

2010-05-22 Thread Eric Schulte
Matt Lundin m...@imapmail.org writes: [...] +1 for keeping a mirror on repo.or.cz. I prefer its simple, no-nonsense web interface. +1 for repo.or.cz, while github has many bells and whistles I have come to prefer the simplicity and more open model at repo.or.cz -- Eric

[Orgmode] [PATCH] org-wl: Remove dependency on w3m macro `w3m-anchor'

2010-05-22 Thread David Maus
Fixes reported by David Maus in mid:87632mk4ha.wl%dm...@ictsoc.de. HTH -- David David Maus (1): * lisp/org-w3m.el: Get text property directly, not using macro `w3m-anchor'. lisp/ChangeLog |4 lisp/org-w3m.el | 10 +- 2 files changed, 9 insertions(+), 5 deletions(-)

[Orgmode] [PATCH] * lisp/org-w3m.el: Get text property directly, not using macro `w3m-anchor'.

2010-05-22 Thread David Maus
--- lisp/ChangeLog |4 lisp/org-w3m.el | 10 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8653197..b3a3529 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2010-05-22 David Maus dm...@ictsoc.de +

Re: [Orgmode] org-toodledo : sycning org-mode and Toodledo

2010-05-22 Thread Sven Bretfeld
Hi Mark I'm not at home at the moment. Just a short note off the road. Mark Elston m_els...@comcast.net writes: I just noticed, however, that setting a Deadline in Toodledo does set the DEADLINE in org. I think it works for me this way only too. I have mainly tried to use Toodledo as a

[Orgmode] Re: [PATCH] org-wl: Remove dependency on w3m macro `w3m-anchor'

2010-05-22 Thread David Maus
Again, forgot to mention: Patch is available on git://github.com/dmj/dmj-org-mode.git quickfix HTH -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgp69ciWgHafc.pgp Description: PGP signature ___

[Orgmode] [PATCH] org-html.el: Don't add link type if link is relative

2010-05-22 Thread 
From: David Maus dm...@ictsoc.de Patch available on git://github.com/dmj/dmj-org-mode.git quickfix New link formating broke usage of relative links in a website project. HTH -- David David Maus (1): Don't add url type if link is relative. lisp/ChangeLog |3 +++ lisp/org-html.el |

[Orgmode] [PATCH] Don't add url type if link is relative.

2010-05-22 Thread 
From: David Maus dm...@ictsoc.de --- lisp/ChangeLog |3 +++ lisp/org-html.el |2 +- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b3a3529..1bbb4be 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-05-22 David

[Orgmode] Re: [PATCH] org-html.el: Don't add link type if link is relative

2010-05-22 Thread David Maus
WTF?! These patches are mine and I have no idea how I managed it to messed up the from line oO. -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgpvXlYs6UYwh.pgp Description: PGP signature ___

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

2010-05-22 Thread Matthew Lundin
Nathaniel Flath flat0...@gmail.com writes: Yes, this patch is primarily for weekly agendas - it changes when items are displayed to be the same as having a style of 'habit, while also allowing to do it for non-recurring items. Do you mean that it is the same as when

[Orgmode] Re: Include FAQ to info?

2010-05-22 Thread Matthew Lundin
Hi Alan, Thanks for sharing this! It looks very useful. I'll take a look at it and get back to you soon. Best, Matt Alan E. Davis lngn...@gmail.com writes: Matthew: There's an interest in org-help.org?  Would there be any question about its inclusion in org? No.  It's currently in a state

Re: [Orgmode] GitHub

2010-05-22 Thread Matthew Jones
In the Administration panel for projects on Github there is a section for Service Hooks which looks like it could be used to mirror the changes to another repository. 73, Matthew W. Jones (KI4ZIB) http://matburt.net On Sat, May 22, 2010 at 2:24 AM, Carsten Dominik

[Orgmode] Passing options for latex table export

2010-05-22 Thread John Hendy
Hi, I'm writing a report and would like to pass something like the \begin{sidewaystable} or \begin{rotate}{90} option but it's not going so hot. I tried putting #+BEGIN_LaTeX \begin{sidewaystable} #+END_LaTeX |table|goes|here| #+BEGIN_LaTeX \end{sidewaystable} #+END_LaTeX That didn't work.

[Orgmode] Conflict with calendar/diary frame setting and timestamps.

2010-05-22 Thread Kevin Kinnell
Sorry if this has been mentioned, but inserting timestamps via the org-time-stamp family of functions doesn't work if the calender is set to display in a different frame. When I have a minute, I'll go to the source and see if I can figure out how to make it work if calendar is set to open in a

Re: [Orgmode] GitHub

2010-05-22 Thread tycho garen
As a brief prelude, I'd like to say that while I think github is a great service, for development communities, and provides a number of very enticing features, there are some aspects that make it less than ideal: Projects are owned by individual developer's personal accounts and it's sometimes

[Orgmode] documentation enhancment

2010-05-22 Thread Joost Helberg
dear sir, I use org-mode in combination with mobileorg. The manual may mention the use of davfs to mount te dav-directory on the workstation on which emacs runs. Various unix-systems support davfs. Tramp and other less straight forward mechanisms are circumvented by using a davfs mounted

Re: [Orgmode] Re: GitHub

2010-05-22 Thread Nick Dokos
Carsten Dominik domi...@uva.nl wrote: Arrgh, typo, I *am* considering! :-) On May 22, 2010, at 8:24 AM, Carsten Dominik wrote: 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. I may not have seen the

Re: [Orgmode] org-toodledo : sycning org-mode and Toodledo

2010-05-22 Thread Mark Elston
I agree. I installed Got To Do on my droid and its ability to sync with toodledo is perfect. I hope that the reverse sync'ing with org can be brought up to speed. In the long term, however, I think MobileOrg-Android being developed by Matthew Jones is probably the best bet as it can support

[Orgmode] Giving latex attributes to sections in export

2010-05-22 Thread John Hendy
Hi, I just emailed a similar question about tables... but how can one pass latex options inside of sections/subsections? I'd like something like this in my report: * History of experiments introduction text goes here... blah blah blah. A history of experiments and corresponding data tables will

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

2010-05-22 Thread Livin Stephen Sharma
Livin Stephen Sharma On May 22, 2010, at 11:12:38 , Carsten Dominik wrote: 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

[Orgmode] One org file, multiple exports, is it possible?

2010-05-22 Thread Karl Martino
Hello, I am a long time org-mode user, this my first time posting to the email list, and before I ask my question I first want to say thanks to all those who are helping maintain and grow this terrific software. I maintain a single org-mode file with half my life in it. It contains my journal,

Re: [Orgmode] One org file, multiple exports, is it possible?

2010-05-22 Thread Carsten Dominik
On May 23, 2010, at 1:46 AM, Karl Martino wrote: Hello, I am a long time org-mode user, this my first time posting to the email list, and before I ask my question I first want to say thanks to all those who are helping maintain and grow this terrific software. I maintain a single

Re: [Orgmode] Re: GitHub

2010-05-22 Thread Carsten Dominik
On May 22, 2010, at 9:22 PM, Nick Dokos wrote: Carsten Dominik domi...@uva.nl wrote: Arrgh, typo, I *am* considering! :-) On May 22, 2010, at 8:24 AM, Carsten Dominik wrote: Hi, since a number of you have voiced a strong preference for Org-mode to be hosted on GitHub, I am not

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

2010-05-22 Thread Carsten Dominik
Hi Livin, I have made the change to the manual much shorter, but moved the rest of this into the docstring of the variable. Thanks! - Carsten On May 23, 2010, at 12:26 AM, Livin Stephen Sharma wrote: Livin Stephen Sharma On May 22, 2010, at 11:12:38 , Carsten Dominik wrote: On May

[Orgmode] Re: Switching states without taking a note, occasionally

2010-05-22 Thread Juri Krivov
On Sat, May 22, 2010 at 2:23 PM, Matt Lundin m...@imapmail.org wrote: Hi Juri, Juri Krivov jkri...@gmail.com writes: 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)

Re: [Orgmode] [PATCH 2/3] Serialize publishing project cache with `puthash' expressions.

2010-05-22 Thread Carsten Dominik
On May 22, 2010, at 4:10 PM, David Maus wrote: --- lisp/org-publish.el | 29 + 1 files changed, 17 insertions(+), 12 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index fefd50d..dc94f7d 100644 --- a/lisp/org-publish.el +++