Re: [O] Logging of work no longer working with emcas24

2013-01-16 Thread Im Exil
Achim, On Tue, Jan 15, 2013 at 8:10 PM, Achim Gratz wrote: > alias mygtd 'emacs /home/dietmarw/ORGA/GTD/org/mygtd.org' of course ... some things just are too simple to see it. Thanks for this! /Dietmar/

Re: [O] org-caldav: New version with proper two-way sync

2013-01-16 Thread Detlef Steuer
Thank you a lot! I ran into the issue that repeated syncs have putting and deleting wrong (it seems). I use a script in crontab to sync different calendars: - #!/bin/bash ### Es werden die Inhalte der Org-Mode Dateien in verschiedene Calender ### in der owncloud exportiert. for calendar

[O] commenting out a SCHEDULED line does not remove todo from agenda.

2013-01-16 Thread Rainer Stengele
Hi! Imagine you have a todo like this: * TODO a task SCHEDULED: <2013-01-16 Mi +2m> Now suppose you want to put that todo on hold. In order to no more see the scheduled date in the agenda I comment out the "SCHEDULED" line. I do not want to delete it because I maybe need it later again

[O] About range references in the spreadsheet

2013-01-16 Thread Xue Fuqiao
In (info "(org) References"), there is an example explaining the range references: @-1$-2..@-1 3 numbers from the column to the left, 2 up to current row What does `2 up to current row' mean? I don't understand. IIRC `@' represents row, it should be `1 up to current row'. -- Best regar

Re: [O] commenting out a SCHEDULED line does not remove todo from agenda.

2013-01-16 Thread Markus Heller
Rainer Stengele writes: > Hi! > > Imagine you have a todo like this: > > * TODO a task > SCHEDULED: <2013-01-16 Mi +2m> > > Now suppose you want to put that todo on hold. In order to no more see > the scheduled date in the agenda I comment out the "SCHEDULED" line. > I do not want to de

Re: [O] commenting out a SCHEDULED line does not remove todo from agenda.

2013-01-16 Thread Rainer Stengele
Am 16.01.2013 17:49, schrieb Markus Heller: > Rainer Stengele writes: > >> Hi! >> >> Imagine you have a todo like this: >> >> * TODO a task >> SCHEDULED: <2013-01-16 Mi +2m> >> >> Now suppose you want to put that todo on hold. In order to no more see >> the scheduled date in the agenda

Re: [O] Opening (for the first time) a 10-line Org doc takes 4 seconds

2013-01-16 Thread Achim Gratz
Bernt Hansen writes: > For the record here is the output on my Emacs: > > GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1) of 2013-01-08 > on murphy, modified by Debian > > Current git head: release_7.9.3d-826-gbe0d87d I can't check Emacs 23.2 right now, but Emacs 23.4 comes with Org ver

[O] bug#10125: RFE: require and load-path-shadowing

