Re: [Orgmode] org-publish.el breaks for XEmacs

2008-03-20 Thread Miguel A. Figueroa-Villanueva
gt; > This is a known bug and fixed in the development version (the git > repository). The fix will make its way into the zip and tar > distribution files with the next official release. > > - Carsten > > > > On Mar 20, 2008, at 5:18 AM, Miguel A. Figueroa-Villa

[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

[Orgmode] Patch to support nested checkbox statistics.

2007-12-20 Thread Miguel A. Figueroa-Villanueva
Hello all, I have implemented the change below to my org.el file to support nested checkbox statistics computation. That is, I can have things like this: ** General Tasks [1/4] SCHEDULED: <2007-12-19 Wed> - [ ] Simple task 1. - [-] Complex task with sub-items. Dash for partially complet

[Orgmode] Makefile fix reverted?

2007-12-20 Thread Miguel A. Figueroa-Villanueva
Hello Carsten, I updated org-mode and realized that the Makefile fix that we had applied a while back was reverted. I did a search on the mailing list and found the following thread: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg03374.html which might have been the reason for reverting th

Re: [Orgmode] Makefile fix?

2007-07-11 Thread Miguel A. Figueroa-Villanueva
On 7/11/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: On Jul 11, 2007, at 6:15, Eddward DeVilla wrote: > Oops. lispdir won't expand due to the single quotes. Maybe this will > work a little bit better. > > BATCH=$(EMACS) -batch -q -eval "(add-to-list (quote load-path) > \"$(lispdir)\")" > > Ed

Re: [Orgmode] Makefile fix?

2007-07-10 Thread Miguel A. Figueroa-Villanueva
oting. Does anyone here know how to make this work? - Carsten On Jul 8, 2007, at 20:21, Miguel A. Figueroa-Villanueva wrote: > Hello Everyone, > > First of all thanks for creating such a great tool!! Kudos Dominik!! > > Now, I updated orgmode and had minor problems with the install

[Orgmode] Makefile fix?

2007-07-08 Thread Miguel A. Figueroa-Villanueva
Hello Everyone, First of all thanks for creating such a great tool!! Kudos Dominik!! Now, I updated orgmode and had minor problems with the installation. The problem was because I use XEmacs so it requires the noutline.el installed. Since I edited the following entries: # Where local software i