[O] org-mobile-push error produces wrong-type-argument error

2011-11-05 Thread Conor Nash
Hi all, I have been trying to get org-mobile to work on my machine with little success. I have read many previous answers from this mailing list to no avail. When I try to run org-mobile-push I get an error in the minibuffer: "Wrong type argument: listp, todo". I have attached a Backtrace of the

Re: [O] [OT] Scanning for archiving

2011-11-05 Thread Samuel Wales
I used to find that 8-bit 75dpi was legible and small. What ADF scanners are out there for Linux that have high quality reliable ADF, are fast, and work well with CLI tools? Is OCR at the point where it is feasible using CLI? Combining that with a new feature to have the Org agenda work with ind

Re: [O] [OT] Scanning for archiving

2011-11-05 Thread Pieter Praet
On Sat, 5 Nov 2011 14:03:24 -0600, Marcelo de Moraes Serpa wrote: > Hi list, > > I just bought a scanner and started to scan important documents as a > backup, and archiving them with meaningful metadata in orgmode files. Then > a question came to mind - what dpi to use? I'm not really savvy whe

[O] org-capture-template: "SCHEDULED:" obsolete?

2011-11-05 Thread Marius Hofert
Hi I set up org-capture-templates like this: (setq org-capture-templates '(("t" "TODO in ~/org/agenda.org -> Tasks" entry (file+headline "" "Tasks") "* TODO %?\n%^t\n%a"))) If I fire up C-c a a in ~/org/agenda.org, I'll see the entries created via C-c c. They are displayed i

Re: [O] org-mobile-push problem

2011-11-05 Thread i...@bastianebeling.org
gt; package-install-file RET Your procedure is exactly what I did eventually to get it running. It worked, when I installed org via package-install-file RET. Instead, now I am reporting in detail what happens when I do M-x package-list-packages: I get the message: "Failed to download `Org-

Re: [O] [OT] Scanning for archiving

2011-11-05 Thread Marcelo de Moraes Serpa
Hi Jan, I was in fact just looking at that article again a few minutes ago. I recalled that we had discussed that before briefly and that I saw it somewhere, and then I remembered about the discussion about your archiving system. Thanks again! Marcelo. On Sat, Nov 5, 2011 at 3:01 PM, Jan Böcker

Re: [O] [OT] Scanning for archiving

2011-11-05 Thread Jan Böcker
On 11/05/2011 09:03 PM, Marcelo de Moraes Serpa wrote: > Hi list, > > I just bought a scanner and started to scan important documents as a > backup, and archiving them with meaningful metadata in orgmode files. > Then a question came to mind - what dpi to use? I'm not really savvy > when it comes

Re: [O] [OT] Scanning for archiving

2011-11-05 Thread Marcelo de Moraes Serpa
Thanks Achim! On Sat, Nov 5, 2011 at 2:34 PM, Achim Gratz wrote: > Marcelo de Moraes Serpa writes: > > I just bought a scanner and started to scan important documents as a > > backup, and archiving them with meaningful metadata in orgmode files. > > Then a question came to mind - what dpi to us

[O] Encrypting archived files

2011-11-05 Thread Marcelo de Moraes Serpa
Hi guys, I started archiving a bunch of pdf and jpg scans of some important documents. I currently use the org-crypt package + gnupg to encrypt org entries, I'm thinking about using gnupg to encrypt the files as well. Is there any integration with org for encryption/decryption of attached files? A

Re: [O] [OT] Scanning for archiving

2011-11-05 Thread Achim Gratz
Marcelo de Moraes Serpa writes: > I just bought a scanner and started to scan important documents as a > backup, and archiving them with meaningful metadata in orgmode files. > Then a question came to mind - what dpi to use? I'm not really savvy > when it comes to scanning or printing, and I want

[O] Bug: Timestamp not removed from recurring appointment [7.7]

2011-11-05 Thread Ivan Vilata i Balaguer
Hi, I've noticed that timestamps referring to a date before today are not removed from the text showed in appointments. For instance, if today is 2011-11-05, an appointment like this: * Reminders ** Call dad <2011-11-05 ds 12:42 +7d> Shows up today as "12:42 Call dad". However, if the base

[O] [OT] Scanning for archiving

2011-11-05 Thread Marcelo de Moraes Serpa
Hi list, I just bought a scanner and started to scan important documents as a backup, and archiving them with meaningful metadata in orgmode files. Then a question came to mind - what dpi to use? I'm not really savvy when it comes to scanning or printing, and I want like a dpi that allows me to re

Re: [O] calendar date adjustments blocked

2011-11-05 Thread Carsten Dominik
On 5.11.2011, at 18:23, Jude DaShiell wrote: > hitting -2 in the date field had no effect, Bernt means typing into the minibuffer "-2" and then hitting RET - Carsten > what did work though was > shift-leftarrow though. On Sat, 5 Nov 2011, Nick Dokos wrote: > >> Carsten Dominik wrote: >> >>

Re: [O] calendar date adjustments blocked

2011-11-05 Thread Jude DaShiell
hitting -2 in the date field had no effect, what did work though was shift-leftarrow though. On Sat, 5 Nov 2011, Nick Dokos wrote: > Carsten Dominik wrote: > > > > > On 5.11.2011, at 03:03, Nick Dokos wrote: > > > > > Jude DaShiell wrote: > > > > > >> I needed to enter information for two d

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-05 Thread Nick Dokos
David Maus wrote: > At Fri, 04 Nov 2011 14:25:42 -0400, > Nick Dokos wrote: > > > > Nick Dokos wrote: > > > > > It probably does, but that's probably not the best place to do it: it > > > might be > > > better to do it in the (setq link on line 9090 or thereabouts. Otherwise, > > > in > > > th

Re: [O] calendar date adjustments blocked

2011-11-05 Thread Nick Dokos
Carsten Dominik wrote: > > On 5.11.2011, at 03:03, Nick Dokos wrote: > > > Jude DaShiell wrote: > > > >> I needed to enter information for two dates in org-mode and went into > >> calendar using c-c+! and got the current date as expected then hit c-b to > >> move the date to yesterday and p

[O] How to remove duplicate entries?

2011-11-05 Thread gylns
Hi all, In "2.5 Structure editing" of the manual of Org Mode, It says: "C-c ^ (org-sort-entries-or-items) ... With two C-u C-u prefixes, duplicate entries will also be removed." I had tried this but it seems doesn't work. * test ** test ** test I pressed twice C-u and then C-c ^ , sorte

Re: [O] [bug] Org link dialog escapes URL spaces incorrectly

2011-11-05 Thread David Maus
At Fri, 04 Nov 2011 14:25:42 -0400, Nick Dokos wrote: > > Nick Dokos wrote: > > > It probably does, but that's probably not the best place to do it: it might > > be > > better to do it in the (setq link on line 9090 or thereabouts. Otherwise, in > > the *other* case (editing the link at point), w

Re: [O] calendar date adjustments blocked

2011-11-05 Thread Carsten Dominik
On 5.11.2011, at 11:30, Jude DaShiell wrote: > Is it just the calendar or other things that use pop ups in emacs? Just the calendar, and only when called from an Org-mode command that prompts the user for a date. - Carsten > On Sat, > 5 Nov 2011, Carsten Dominik wrote: > >> >> On 5.11.2011

Re: [O] calendar date adjustments blocked

2011-11-05 Thread Jude DaShiell
Is it just the calendar or other things that use pop ups in emacs? On Sat, 5 Nov 2011, Carsten Dominik wrote: > > On 5.11.2011, at 03:03, Nick Dokos wrote: > > > Jude DaShiell wrote: > > > >> I needed to enter information for two dates in org-mode and went into > >> calendar using c-c+! and

Re: [O] Org-mode 7.7 Broken with respect to mouse and checklists?

2011-11-05 Thread David Maus
At Sat, 05 Nov 2011 09:31:25 +0100, Nicolas Goaziou wrote: > > Hello, > > Patrick Brennan writes: > > > I have a checklist in this form: > > > > - [ ] Item One > > - [ ] Item Two > > > > In Org-mode 7.7, if I put my mouse inside one of the checks and press the > > left button, I get the fo

Re: [O] Org-mode 7.7 Broken with respect to mouse and checklists?

2011-11-05 Thread Nicolas Goaziou
Hello, Patrick Brennan writes: > I have a checklist in this form: > > - [ ] Item One > - [ ] Item Two > > In Org-mode 7.7, if I put my mouse inside one of the checks and press the > left button, I get the following message: > > org-open-at-point: Wrong type argument: markerp, 471 I cann

Re: [O] Bug: org-export-as-latex fails [7.7]

2011-11-05 Thread Nicolas Goaziou
Hello, Rick Frankel writes: > Your bug report will be posted to the Org-mode mailing list. > > > running org-export-as-latex on the following file works in org v7.5 > and fails in org v7.7 (not sure about v7.6) with the err

[O] Details of compling and running C++ code from Org-mode?

2011-11-05 Thread Michael Hannon
Greetings.  I'm curious about the process of executing a program that is compiled from a source block in Org-mode. Some background: I was playing with some C++ code (a slight generalization of some code I found in a book).  I wanted to use the "assign" method to initialize a vector, as:     vec