2013-01-16 Thread Andreas Schwab
Kevin Rodgers writes: > (defun run-emacs (command) > "Run the Emacs COMMAND in the background via `shell-command'." > (interactive >(let ((program (expand-file-name invocation-name invocation-directory))) > (list (read-string "Emacs command: " > (cons (concat pr

Re: [O] commenting out a SCHEDULED line does not remove todo from agenda.

2013-01-16 Thread Markus Heller
Rainer Stengele writes: > Am 16.01.2013 17:49, schrieb Markus Heller: >> Rainer Stengele writes: >> >>> Hi! >>> >>> Imagine you have a todo like this: >>> >>> * TODO a task >>> SCHEDULED: <2013-01-16 Mi +2m> >>> >>> Now suppose you want to put that todo on hold. In order to no more se

Re: [O] commenting out a SCHEDULED line does not remove todo from agenda.

2013-01-16 Thread Nick Dokos
Rainer Stengele wrote: > Hi! > > Imagine you have a todo like this: > > * TODO a task > SCHEDULED: <2013-01-16 Mi +2m> > > Now suppose you want to put that todo on hold. In order to no more see > the scheduled date in the agenda I comment out the "SCHEDULED" line. > I do not want to

[O] bug#10125: RFE: require and load-path-shadowing

2013-01-16 Thread Kevin Rodgers
On 1/15/13 12:34 PM, Achim Gratz wrote: Achim Gratz writes: + (concat invocation-directory invocation-name) Better make that + (expand-file-name invocation-name invocation-directory) FWIW here's what I use: (defun run-emacs (command) "Run the Emacs COMMAND in t

Re: [O] Error building org-e-publish

2013-01-16 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Michael Gauland writes: >> Thanks, Nick. If I change 'ignore to ignore (without the tick), it builds >> for me >> on both systems. > > It may build, but it is completely wrong. The error is triggered during > expanding the macro and it seems that the special reader

Re: [O] =C-c '= isn't working to visit setupfile; bug?

2013-01-16 Thread Nicolas Goaziou
Hello, John Hendy writes: > I can no longer =C-c '= to visit the file listed in #+setupfile: It should be fixed now. Thank you for the report. Regards, -- Nicolas Goaziou

Re: [O] Bug (?) in new exporter (export subtree)

2013-01-16 Thread Nicolas Goaziou
Hello, Rick Frankel writes: > In the new exporter, when the option to export only the subtree is > specified, the first heading in the subtree is used as the title of > the document. This seems wrong, as it becomes the title, the first > element in the table of contents and the first (not necess

[O] Exporting headlines as blog-posts for Jekyll

2013-01-16 Thread David Bjergaard
Hi, I'm trying to organize my "lab" notebook with org-mode. Its working great for personal use, but since my research is collaborative I need to be able to share my progress with others. I want to be able to take a project file that has headlines in the form: > * <2013-01-14 Mon> Dated Entry 1

[O] bug#10125: RFE: require and load-path-shadowing

2013-01-16 Thread Kevin Rodgers
On 1/16/13 3:06 AM, Andreas Schwab wrote: Kevin Rodgers writes: (defun run-emacs (command) "Run the Emacs COMMAND in the background via `shell-command'." (interactive (let ((program (expand-file-name invocation-name invocation-directory))) (list (read-string "Emacs command: "

Re: [O] latex-export of first-column-starting emphasis broken

2013-01-16 Thread Thomas S. Dye
Aloha Marijn, Marijn writes: > While visiting a file with just these two lines: > > * S > /s ()/ > > export to latex: C-c C-e p. > > Resulting tex file fails to compile due to the presence of: > > \emph{s ()\} > > instead of > > \emph{s ()} > > If you add a space to the beginning of the second l

[O] latex-export of first-column-starting emphasis broken

2013-01-16 Thread Marijn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 While visiting a file with just these two lines: * S /s ()/ export to latex: C-c C-e p. Resulting tex file fails to compile due to the presence of: \emph{s ()\} instead of \emph{s ()} If you add a space to the beginning of the second line, then

Re: [O] latex-export of first-column-starting emphasis broken

2013-01-16 Thread Nick Dokos
Marijn wrote: > While visiting a file with just these two lines: > > * S > /s ()/ > > export to latex: C-c C-e p. > > Resulting tex file fails to compile due to the presence of: > > \emph{s ()\} > > instead of > > \emph{s ()} > > If you add a space to the beginning of the second line, then

Re: [O] org-caldav: New version with proper two-way sync

2013-01-16 Thread David Engster
Detlef Steuer writes: > So it seems all events get deleted immediately after loading them up. > Indeed my calendars show up empty again in owncloud :-) > > Any hints? Could you post the contents of the *org-caldav-debug* buffer when this happens? -David

Re: [O] org-caldav: New version with proper two-way sync

2013-01-16 Thread David Engster
Eric S. Fraga writes: > I've tracked down the root of the various problems I have encountered > with the synchronisation. It all comes down to character sets. I > have some entries that have UTF-8 characters that are not present in > ASCII, specifically accented characters and similar (latin1, >

Re: [O] org-caldav: New version with proper two-way sync

2013-01-16 Thread David Engster
Vincent Beffara writes: > Works great for me, thanks! One thing that changed (but it was kind of > a glitch anyway, even if a nice one to have): events with several > timestamps now appear only once rather than one per timestamp. Not > sure if this is due to org-caldav or to recent evolutions in th

Re: [O] =C-c '= isn't working to visit setupfile; bug?

2013-01-16 Thread John Hendy
On Wed, Jan 16, 2013 at 12:31 PM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > >> I can no longer =C-c '= to visit the file listed in #+setupfile: > > It should be fixed now. Thank you for the report. > Confirmed fixed! Thanks so much, John > > Regards, > > -- > Nicolas Goaziou

[O] How to use org-capture with "dynamic ID" targets?

2013-01-16 Thread Darlan Cavalcante Moreira
I'm trying to set-up some org-capture templates using the ID target type. However, I need the ID to be determined either as the return value of a function or as the value of a variable. When I use a template such as --8<---cut here---start->8--- ("f" "The templ

Re: [O] org-caldav: New version with proper two-way sync

2013-01-16 Thread Eric S Fraga
David Engster writes: Eric S. Fraga writes: I've tracked down the root of the various problems I have encountered with the synchronisation. It all comes down to character sets. I have some entries that have UTF-8 characters that are not present in ASCII, specifically accented characters

Re: [O] commenting out a SCHEDULED line does not remove todo from agenda.

2013-01-16 Thread Nick Dokos
Nick Dokos wrote: > Rainer Stengele wrote: > > > Hi! > > > > Imagine you have a todo like this: > > > > * TODO a task > > SCHEDULED: <2013-01-16 Mi +2m> > > > > Now suppose you want to put that todo on hold. In order to no more see > > the scheduled date in the agenda I comment out

[O] About `open formula'

2013-01-16 Thread Xue Fuqiao
In (info "(org) Editing and debugging formulas"): ` (`org-table-fedit-lisp-indent')' Pretty-print or indent Lisp formula at point. When in a line containing a Lisp formula, format the formula according to Emacs Lisp rules. Another collapses the formula back

Re: [O] org-mode failing on org-mobile-push with error

2013-01-16 Thread robin
hi Jeff, I have the same behaviour. did you find any solution. br robin

Re: [O] org-caldav: New version with proper two-way sync

2013-01-16 Thread Eric S Fraga
Eric S Fraga writes: Sure but the problem does not appear to be what I had originally thought. It turns out that all of my entries with non-ASCII characters happened to be SEXP based entries, of this form: #+begin_src org * Test entries %%(diary-anniversary 1971 03 13) Somebody's birthday (

Re: [O] commenting out a SCHEDULED line does not remove todo from agenda.

2013-01-16 Thread Carsten Dominik
On 17.1.2013, at 06:02, Nick Dokos wrote: > Nick Dokos wrote: > >> Rainer Stengele wrote: >> >>> Hi! >>> >>> Imagine you have a todo like this: >>> >>> * TODO a task >>> SCHEDULED: <2013-01-16 Mi +2m> >>> >>> Now suppose you want to put that todo on hold. In order to no more see

[O] org-indent-mode sans-serif font support

2013-01-16 Thread onguarde
org-indent-mode doesn't work well except on monospaced font. Is there a way around this? I want to use Arial font. (sans-serif font) But with org-indent-mode, the body and entry indents are misaligned, This is very apparent at higher indent levels.

[O] Bug: Patch for org-docview: make normal links from docview: links on export from org to html [7.9.3d (release_7.9.3d-1-g115bd7 @ /home/vdyadov/Work/Tools/emacs/share/emacs/24.2/lisp/org/)]

2013-01-16 Thread Дядов Васил Стоянов
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -