Re: [O] copy file from link into agenda

2013-02-01 Thread Subhan Tindall
Sorry, that , while cool, is not what I am looking for. Following the instructions you game will show org-agenda-entry-text-maxlines (default 5) lines of the entry itself in the note file: So, if this is then entry in the date tree in the Daily-work-log.org file: LOG <2013-01-31 Thu> /home/sti

Re: [O] Seeking advice for conditional code

2013-02-01 Thread Sebastien Vauban
Hi François, François Pinard wrote: > "Sebastien Vauban" > >> For curiosity, why aren't you considering tangling? > > Quick half of a reply, I'll revise the rest of your message later. > > That would be far too much of a change for the habits of the team, or at > least, this is how I perceive the

Re: [O] Contrib missing from (Cygwin) Emacs

2013-02-01 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > Sebastien Vauban writes: > >> So, the problem comes down to the fact that the following... >> >> #+begin_src emacs-lisp >> (require 'find-func) >> (find-library-name "org") >> #+end_src >> >> ... does fail with the latest Cygwin [1]: >> >> Debugger entered--Lisp er

[O] org-export-as-html-and-open problem

2013-02-01 Thread zhenjiang xu
when I type the keys `C-c C-e b', the html is generated but it is opened in emacs instead of an internet browser. Does anyone know why? I am using builtin org-mode in Emacs 24.2 (7.8.11) and set google-chrome as default browser. Thanks, Zhenjiang

Re: [O] bbdb or bbdb3 or org-contacts

2013-02-01 Thread joakim
Daimrod writes: > Bastien writes: > >> Hi Dieter, >> >> Dieter Wilhelm writes: >> >>> What do you advise, what is already usable and what is the way >>> ahead, still bbdb or bbdb3 or already org-contacts? >> >> BBDB is great. org-contacts.el is too slow when you have many >> contacts, and it i

[O] Problem reading Geoconcept GXT

2013-02-01 Thread Daniel . Gnerre
Hi, I have a problem trying to read a GXT file with OGR and the following command : ogr2ogr -f "ESRI Shapefile" eu_collecteur.shp Villeneuve_test.gxt ASSAINISSEMENT.Collecteur I get this error : ERROR 1: 'Subclass' expected. Geoconcept export syntax error at line 8. FAILURE: Unable to open

Re: [O] Dropbox integration suddenly stopped working with Mobile-Org

2013-02-01 Thread Adrian Tritschler
> "Benjamin" == Benjamin Alexander writes: Benjamin> Hello all! I've been a happy (!) user of Mobile-Org for some Benjamin> time now, on the iPhone, and a few months ago I switched to Benjamin> Dropbox integration. Things have gone fine until today when I Benjamin> synced for the first time

Re: [O] Some advice on how to use babel to generate cisco configs

2013-02-01 Thread Bart Bunting
Thomas, Thanks! That is pretty much what I was struggling with. Thanks for putting it together for me. The only other question I have is, is there a way to prevent the results from appending each time? Cheers Bart "Thomas S. Dye" writes: > Aloha Bart, > "Bart Bunting" writes: > >> Goo

Re: [O] Problem reading Geoconcept GXT

2013-02-01 Thread Myles English
daniel.gne...@vevey.ch writes: > Hi, > > I have a problem trying to read a GXT file with OGR and the following > command : > > ogr2ogr -f "ESRI Shapefile" eu_collecteur.shp Villeneuve_test.gxt > ASSAINISSEMENT.Collecteur org ? ogr ? > > I get this error : > > ERROR 1: 'Subclass' expected. >

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-02-01 Thread Bernt Hansen
Martin Beck writes: > Bernt Hansen norang.ca> writes: > >> > But unfortunately, it does only display category, TODO-keyword >> > and subject, but >> > NO information about Deadline or Scheduled date. >> > > > I tried to create a block agenda with several blocks based > on the (agenda )comm

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-02-01 Thread Bernt Hansen
Martin Beck writes: > Hi Bernt, > thanks for your help - so if you can not make it work, I assume that it's not > possible yet? I didn't spend a lot of time on this so I wouldn't give up just yet. The thing I couldn't get to work was automatically starting column view in my block agenda. I can

Re: [O] Problems with org-caldav (wrong-type-argument stringp 47)

2013-02-01 Thread Torsten Wagner
Hi Bastien, hmmm I tried but it didn't work. Maybe because the package version of url-dav was compiled. I will try again as soon as a update breaks my "solution" ;) Best Torsten On 30 January 2013 11:32, Bastien wrote: > Hi Torsten, > > Torsten Wagner writes: > > > I couldn't find a way to

Re: [O] Bug: Extra spaces in babel #+call arguments [7.9.3d (release_7.9.3d-823-gd06fa4 @ /usr/share/emacs/24.2/site-lisp/org/)

2013-02-01 Thread Rick Lupton
Thomas S. Dye tsdye.com> writes: > Rick Lupton gmail.com> writes: > > > As a separate question, is it possible to get ":results file" as the > > default from the original block so it doesn't have to be repeated in each > > #+CALL ? > > This should work: > > * Appropriate Heading Level > :PRO

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-02-01 Thread Martin Beck
Bernt Hansen norang.ca> writes: > > I tried to create a block agenda with several blocks based > > on the (agenda )command, but then I also have the time > > grid several times.. > > > > You should be able to turn the grid off. Hi Bernt, thanks a lot for your answers (also the other one:

[O] Bug in org-src.el?

2013-02-01 Thread Thorsten Jolitz
Hi List, when I export a (bit complicated) PicoLisp source block with ':results html', I get an error: , | error: "Invalid search bound (wrong side of point)" ` The error happens in org-src.

[O] patch for ob-sql.el: improve MySQL header formatting, and add db spec header vars

