Re: [O] Patch to implement sorting Org tables by IP address

2014-12-20 Thread Nicolas Goaziou
Jon Snader jsna...@mac.com writes: On Dec 14, 2014, at 12:18 PM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: As I said above, you’ve convinced me that ?f ?F is the right solution. Fair enough. Let's settle on that, then. Here is the new patch. It extends org-table-sort-lines to allow a

[O] How to specify output file for org-latex-export-to-pdf

2014-12-20 Thread Guido Van Hoecke
Hi, How can I specify the desired output filename so that org-latex-export-to-pdf does no longer prompt me in the minibuffer? I call it from a temporary buffer *perls* and always want to export to /tmp/perls.pdf I've read the docs and tried to understand the lisp files, but did not come up with

Re: [O] [PATCH] getting calc-units working in table formulas

2014-12-20 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: Here's the doc patch, hope all is in order. Thanks. Some comments follow. +Calc also comes with support for unit calculations, via the @code{calc-units} +package. For a complete list of recognized units, call

Re: [O] Patch to implement sorting Org tables by IP address

2014-12-20 Thread Jon Snader
On Dec 20, 2014, at 6:57 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote:+ extractfun comparefun tempfun extract-string-p)EXTRACT-STRING-P, and possibly TEMPFUN, are bound too early. See below.I moved EXTRACT-STRING-P to a lower let but TEMPFUN has to be available to the call to sort so I left it

Re: [O] org-mode in teaching

2014-12-20 Thread Marvin M. Doyley
Very cool indeed. I would love to try this for a small course that I will be teaching in the spring semester. Is your code available? Cheers, M Sent from my iPad

[O] [PATCH} habits and todo state changes

2014-12-20 Thread Andrew Francis Swann
Thank you for the reply from Rasmus. Attached is a patch to the documentation file org.texi regarding use of habits. I hope this is a correct format. Andrew -- Andrew Swann | Associate Professor | Tel +45 871 55767 | sw...@math.au.dk | http://home.math.au.dk/swann/ | Department of Mathematics,

[O] Agenda Breaks on holidays: cl-return-from: No catch for tag

2014-12-20 Thread Tory S. Anderson
When I try to pull up time span including a holiday, my agenda dies (stops generating, buffer says not viewing agenda) and I get the following error in my messages: cl-return-from: No catch for tag: --cl-block-nil--, org-agenda-date-weekend It may have something to do with the

[O] Patch - Org Mac Outlook - Fix Call to Outlook in some cases

2014-12-20 Thread Mike McLean
If the user has: - a virtual solution (Parallels, etc.) - with Office for PC installed - and configured to expose WinTel applications to the Macintosh Finder The AppleScript commands may try to select the WinTel version of Microsoft Outlook. This—obviously—doesn’t work. By adding the Mac ~.app~

Re: [O] Patch to implement sorting Org tables by IP address

2014-12-20 Thread Nicolas Goaziou
Hello, Jon Snader jsna...@mac.com writes: I moved EXTRACT-STRING-P to a lower let but TEMPFUN has to be available to the call to sort so I left it in the outer let. Not in the snippet I suggested, but it doesn't matter much. The attached patch was against the latest master branch at the

Re: [O] [RFC] Display most recent log item in Agenda

2014-12-20 Thread Nicolas Goaziou
Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: I keep hammering on this but... There's still a bug in `org-log-beginning', I think maybe the same one as before. Say it's called on an empty entry, or one that only contains a property drawer and/or a planning line, and there's another

Re: [O] [RFC] Display most recent log item in Agenda

2014-12-20 Thread Nicolas Goaziou
Eric Abrahamsen e...@ericabrahamsen.net writes: I'm not terribly worried about finding the real last state note with 100% accuracy -- as you say, that's not really possible. This would be a convenience function displaying a useful bit of information, and if it fails to do so no planes will

Re: [O] [ox-html, patch] trim contents on list-items

2014-12-20 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: I use CSS to make inlined lists in html: #text-sec ul {margin: 0; padding: 0; list-style: none;} #text-sec li {display: inline;} #text-sec li:after {content: , ;} #text-sec li:last-child:after {content: ;} However, since

Re: [O] doc patch: move footnote in external links

2014-12-20 Thread Nicolas Goaziou
Alan Schmitt alan.schm...@polytechnique.org writes: I'm fine with this. Here is the patch extended to take this into account, which is mostly deleting all the code that deals with headline match when `org-link-search-must-match-exact-headline' is nil. Thanks. Some comments follow.

Re: [O] org-mode in teaching

2014-12-20 Thread John Kitchin
All of the code is here: https://github.com/jkitchin/jmax/tree/master/techela and there is some documentation in the README. I am not sure how much work it would take to try it yourself though. You need to setup a gitolite server (that is described in the README), and more importantly figure out

Re: [O] org-mode in teaching

2014-12-20 Thread Evan Misshula
I am going to try this semester also. Thanks for paving the way. :-) On Sat, Dec 20, 2014 at 5:48 PM, John Kitchin jkitc...@andrew.cmu.edu wrote: All of the code is here: https://github.com/jkitchin/jmax/tree/master/techela and there is some documentation in the README. I am not sure how

Re: [O] org-mode in teaching

2014-12-20 Thread briangpowell .
* Wow! Thanks for posting this topic and your techela. * Suggest an Introduction to Programming in Emacs Lisp and OrgMode be everyone's first, and maybe last, required course in grade school--other than Reading, Writing and Arithmetic of course! * Suggest all students download this free book

Re: [O] [ox-html, patch] trim contents on list-items

2014-12-20 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Rasmus ras...@gmx.us writes: I use CSS to make inlined lists in html: #text-sec ul {margin: 0; padding: 0; list-style: none;} #text-sec li {display: inline;} #text-sec li:after {content: , ;} #text-sec

Re: [O] org-mode in teaching

2014-12-20 Thread Marvin M. Doyley
Thanks John, I am sure this will be better than blackboard. I will give it a try :) Cheers M Sent from my iPhone ** May contain typos** On Dec 20, 2014, at 5:48 PM, John Kitchin jkitc...@andrew.cmu.edu wrote: All of the code is here: https://github.com/jkitchin/jmax/tree/master/techela

Re: [O] How to specify output file for org-latex-export-to-pdf

2014-12-20 Thread Charles Millar
Hi Guido, Guido Van Hoecke wrote: Hi, How can I specify the desired output filename so that org-latex-export-to-pdf does no longer prompt me in the minibuffer? I call it from a temporary buffer *perls* and always want to export to /tmp/perls.pdf I've read the docs and tried to understand

Re: [O] [RFC] Display most recent log item in Agenda

2014-12-20 Thread Eric Abrahamsen
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: I keep hammering on this but... There's still a bug in `org-log-beginning', I think maybe the same one as before. Say it's called on an empty entry, or one that only contains a property

Re: [O] [PATCH] getting calc-units working in table formulas

2014-12-20 Thread Eric Abrahamsen
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: Here's the doc patch, hope all is in order. Thanks. Some comments follow. +Calc also comes with support for unit calculations, via the @code{calc-units} +package. For a complete list