Re: [O] Hiding "blocked" TODO items

2015-04-07 Thread Samuel Loury
Dear Nikolaus, Nikolaus Rath writes: > Is there a way to have TODO items "blocking" each other? > > For example, if I have this document: > > * TODO Pay water > :PROPERTIES: >:blocked-on: checks > :END: > * TODO Pay electricity > :PROPERTIES: >:blocked-on: checks > :END: > * TODO

[O] pdf screen reader accessibility?

2015-04-07 Thread Jude DaShiell
Let's try this with a slightly better url. http://webstandards.sonoma-county.org/content.aspx?sid=1014&id=1123#Content My point is blind people that go down the emacs route when learning linux get introduced to org-mode as part of that process. If they colaborate with other blind emacs users on

Re: [O] Inserted Heading Starts on Prior Heading's Fold Mark

2015-04-07 Thread John Hendy
On Mon, Apr 6, 2015 at 6:41 PM, Nicolas Goaziou wrote: > > Fixed in edeb7fd8e17733cc516fbb6620a21092bac0d765. Thank you. > Awesome! Just confirmed that re-enabling =(setq org-blank-before-new-entry nil)= now works perfectly for me. Thanks, John > Regards, > > -- > Nicolas Goaziou >

Re: [O] pdf screen reader accessibility?

2015-04-07 Thread Rasmus
Hi, Jude DaShiell writes: > Let's try this with a slightly better url. > http://webstandards.sonoma-county.org/content.aspx?sid=1014&id=1123#Content >From the above url >Title field: Enter a meaningful name for the document. Use #+TITLE. > Author field Use #+AUTHOR. > Subject

[O] [PATCH] Improve org-table-convert-region in order to use any string as separator

2015-04-07 Thread Francesco Pizzolante
Hi, European CSV files may use semi-colon as separator. As it was missing in `org-table-convert-region', I improved it in order to define any string as separator. Best regards, Francesco From: Francesco Pizzolante Date: Tue, 7 Apr 2015 11:53:45 +0200 Subject: [PATCH] Improve org-table-convert-

Re: [O] Best practices to get reminders?

2015-04-07 Thread Marcin Borkowski
On 2015-04-07, at 06:09, Eric Abrahamsen wrote: > At this point I have so much of my life (personal and professional) in > Org files that yes, checking the Agenda isn't an issue anymore. It's the > first thing I do in the morning, and the last thing I do before knocking > off at the end of the d

Re: [O] [PATCH] Improve org-table-convert-region in order to use any string as separator

2015-04-07 Thread Nicolas Goaziou
Hello, "Francesco Pizzolante" writes: > European CSV files may use semi-colon as separator. As it was missing in > `org-table-convert-region', I improved it in order to define any string > as separator. Thank you. However `org-table-convert-region' already supports regexp as a parameter in

[O] batch export one file to ics

2015-04-07 Thread OSiUX
Hi! In the past, I used this command for export ICS: /usr/bin/emacs --batch -q --directory=/home/osiris/org \ --visit=/home/osiris/org/print3d.org \ --eval '(org-export-icalendar-this-file)' Now does not work, even changing to function org-icalendar-export-to-ics: /usr/bin/emacs --b

Re: [O] Define Keyboard Shortcut for "Open in Emacs"

2015-04-07 Thread Rainer M Krug
John Kitchin writes: > I find C-u RET on a link will open a pdf in emacs. or C-u C-c C-o Thanks - C-u C-c C-o works for me Rainer > > Rainer M Krug writes: > >> Hi >> >> I would like to open pdfs in emacs (using pdf-viewer) but there is only >> a shortcut (C-c C-o) to open a pdf externally, an

Re: [O] Define Keyboard Shortcut for "Open in Emacs"

2015-04-07 Thread Rainer M Krug
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: > Rainer M Krug writes: > >> I would like to open pdfs in emacs (using pdf-viewer) but there >> is only a shortcut (C-c C-o) to open a pdf externally, and no >> shortcut for the menu item below "Open in Emacs" in the context >> men

Re: [O] Best practices to get reminders?

2015-04-07 Thread Melleus
If you have an android phone, then you can use mobile-org for that. You would have all your org information available even on the road.

Re: [O] Best practices to get reminders?