2013-02-01 Thread Gary Oberbrunner
Let me know if this would be better as a pull request. This patch does three things: * add a header-row delimiter to the tables returned from mysql * adds new sql-specific header args for the database connection, and implements them for mysql * (minor) adds an edebug spec to org-babel-result-c

Re: [O] Some advice on how to use babel to generate cisco configs

2013-02-01 Thread Thomas S. Dye
"Bart Bunting" writes: > Thomas, > > Thanks! That is pretty much what I was struggling with. Good news. I'm happy it's starting to work for you. > > Thanks for putting it together for me. > > The only other question I have is, is there a way to prevent the results > from appending each time?

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-02-01 Thread Sebastien Vauban
Hi Bernt, Bernt Hansen wrote: > Martin Beck writes: > >> Hi Bernt, >> thanks for your help - so if you can not make it work, I assume that it's not >> possible yet? > > I didn't spend a lot of time on this so I wouldn't give up just yet. > The thing I couldn't get to work was automatically starti

[O] link abbreviations and the /smb: method

2013-02-01 Thread Dieter Wilhelm, H.
Hi list, for me the link abbreviation facility for local file names and http protocol addresses is working like a charm, but I don't get it to run with TRAMP's /smb method. What are your experiences, is it not yet implemented? Example: #+LINK: Path /smb:user%domain@server:/path/file The link

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-02-01 Thread Sebastien Vauban
Bernt, > Bernt Hansen wrote: >> Martin Beck writes: >> >>> Hi Bernt, >>> thanks for your help - so if you can not make it work, I assume that it's >>> not >>> possible yet? >> >> I didn't spend a lot of time on this so I wouldn't give up just yet. >> The thing I couldn't get to work was automati

Re: [O] Contrib missing from (Cygwin) Emacs

2013-02-01 Thread Sebastien Vauban
Hi Achim, Achim Gratz wrote: > Sebastien Vauban writes: >> Wait, wait, wait... >> >> When reading the backtrace even more carefully, this 3rd observation is not >> what's said by the error message: "../contrib" is not (I guess Achim is >> right) >> the problem here, but the fact that `find-librar

Re: [O] orgstruct-mode with custom headline prefix

2013-02-01 Thread Carsten Dominik
Hi Christopher, I have trouble applying it, can you please send the patch as an attachments instead of inline, and make sure it is agains the current master? Thanks. - Carsten On 31 jan. 2013, at 21:06, Christopher Schmidt wrote: > Bastien writes: >> PS: To make things clear: I'm confident

Re: [O] Off for the next four days

2013-02-01 Thread Christopher Schmidt
Bastien writes: > I've released Org 7.9.3e, a minor fixes release, which makes current > agenda optimizations available to The Rest of The World. Thank you so much for your hard work. Would it be possible to set an announce-only mailing list up? Christopher

Re: [O] bbdb or bbdb3 or org-contacts

2013-02-01 Thread Daimrod
joa...@verona.se writes: > Daimrod writes: > >> Bastien writes: >> >>> Hi Dieter, >>> >>> Dieter Wilhelm writes: >>> What do you advise, what is already usable and what is the way ahead, still bbdb or bbdb3 or already org-contacts? >>> >>> BBDB is great. org-contacts.el is too slow w

Re: [O] Contrib missing from (Cygwin) Emacs

2013-02-01 Thread Achim Gratz
Sebastien Vauban writes: > Though, I'm not sure to understand why that solves the issue... except if the > emacs-el package gets updated more often that Emacs, then? The original implementation of find-func looked explicitly for org.el, which wasn't ever working with either compressed or not-insta

Re: [O] patch for ob-sql.el: improve MySQL header formatting, and add db spec header vars

2013-02-01 Thread Gary Oberbrunner
Here's a better version of this patch, which also adds support for :colnames, which I needed. And it adds some doc about what header args are used. * add a header-row delimiter to the tables returned from mysql * adds new sql-specific header args for the database connection, and implements them

Re: [O] Contrib missing from (Cygwin) Emacs

2013-02-01 Thread Achim Gratz
Achim Gratz writes: > Sebastien Vauban writes: >> Though, I'm not sure to understand why that solves the issue... except if the >> emacs-el package gets updated more often that Emacs, then? > > The original implementation of find-func looked explicitly for org.el, Sorry, what I meant was: the orig

[O] [PATCH] Fix error handling deadline lead time specified in hours

2013-02-01 Thread John K. Luebs
From: "John K. Luebs" * lisp/org.el (org-get-wdays): Handle matching a lead time specified in hours, which is matched by the current regexp but will erroneously return nil. TINYCHANGE --- lisp/org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/or

[O] Scheduling makes link disappear

2013-02-01 Thread Thomas Morgan
Dear Org mode hackers, In an Org TODO list, scheduling an item that contains a link can cause the link to disappear. Here's how to reproduce this: Run `emacs -Q -l setup.el'. Type `M-x org-agenda' , then `t' to show a TODO list. This splits the frame horizontally into two windows, each one 84 c

Re: [O] (no subject) How to sort agenda by timestamps (scheduled/deadline)?

2013-02-01 Thread Eric S Fraga
Martin Beck writes: > If it is possible to use more than one "agenda" block in the block agenda > and turn off the time grid for all but the first, this should do perfectly > what > I need. One of my agenda custom views looks like this: #+begin_src emacs-lisp ("v" "Startup View" ( (tod

Re: [O] Seeking advice for conditional code

2013-02-01 Thread Eric S Fraga
Sebastien Vauban writes: > One important aspect here, is that, with LP, you can present your program in > an order which makes sense for the "story". It can be tangled in a totally > different order. Well said. This is a subtle point but a very important one! Combined with the possibility of t