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
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
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
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
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
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
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
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)
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
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
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
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:
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
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
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
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
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
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
18 matches
Mail list logo