2015-04-07 Thread Giuseppe Lipari
I use mobile org, and I synchronize it with google agenda. It works fine because I can look at my phone for appointments when I am not in front on my PC. Once the appointment is in google agenda, I can set reminders, but I could not find out how to do that directly from org-mode in emacs. Any sugge

[O] Problems with Hyperlinks containing backslashes

2015-04-07 Thread Elwood151
I'm working with Emacs 24.4.1 and org-mode 8.2.10 on Windows 7. I have to use hyperlinks to our network servers like \\servername\dir1\dir2 and unfortunately I can not use them in hyperlinks in Emacs org-mode, I then get the error:   Debugger entered--Lisp error: (error "ShellExecute failed: Das

Re: [O] Best practices to get reminders?

2015-04-07 Thread Melleus
Then I do not quite understand you, sorry for noise. I have my phone with me even when I'm working on my PC and reminders only from the phone are enough for me. And more likely I get the phone with me rather then a PC, when going out for a coffee.

[O] How to avoid figure numbering in html export

2015-04-07 Thread Simon W. Jones
Hello there, I suspect this is straight forward, but I don't seem to be able to work it out on my own. I use Org to to make a large html document that contains a number of images. I export the document and under each image I get something like: Figure 6: Name of image. How can I have simply "Na

Re: [O] Function that splits a CLOCK interval

2015-04-07 Thread Christoph LANGE
Hi Peter, Peter Frings on 2015-04-01 12:37: The following function now automates the task of splitting: … Fantastic, just what I needed! thanks for your feedback! I have now made a few improvements but not yet found time to get started with contributing the code to Worg, so one more email

Re: [O] How to avoid figure numbering in html export

2015-04-07 Thread Rasmus
Hi, "Simon W. Jones" writes: > I suspect this is straight forward, but I don't seem to be able to work > it out on my own. > > I use Org to to make a large html document that contains a number of > images. I export the document and under each image I get something like: > > Figure 6: Name of ima

Re: [O] [PATCH] lisp/ob-sql.el: add support for :dbport parameter

2015-04-07 Thread Saulius Menkevičius
Xavier Maillard writes: > Saulius Menkevičius writes: > >> This (tiny) patch implements ability to set dbport for org-babel sql >> functionality. I often use ssh port forwarding to connect to remote >> mysql servers where port is mapped to non-standard one on local machine. >> >> This is my firs

Re: [O] [PATCH] lisp/ob-sql.el: add support for :dbport parameter

2015-04-07 Thread Saulius Menkevičius
Nicolas Goaziou writes: > Hello, > > Saulius Menkevičius writes: > >> This (tiny) patch implements ability to set dbport for org-babel sql >> functionality. I often use ssh port forwarding to connect to remote >> mysql servers where port is mapped to non-standard one on local >> machine. > > Tha

Re: [O] How to avoid figure numbering in html export

2015-04-07 Thread Simon Jones
Thanks for the prompt reply Rasmus. I thought it might be easier than this :-(. I don't really understand enough to fix it. All the best, Simon. --- > On 7 Apr 2015, at 17:12, Rasmus wrote: > > Hi, > > "Simon W. Jones" writes: > >> I suspect this is straight forward, but I don't

Re: [O] Problems with Hyperlinks containing backslashes

2015-04-07 Thread Nicolas Goaziou
Hello, elwood...@web.de writes: > I'm working with Emacs 24.4.1 and org-mode 8.2.10 on Windows 7. > I have to use hyperlinks to our network servers like > \\servername\dir1\dir2 and unfortunately I can not use them in > hyperlinks in Emacs org-mode, I then get the error: > Debugger entered--Lisp

Re: [O] [PATCH] lisp/ob-sql.el: add support for :dbport parameter

2015-04-07 Thread Nicolas Goaziou
Saulius Menkevičius writes: > Apparently it is not a string. I don't know the internal machinery for > #+header parameters in org-mode/babel, but apparently number-to-string > is required, otherwise I get the "progn: Wrong type argument: sequencep, > 33060" error. Where 33060 is my port number fr

Re: [O] Function that splits a CLOCK interval

2015-04-07 Thread Xavier Maillard
Christoph LANGE writes: > Hi Peter, > > Peter Frings on 2015-04-01 12:37: >>> The following function now automates the task of splitting: >>> … >> >> Fantastic, just what I needed! > > thanks for your feedback! > > I have now made a few improvements but not yet found time to get started > with c