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

2008-03-19 Thread Manish
On Wed, Mar 19, 2008 at 1:26 AM, Tim O'Callaghan wrote: > 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 time

Re: [Orgmode] Re: jump to iso-week in agenda

2008-03-19 Thread Manish
> Here's another user, who begs for iso-week-display and iso-week-jumps. > Woud be a nice addition. +1. Please. -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.o

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

2008-03-19 Thread Tim O'Callaghan
Tried it at home. seems to be an issue with the corporate firewall. Tim. On 19/03/2008, Manish <[EMAIL PROTECTED]> wrote: > On Wed, Mar 19, 2008 at 1:26 AM, Tim O'Callaghan wrote: > > Still broken for me. > > > > /tmp>git clone git://repo.or.cz/org-mode.git > > Initialized empty Git reposit

[Orgmode] open at category bug?

2008-03-19 Thread Richard G Riley
Version 5.23a When I try to open at a certain category C-u C-M-r (prefix org-remember) then I get , | Select template: [t] [n] [f] [l] [d] [e] [v] [R] [b] [s] [w] [r] [j] [L] [x] | org-go-to-remember-target: Target headline not found: Emacs ` the first time IF I havent brought up the

[Orgmode] Re: blogging from org-mode

2008-03-19 Thread Cezar Halmagean
> Check blorg on this page instead: > > http://www.cognition.ens.fr/~guerry/blorg.php > > I know some people are using blorg successfully. > I can't compare with org-blog.el since I've never used it. > > In any case, a blog engine for Org is really *hot* on the to-do list. > This week is a

[Orgmode] help for org-export-latex.el

2008-03-19 Thread forfan
Hi everybody here, My name a user of org-mode. My OS is debian lenny, and have Emacs 22.1.1 installed. I use org-mode to do with my GTD. I found that there is no latex export function in Emacs 22.1.1's org-mode. So I downloaded org-export-latex.el from http://www.emacswiki.org/cgi-bin/wiki/Org

[Orgmode] Add anniversary and org-mode

2008-03-19 Thread Richard G Riley
I used add anniversary in the agenda and ended up with something like %%(diary-anniversary 3 19 2008) John's daughter's birthday. in my diary file. But its not showing up in my agenda or my calendar. What could be the issue here? I even tried "c" in the calendar view to generate the agenda for

[Orgmode] org-publish.el breaks for XEmacs

2008-03-19 Thread Miguel A. Figueroa-Villanueva
Hello, I updated org-mode, but the following line in the org-publish.el broke the compilation for XEmacs. (require 'dired-aux) It appears that xemacs doesn't have the dired-aux package (at least my version 21.4.20 doesn't). If I comment out the require command it works. Hence, I would suggest th