Re: [O] babel python example not reproducible

2014-06-16 Thread Shiyuan
The two setting doesn't seem to have effect. (setq python-shell-interpreter ipython) (setq python-shell-interpreter-args --pylab) When I did `C-c C-c` on the SRC block to execute the code, emacs created a buffer with the interior python process. When I switched to the process, I saw it is python

Re: [O] how to use :options-alist in org-export-define-derived-backend ?

2014-06-16 Thread Nicolas Goaziou
Bastien b...@gnu.org writes: Okay, but what is the benefit of not using a default title? It removes a hack. But there are other reasons at http://permalink.gmane.org/gmane.emacs.orgmode/86442 (e.g., a default title hardly makes sense anyway). Regards, -- Nicolas Goaziou

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Rüdiger Sonderfeld
Hi, On Saturday 14 June 2014 15:11:21 Chris Raschl wrote: recently I wanted to add a weather forecast to my org-agenda. I found org-google-weather, but this package is obsolete since 2012, because the API is not available any more. So I wrote my own version which is backed by the

Re: [O] proposal to have ignoreheading tags/properties

2014-06-16 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com writes: In my opinion the manual interleaving of noexport and export tags is overly cumbersome and is non-obvious. It is as non-obvious as the task it achieves. The obscure nature of this solution is evidenced by multiple discussions and

Re: [O] Link to Top Most Heading

2014-06-16 Thread Thorsten Jolitz
Esben Stien b...@esben-stien.name writes: I'm trying to figure out how I can get a link to the top most heading without actually moving point up there and doing C-c C-l. Is there some function to do that? If I try using the function outline-previous-heading, how can I know when I've

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Thorsten Jolitz
Chris Raschl c...@kautsig.org writes: Hi, I made a little table comparing Beaufort and m/s with data from Deutscher Wetterdienst, text is in German therefore, but the numbers are not fortunately, so the table might be usefull for others too (after deleting the text columns). * Windwarnskala

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Ian Barton
On 15/06/14 12:54, Thorsten Jolitz wrote: Not sure though if this data (except the moon phase) is as universally and easily available as the data you display Sunset and rise would be interesting too of course. You can get sunrise and sunset by doing something like in an Agenda file:

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Thorsten Jolitz
Ian Barton li...@wilkesley.net writes: On 15/06/14 12:54, Thorsten Jolitz wrote: Not sure though if this data (except the moon phase) is as universally and easily available as the data you display Sunset and rise would be interesting too of course. You can get sunrise and sunset

Re: [O] Tangling with variables in R

2014-06-16 Thread Rainer M Krug
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Rainer, Hi Andreas, Rainer M Krug rai...@krugs.de writes: Hi I just realized (again) that tangling with variables in R contains many particularities. 1) it only works with non-tables, i.e. single values. When defining the

Re: [O] proposal to have ignoreheading tags/properties

2014-06-16 Thread Mark Edgington
Nicolas Goaziou mail at nicolasgoaziou.fr writes: Moreover, that task is highly specific; I'm not convinced we should have a dedicated keyword for each of them. I'd rather have a simple solution for selective export problems, even if, as a generic solution, it may look clumsier. Hi Nicolas,

Re: [O] babel python example not reproducible

2014-06-16 Thread Nick Dokos
Shiyuan gshy2...@gmail.com writes: The two setting doesn't seem to have effect.   (setq python-shell-interpreter ipython) (setq python-shell-interpreter-args --pylab) When I did `C-c C-c` on the SRC block to execute the code, emacs created a buffer with the interior python process. When I

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Alan Schmitt
On 2014-06-16 10:04, Rüdiger Sonderfeld ruedi...@c-plusplus.de writes: Hi, On Saturday 14 June 2014 15:11:21 Chris Raschl wrote: recently I wanted to add a weather forecast to my org-agenda. I found org-google-weather, but this package is obsolete since 2012, because the API is not

Re: [O] Capturing outgoing gnus e-mail

2014-06-16 Thread Eric Abrahamsen
Esben Stien b...@esben-stien.name writes: Eric Abrahamsen e...@ericabrahamsen.net writes: [1]: https://github.com/girzel/gnorb Some way to create a TODO for an outgoing mail, saying 'this mail needs a response, check in N days to see if we’ve got one.' That's really cool and I've been

Re: [O] proposal to have ignoreheading tags/properties

2014-06-16 Thread Eric Schulte
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Eric Schulte schulte.e...@gmail.com writes: In my opinion the manual interleaving of noexport and export tags is overly cumbersome and is non-obvious. It is as non-obvious as the task it achieves. The obscure nature of this solution

Re: [O] Insert #+BEAMER_HEADER_EXTRA before \begin{document}?

2014-06-16 Thread Sebastien Vauban
Hello Nicolas, Sebastien Vauban writes: But the whole point is that is DOES NOT even WORK for a couple of things, such as modifying base colors of a theme: #+BEAMER_HEADER: \setbeamercolor{frametitle}{bg=blue} won't work because of the misplacement of the BEAMER_HEADER placeholder

Re: [O] babel python example not reproducible

2014-06-16 Thread Doyley, Marvin
Hi Shiyuan, I think the problem is that Emacs or babel is using python located in /usr/bin or /usr/local/sbin rather than default python or ipython. The way I got around this is rename python in these locations to python_old and then did a soft link to ipython (i.e., ln -s

[O] capture template for interval

2014-06-16 Thread David Belohrad
Dear All, with a help of this mailinglist I have setup my capture template for appointments as follows: (setq org-capture-templates '( (a Appointment (compulsory) entry (file+datetree (concat my-org-files diary.org)) * %? :appt:\n%a\n%^T\n\nEntered on %U)

Re: [O] Insert #+BEAMER_HEADER_EXTRA before \begin{document}?

2014-06-16 Thread Nick Dokos
Sebastien Vauban sva-n...@mygooglest.com writes: About the keyword, my only concern is that #+LATEX_HEADER_EXTRA has already a specific meaning, which is different from the one we're going to implement. Can you restate once what the difference is between #+LATEX_HEADER and

[O] inclusion of #+RESULTS in a source block

2014-06-16 Thread Federico Beffa
Suppose you want to use a program such as Sympy or Maxima to find the analytic solution of a complicated equation. After this you want to make use of that solution for numerical evaluation of various cases. Is it safe to use the analytic results (without using a session) in the

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Doyley, Marvin
I love this app, but there is only one snag. Changing the temperature units from Celsius to Fahrenheit doesn't work. I get the same results regards of the units in specified in the org-weather-unit variable cheers, M -- Marvin Doyley Associate Professor 343 Hopeman Engineering Building

Re: [O] babel python example not reproducible

2014-06-16 Thread Eric Schulte
mdoy...@ur.rochester.edu (Doyley, Marvin) writes: Hi Shiyuan, I think the problem is that Emacs or babel is using python located in /usr/bin or /usr/local/sbin rather than default python or ipython. The way I got around this is rename python in these locations to python_old and then did

Re: [O] customizable C, C++, D, Java, Groovy compilers

2014-06-16 Thread Eric Schulte
Applied, Thanks! Thierry Banel tbanelweb...@free.fr writes: Hi all Here is a patch to make compilers customizable (by typing M-x customize-group org-babel). It applies to C, C++, D, Java, Groovy. This is consistent with customizations for R, Python, Ditaa and others languages. Have

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Ian Barton
On 16/06/14 11:45, Thorsten Jolitz wrote: Ian Barton li...@wilkesley.net writes: On 15/06/14 12:54, Thorsten Jolitz wrote: Not sure though if this data (except the moon phase) is as universally and easily available as the data you display Sunset and rise would be interesting too of

Re: [O] Errors after upgrading emacs to 24.3.1 and org to 7.9.4

2014-06-16 Thread Francisco Fernández
Chris Henderson henders254 at gmail.com writes: On Fri, Mar 22, 2013 at 3:38 AM, Eric S Fraga e.fraga at ucl.ac.uk wrote: Chris Henderson henders254 at gmail.com writes: I have upgraded emacs from version 24 to 24.3.1 via homebrew on os x mountain lion and every time I start emacs I

Re: [O] Linked tasks

2014-06-16 Thread Fletcher Charest
Hi Eric, Thank you, I will have a closer look at org-depend, although it seems to me that it's more 'depend' in the sense of 'this task has to be done for this other task to be doable'. But I only had a glimpse on the code. Regards, FC On Sat, Jun 14, 2014 at 10:19 AM, Eric Abrahamsen

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Nick Dokos
mdoy...@ur.rochester.edu (Doyley, Marvin) writes: I love this app, but there is only one snag. Changing the temperature units from Celsius to Fahrenheit doesn't work. I get the same results regards of the units in specified in the org-weather-unit variable [I don't have an org-weather-unit

Re: [O] org-weather for openweathermap.org

2014-06-16 Thread Doyley, Marvin
Thanks, I will change the api cheers, M --

Re: [O] babel python example not reproducible

2014-06-16 Thread Doyley, Marvin
Hi Eric, Thanks for showing me the smart way of doing this. cheers, M --

Re: [O] inclusion of #+RESULTS in a source block

2014-06-16 Thread Charles Berry
Federico Beffa beffa at ieee.org writes: Suppose you want to use a program such as Sympy or Maxima to find the analytic solution of a complicated equation. After this you want to make use of that solution for numerical evaluation of various cases. See

Re: [O] Errors after upgrading emacs to 24.3.1 and org to 7.9.4

2014-06-16 Thread Eric S Fraga
On Monday, 16 Jun 2014 at 15:43, Francisco Fernández wrote: [...] I'm new on this. And I have the same problem Where do you exactly change modeline to mode-line Wherever you have a reference to modeline in your initialisation files. If you cannot find that reference, try starting emacs with

[O] Checkboxes with org-list-allow-alphabetical

2014-06-16 Thread jeff Kowalczyk
Using Org-mode version 8.2.6 (release_8.2.6-1) git master 25fc4d: Alphabetic ordered lists do not seem to work with checkboxes: : (setq org-list-allow-alphabetical t) Type a checkbox, but org doesn't seem to parse it: : * heading : : 1. [ ] numeric heading :a. [ ] alphabetic subheading

Re: [O] babel C, C++, D enhancement

2014-06-16 Thread Achim Gratz
Thierry Banel writes: So Babel C++ may cause problem for large integers. I am not sure how we can fix this in any case. You'd need to know INT_MAX and give an error for larger values or use an integral type that is large enough to handle Emacs' integer (which would most likely be necessary for

Re: [O] babel C, C++, D enhancement

2014-06-16 Thread Thierry Banel
Hi Achim. You are right, INT_MAX is the C++ constant to compare to. It is defined in limits.h I'm not sure I want to locate limits.h (where is it ? are there several versions ?), and parse it, all from within Emacs-lisp... And this will have to be done for all languages (Python, Perl, Java, and

Re: [O] babel C, C++, D enhancement

2014-06-16 Thread Thomas S. Dye
Aloha Thierry, How about a user-customizable variable with a default value of 2147483647? All the best, Tom Thierry Banel tbanelweb...@free.fr writes: Hi Achim. You are right, INT_MAX is the C++ constant to compare to. It is defined in limits.h I'm not sure I want to locate limits.h

[O] Switching to DONE does not clock-out

2014-06-16 Thread noreply
Hello, Just a quick question. When updating the task state from TODO to DONE, is it supposed to clock-out *and* update the time spent since latest clock-in ? If I am asking this, it is because earlier today, it did not work exactly like I would I have expected: it clocked-out the task *but* it

Re: [O] Switching to DONE does not clock-out

2014-06-16 Thread Bastien
Hi, nore...@maillard.im writes: When updating the task state from TODO to DONE, is it supposed to clock-out With the default value for `org-clock-out-when-done', yes. *and* update the time spent since latest clock-in ? Not sure what it means: clocking out when switching from TODO to DONE

Re: [O] babel C, C++, D enhancement

2014-06-16 Thread Nick Dokos
t...@tsdye.com (Thomas S. Dye) writes: Aloha Thierry, How about a user-customizable variable with a default value of 2147483647? All the best, Tom Thierry Banel tbanelweb...@free.fr writes: Hi Achim. You are right, INT_MAX is the C++ constant to compare to. It is defined in limits.h

Re: [O] Switching to DONE does not clock-out

2014-06-16 Thread noreply
Bastien b...@gnu.org writes: If I am asking this, it is because earlier today, it did not work exactly like I would I have expected: it clocked-out the task *but* it did not update the time count. What do you mean by update the time count? Can you show the CLOCK: lines and what you expected