[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 the following addition to only require
the package if it is an emacs installation:

(setq running-xemacs (string-match "XEmacs\\|Lucid" emacs-version))
(if (not running-xemacs)
(require 'dired-aux)
  )

Thoughts?

--Miguel


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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 that day.

org-mode 5.23a


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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/OrgMode#toc2.
In my .emacs, I added two lines as:
 > (add-to-list 'load-path "/mnt/data/emacsmodes")
 > (require 'org-export-latex)
/mnt/data/emacsmodes is where org-export-latex.el is


Unfortunately, It does not work on my machine. When EMacs startup, it
shows a message to say "can't
find org-export". I think it is because of the  "(require 'org-export)"
statement in org-export-latex.el.
The problem is I DO have org-export installed, and I can even export org
file to HTML through org-export.

Please help me to solve the problem?
Thank in advanced.



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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 bit crazy for me since I'm moving out (from London to
> Paris) but I've not given up the work on this.
>
> HTH,
>
> -- 
> Bastien
>
>

Hey Bastien, I am trying to set up blorg but I cannot find where to set
the host (where to upload the files) or doesn't it handle the uploads ?

Also I think the link from org-mode homepage to blorg is broken too.


Regards,
Cezar



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[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 agenda first - my files are in
non default locations. If I bring up the agenda first then there are no
problems.

,
|  (setq org-agenda-files (quote ("~/.emacs.d/.org-files")))
|  (setq org-default-notes-file "~/.emacs.d/.org-files/notes.org")

*snip*

| 
|  (setq org-remember-templates
|(quote (
|  (?t "* TODO %?\n  %u\n %i\n %a\n" "todo.org" "Tasks")
|(?n "* %U %?" "notes.org" "Notes")
|(?f "* %U %^{Title}\n %i\n %a\n" "todo.org" "FaceBook")
|(?l "* %U %^{Title}\n %i\n %a\n" "todo.org" "Linux")
|(?d "* %U %^{Title}\n %i\n %a\n" "todo.org" "Debian")
|(?e "* %U %^{Title}\n %i\n %a\n" "todo.org" "Emacs")
|(?v "* %U %^{Title}\n %i\n %a\n" "vocab.org" "Vocab")
|(?R "* %U %^{Title}\n %i\n %a\n" "register.org" "Register")
|(?b "* %U %^{Title}\n %i\n %a\n" "blog.org" "Blog")
|(?w "* %U %^{Title}\n %i\n %a\n" "webs.org" "Webs")
|(?r "* %U %^{Title}\n %i\n %a\n" "todo.org" "Remember")
|  (?j "* %U %^{Title}\n %i\n %a\n" "todo.org" "Journal")
|  (?L "* %U %^{Title}\n %i\n %a\n" "todo.org" "Links")
|  (?x "* %^{Title}\n %i\n %a\n" "todo.org" "Links")
|  )
| )
|)
| 
| (add-hook 'remember-mode-hook 'org-remember-apply-template)
|  (define-key global-map [(control meta ?r)] 'org-remember)
`






___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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 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.
>  >
>
>
> lappy:~/elisp/org-mode $ uname -a
>  CYGWIN_NT-5.1 326001553L 1.5.25(0.156/4/2) 2007-12-14 19:21 i686 Cygwin
>
>  lappy:~/elisp/org-mode $ date
>  Wed Mar 19 17:43:15 IST 2008
>
>  lappy:~/elisp/org-mode $ git pull
>  remote: Counting objects: 51, done.
>  remote: Compressing objecremote: ts: 100% (20/20), done.
>  remote: Total 43 (delta 26), reused 40 (delta 23)
>  Unpacking objects: 100% (43/43), done.
>  From git://repo.or.cz/org-mode
>96e02e3..07ced08  master -> origin/master
>  Updating 96e02e3..07ced08
>  Fast forward
>   ChangeLog |   52 +
>   Makefile  |3 +-
>   ORGWEBPAGE/tmp/faq.html   |  663 -
>   ORGWEBPAGE/tmp/index.html |  420 
>   ORGWEBPAGE/tmp/qanda.html |  449 -
>   ORGWEBPAGE/tmp/survey.html| 2169 
> -
>   ORGWEBPAGE/tmp/todo.html  |  965 --
>   ORGWEBPAGE/tmp/tutorials.html |   21 -
>   org-bbdb.el   |   94 ++
>   org-gnus.el   |  127 +++
>   org-info.el   |   79 ++
>   org-mhe.el|  211 
>   org-rmail.el  |  107 ++
>   org-vm.el |  129 +++
>   org-wl.el |  117 +++
>   org.el|  598 ++--
>   16 files changed, 1003 insertions(+), 5201 deletions(-)
>   delete mode 100644 ORGWEBPAGE/tmp/faq.html
>   delete mode 100644 ORGWEBPAGE/tmp/index.html
>   delete mode 100644 ORGWEBPAGE/tmp/qanda.html
>   delete mode 100644 ORGWEBPAGE/tmp/survey.html
>   delete mode 100644 ORGWEBPAGE/tmp/todo.html
>   delete mode 100644 ORGWEBPAGE/tmp/tutorials.html
>   create mode 100644 org-bbdb.el
>   create mode 100644 org-gnus.el
>   create mode 100644 org-info.el
>   create mode 100644 org-mhe.el
>   create mode 100644 org-rmail.el
>   create mode 100644 org-vm.el
>   create mode 100644 org-wl.el
>
>  lappy:~/elisp/org-mode $ make
>  emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\")
>  (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))"
>  -f batch-byte-compile org.el
>
>  In end of data:
>  org.el:28646:1:Warning: the following functions might not be defined at
> runtime: calendar-forward-day, parse-time-string, calendar-goto-date,
> calendar-goto-today, calendar-iso-date-string,
> calendar-julian-date-string, calendar-astro-date-string,
> calendar-hebrew-date-string, calendar-islamic-date-string,
> calendar-french-date-string, calendar-bahai-date-string,
> calendar-mayan-date-string, calendar-coptic-date-string,
> calendar-ethiopic-date-string, calendar-persian-date-string,
> calendar-chinese-date-string
>  org.el:28646:1:Warning: the following functions are not known to be defined:
> add-local-hook, table--at-cell-p, dired-get-filename, mouse-set-point,
> org-gnus-follow-link, bibtex-generate-autokey, bibtex-beginning-of-entry,
> bibtex-parse-entry, bibtex-url, remember-finalize, remember,
> remember-buffer-desc, add-to-diary-list, cdlatex-tab, clear-image-cache,
> org-export-latex-cleaned-string, speedbar-line-directory
>  Wrote /home/zms/elisp/org-mode/org.elc
>  emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\")
>  (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))"
>  -f batch-byte-compile org-bbdb.el
>
>  In end of data:
>  org-bbdb.el:95:1:Warning: the following functions are not known to be 
> defined:
> bbdb-record-name, bbdb-current-record, bbdb-record-getprop, bbdb-name,
> bbdb-company, bbdb
>
>  [ snipped lots of compile lines]
>
>  Generating autoloads for org-wl.el...done
>  Generating autoloads for org-install.el...
>  Generating autoloads for org-install.el...done
>  Wrote /home/zms/elisp/org-mode/org-install.el
>  emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\")
>  (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))"
>  -f batch-byte-compile org-install.el
>  Wrote /home/zms/elisp/org-mode/org-install.elc
>
>  Everything seems fine here.
>
>
>  -- Manish
>


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


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.org/mailman/listinfo/emacs-orgmode


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 timed out)
>  fetch-pack from 'git://repo.or.cz/org-mode.git' failed.
>
>  Tim.
>

lappy:~/elisp/org-mode $ uname -a
CYGWIN_NT-5.1 326001553L 1.5.25(0.156/4/2) 2007-12-14 19:21 i686 Cygwin

lappy:~/elisp/org-mode $ date
Wed Mar 19 17:43:15 IST 2008

lappy:~/elisp/org-mode $ git pull
remote: Counting objects: 51, done.
remote: Compressing objecremote: ts: 100% (20/20), done.
remote: Total 43 (delta 26), reused 40 (delta 23)
Unpacking objects: 100% (43/43), done.
>From git://repo.or.cz/org-mode
   96e02e3..07ced08  master -> origin/master
Updating 96e02e3..07ced08
Fast forward
 ChangeLog |   52 +
 Makefile  |3 +-
 ORGWEBPAGE/tmp/faq.html   |  663 -
 ORGWEBPAGE/tmp/index.html |  420 
 ORGWEBPAGE/tmp/qanda.html |  449 -
 ORGWEBPAGE/tmp/survey.html| 2169 -
 ORGWEBPAGE/tmp/todo.html  |  965 --
 ORGWEBPAGE/tmp/tutorials.html |   21 -
 org-bbdb.el   |   94 ++
 org-gnus.el   |  127 +++
 org-info.el   |   79 ++
 org-mhe.el|  211 
 org-rmail.el  |  107 ++
 org-vm.el |  129 +++
 org-wl.el |  117 +++
 org.el|  598 ++--
 16 files changed, 1003 insertions(+), 5201 deletions(-)
 delete mode 100644 ORGWEBPAGE/tmp/faq.html
 delete mode 100644 ORGWEBPAGE/tmp/index.html
 delete mode 100644 ORGWEBPAGE/tmp/qanda.html
 delete mode 100644 ORGWEBPAGE/tmp/survey.html
 delete mode 100644 ORGWEBPAGE/tmp/todo.html
 delete mode 100644 ORGWEBPAGE/tmp/tutorials.html
 create mode 100644 org-bbdb.el
 create mode 100644 org-gnus.el
 create mode 100644 org-info.el
 create mode 100644 org-mhe.el
 create mode 100644 org-rmail.el
 create mode 100644 org-vm.el
 create mode 100644 org-wl.el

lappy:~/elisp/org-mode $ make
emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\")
(add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))"
-f batch-byte-compile org.el

In end of data:
org.el:28646:1:Warning: the following functions might not be defined at
runtime: calendar-forward-day, parse-time-string, calendar-goto-date,
calendar-goto-today, calendar-iso-date-string,
calendar-julian-date-string, calendar-astro-date-string,
calendar-hebrew-date-string, calendar-islamic-date-string,
calendar-french-date-string, calendar-bahai-date-string,
calendar-mayan-date-string, calendar-coptic-date-string,
calendar-ethiopic-date-string, calendar-persian-date-string,
calendar-chinese-date-string
org.el:28646:1:Warning: the following functions are not known to be defined:
add-local-hook, table--at-cell-p, dired-get-filename, mouse-set-point,
org-gnus-follow-link, bibtex-generate-autokey, bibtex-beginning-of-entry,
bibtex-parse-entry, bibtex-url, remember-finalize, remember,
remember-buffer-desc, add-to-diary-list, cdlatex-tab, clear-image-cache,
org-export-latex-cleaned-string, speedbar-line-directory
Wrote /home/zms/elisp/org-mode/org.elc
emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\")
(add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))"
-f batch-byte-compile org-bbdb.el

In end of data:
org-bbdb.el:95:1:Warning: the following functions are not known to be defined:
bbdb-record-name, bbdb-current-record, bbdb-record-getprop, bbdb-name,
bbdb-company, bbdb

[ snipped lots of compile lines]

Generating autoloads for org-wl.el...done
Generating autoloads for org-install.el...
Generating autoloads for org-install.el...done
Wrote /home/zms/elisp/org-mode/org-install.el
emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\")
(add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\"))"
-f batch-byte-compile org-install.el
Wrote /home/zms/elisp/org-mode/org-install.elc

Everything seems fine here.

-- Manish


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode