[Orgmode] Re: Please test links

2008-03-18 Thread Carsten Dominik
Thanks. Of no other users of WL comment on this, I will install your changes. Thanks! - Carsten On Mar 18, 2008, at 5:20 PM, Tokuya Kameshima wrote: Hi Carsten, Thank you for the feedback. On Mon, 17 Mar 2008 08:39:32 +0100, Carsten Dominik <[EMAIL PROTECTED]> wrote: - org-wl-store-link: I

[Orgmode] Re: auto-fill bug

2008-03-18 Thread Jonathan Moore
Adam Spiers adamspiers.org> writes: > > Carsten Dominik (dominik science.uva.nl) wrote: > > Probably you have set the value of comment-start to "#" somewhere in > > your customization? There is something wring with the line wrapping > > in combination with this setting, I have not yet understo

[Orgmode] Re: problems cloning the org mode git repo

2008-03-18 Thread Sivaram Neelakantan
Jose Robins <[EMAIL PROTECTED]> writes: > I tried to get the git repo by cloning and I got the following error. > I'm just getting into git as well... So what am I doing wrong? > > Thanks, [...] I don't have a problem using git compiled on cygwin. I just did it yesterday and today I updated the

Re: [Orgmode] blogging from org-mode

2008-03-18 Thread Bastien Guerry
"Cezar Halmagean" <[EMAIL PROTECTED]> writes: > I am trying to set up a blog page on my website and I would prefer to > use org-mode for that. I wonder what are the features provided by > blorg and org-blog.el and which is better and actively maintained. > > I have tried both > http://ww

[Orgmode] Re: problems cloning the org mode git repo

2008-03-18 Thread Bernt Hansen
One thing you can try is to verify you can connect to the git port on the remote server. The remote port is 9418 so as long as this outbound port is not blocked you should get a quick response with Connected to rover4.or.cz. [EMAIL PROTECTED]:~/org$ telnet git.or.cz 9418 Trying 62.24.64.27... Con

[Orgmode] Re: problems cloning the org mode git repo

2008-03-18 Thread Bernt Hansen
Hmmm maybe you're behind a (corporate) firewall/proxy that prevents connections to the default git port? git clone works fine for me on linux (but that really isn't a great help for your problem -- sorry) I've never tried using git from cygwin. It works for me in msysgit so unless you have a rea

[Orgmode] problems cloning the org mode git repo

2008-03-18 Thread Jose Robins
I tried to get the git repo by cloning and I got the following error. I'm just getting into git as well... So what am I doing wrong? Thanks, git clone http://repo.or.cz/w/org-mode.git org-repo Initialized empty Git repository in /mnt/users/jrobins/src/org-repo/.git/ error: Could not interpret

[Orgmode] Re: problems cloning the org mode git repo

2008-03-18 Thread Tim O'Callaghan
Still broken for me. /tmp>git clone git://repo.or.cz/org-mode.git Initialized empty Git repository in /tmp/org-mode/.git/ repo.or.cz[0: 62.24.64.27]: errno=Connection timed out fatal: unable to connect a socket (Connection timed out) fetch-pack from 'git://repo.or.cz/org-mode.git' failed. Tim. O

[Orgmode] Re: problems cloning the org mode git repo

2008-03-18 Thread Bernt Hansen
Try using this URL instead: git://repo.or.cz/org-mode.git as in $ git clone git://repo.or.cz/org-mode.git -Bernt "Tim O'Callaghan" <[EMAIL PROTECTED]> writes: > I'm getting the same problem using cygwin git. > > Tim. > > On 18/03/2008, Jose Robins <[EMAIL PROTECTED]> wrote: >> >> I trie

Re: [Orgmode] problems cloning the org mode git repo

2008-03-18 Thread Tim O'Callaghan
I'm getting the same problem using cygwin git. Tim. On 18/03/2008, Jose Robins <[EMAIL PROTECTED]> wrote: > > I tried to get the git repo by cloning and I got the following error. I'm > just getting into git as well... So what am I doing wrong? > > Thanks, > > > > git clone http://repo.or.cz/w

[Orgmode] problems cloning the org mode git repo

2008-03-18 Thread Jose Robins
I tried to get the git repo by cloning and I got the following error. I'm just getting into git as well... So what am I doing wrong? Thanks, git clone http://repo.or.cz/w/org-mode.git org-repo Initialized empty Git repository in /mnt/users/jrobins/src/org-repo/.git/ error: Could not interpret

[Orgmode] Re: Please test links

2008-03-18 Thread Tokuya Kameshima
Hi Carsten, Thank you for the feedback. On Mon, 17 Mar 2008 08:39:32 +0100, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > - org-wl-store-link: If the message on the cursor line is marked as > > refile ("o"), set the link's folder to the refile destionation > > folder. I prefer this behavior s

Re: [Orgmode] empty todo item at EOF and clock

2008-03-18 Thread Carsten Dominik
Fixed, thanks. - Carsten On Mar 18, 2008, at 3:45 AM, Sebastian Rose wrote: Small bug, when clocking in and out (git head from 03.11.2008 11:15) Adding empty TODO item at end of an org file (no heading, no text) and clocking in by changing TODO-state to 'STARTING' and then clock out by ch

Re: [Orgmode] export to txt files

2008-03-18 Thread Dimitris Kapetanakis
I think I did it!!! just make a backward search Check the following (defun org-export-top-levels () (interactive) (goto-char (point-max)) (let (start (point)) (while (re-search-backward "^* " nil t) (write-region start (point-at-bol) (concat (org-get-heading) ".txt"))