Re: [O] [PATCH] Lilypond: added PDF output

2011-11-29 Thread Martyn Jago
Hi Torsten Torsten Anders writes: > Dear all, > > The current implementation how org-babel calls Lilypond hard-wires the > supported output file formats to EPS and PNG. Attached is a very > simple patch that adds support for PDF as well, so that resulting PDF > files can be directly integrated i

[O] IMPORTANT: Worg migration planned tomorrow (Wed. Nov. 30th) - please resend your public key

2011-11-29 Thread Bastien
Dear all, tomorrow, Jason will be working on migrating Worg from the repo.or.gz server to the orgmode.org server. The reason for this change is that we want to be able to publish changes on the website each time a modification is being pushed to Worg: a clever mechanism will handle simultaneous

Re: [O] org-bibtex does not work

2011-11-29 Thread Eric Schulte
Hi Torsten, I've had a similar problem which I believe is due to an error in bibtex.el. In my case it was fixed by explicitly loading the bibtex.el file which comes with Emacs. Best -- Eric Torsten Wagner writes: > Hi all, > > I finally converted all my BibTex references into a org file. > No

Re: [O] org-bibtex does not work

2011-11-29 Thread Eric Schulte
Hi Torsten, I've had a similar problem which I believe is due to an error in bibtex.el. In my case it was fixed by explicitly loading the bibtex.el file which comes with Emacs. Best -- Eric Torsten Wagner writes: > Hi all, > > I finally converted all my BibTex references into a org file. > No

[O] MobileOrg staging not working correctly

2011-11-29 Thread Cameron Seader
I am using the latest version of orgmode and its still not working. Here are my *messages* from the buffer Creating agendas...done Saving all Org-mode buffers... (No files need saving) Saving all Org-mode buffers... done Copying files... (New file) OVERVIEW Saving file /home/xx/Dropbox/Mobile

[O] [ERROR] if: Agenda file s not in `org-mode'

2011-11-29 Thread Marcelo de Moraes Serpa
Hi guys, I added my gtd.org_archive to the agenda as a mean of getting a timelog of tasks I complete. Recently, and I don't know why, it started to throw the following error when I try to access any of the agenda views: if: Agenda file ~/org/gtd.org_archive is not in `org-mode' Does anyone know

Re: [O] [PATCH] customize latex table export

2011-11-29 Thread Christophe Rhodes
Carsten Dominik writes, a long time ago: > On May 19, 2011, at 2:34 PM, Christophe Rhodes wrote: > >> To produce documents in something approaching my organization's house >> style, I need to be able to style the headers of tables. It's nice that >> orgtbl has the functionality for this, but the

Re: [O] MobileOrg staging not working correctly

2011-11-29 Thread Cameron Seader
I think this has something to do with my .emacs settings. ;;; Org-mode settings (require 'org-install) (require 'org-mobile) (require 'package) (package-initialize) (add-to-list 'auto-mode-alist '("\\.org$" . org-mode)) (global-set-key "\C-cl" 'org-store-link) (global-set-key "\C-ca" 'org-agenda)

Re: [O] [ERROR] if: Agenda file s not in `org-mode'

2011-11-29 Thread Bernt Hansen
Marcelo de Moraes Serpa writes: > Hi guys, > > I added my gtd.org_archive to the agenda as a mean of getting a > timelog of tasks I complete. Recently, and I don't know why, it > started to throw the following error when I try to access any of the > agenda views: > > if: Agenda file ~/org/gtd.org

Re: [O] MobileOrg staging not working correctly

2011-11-29 Thread Cameron Seader
Well for a test I changed the org-agenda-files setting for emacs to the following. (setq org-agenda-files "~/Documents/Notes/org/.org") So its set to a single file, but... it still does not work. *messages* OVERVIEW Creating agendas...done Saving all Org-mode buffers... (No files need saving

Re: [O] [ERROR] if: Agenda file s not in `org-mode'

2011-11-29 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > I added my gtd.org_archive to the agenda as a mean of getting a > timelog of tasks I complete. Recently, and I don't know why, it > started to throw the following error when I try to access any of the > agenda views: > > if: Agenda file ~/org/gtd.org_archive is

Re: [O] [ERROR] if: Agenda file s not in `org-mode'

2011-11-29 Thread Carsten Dominik
On 29.11.2011, at 18:39, Marcelo de Moraes Serpa wrote: > Hi guys, > > I added my gtd.org_archive to the agenda as a mean of getting a timelog of > tasks I complete. Recently, and I don't know why, it started to throw the > following error when I try to access any of the agenda views: > > if:

Re: [O] [ERROR] if: Agenda file s not in `org-mode'

2011-11-29 Thread Marcelo de Moraes Serpa
Thank you all, The problem was that this file shouldn't actually be part of the agenda. If I really wanted to, I'd have to add the mode to it, like Carnsten and Bernt suggested. Cheers, Marcelo. On Tue, Nov 29, 2011 at 12:36 PM, Carsten Dominik wrote: > > On 29.11.2011, at 18:39, Marcelo de M

[O] Capture mode fails until "reload org uncompiled" is used

2011-11-29 Thread Felix
When I fire up emacs and use C-c c t to enter a task (see .emacs below), I get the message "Capture template `t': org-called-interactively-p" and nothing happens. However, if I use the menu option "Org->Refresh/Reload->Reload Org Uncompiled", then C-c c t works correctly every time. I have provided

[O] Use depend.el for Cyclic Triggering

2011-11-29 Thread Daya Atapattu
Hello all: I am new to org-mode and have been trying to get the following to work. I have: TODO Item1 TODO Item 2 TODO Item 3 TODO Item 4 I want to schedule Item 1 for today and when I change it to DONE Item 2 should be scheduled for tomorrow. When I set Item 2 to DONE Item 3 should be schedule

Re: [O] [Orgmode] Feature request: IDs on anything

2011-11-29 Thread Samuel Wales
Hi sindikat, On 2011-11-27, sindikat wrote: > I really love this idea of ID markers. It would open so > many opportunities for semantic extensions of org-mode and > not only. Using ID markers we can ... > management could be made out of that. Every ID marker will > effectively become a graph vert

[O] [PATCH] fix quoting in org-agenda-with-point-at-orig-entry (apparently unused except in my CLOSED prop sorting code)

2011-11-29 Thread Rob Giardina
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 0a98fbe..5a7614c 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1741,8 +1741,8 @@ If STRING is non-nil, the text property will be fetched from position 0 in that string. If STRING is nil, it will be fetched from the beginnin

[O] [PATCH] add support for configurable nested lists in org-export-generic

2011-11-29 Thread Rob Giardina
diff --git a/contrib/lisp/org-export-generic.el b/contrib/lisp/org-export-generic.el index 12bbcdb..97b9134 100644 --- a/contrib/lisp/org-export-generic.el +++ b/contrib/lisp/org-export-generic.el @@ -475,9 +475,6 @@ in this way, it will be wrapped." (setq org-generic-export-type "demo") -(defva