Re: [O] babel python example not reproducible

2014-06-16 Thread Shiyuan
Hi all, I found a solution to fix the echo problem of the emacs python shell: http://stackoverflow.com/questions/8060609/python-interpreter-in-emacs-repeats-lines That is, in the Interior Python buffer, do M-: (setq comint-process-echoes t) ;; or nil Now, if I enter command directly in the

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

2014-06-16 Thread noreply
Bastien 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 i

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 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 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

[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 d

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 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 (where is it ? are

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 s

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

[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 (ty

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 em

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

2014-06-16 Thread Charles Berry
Federico Beffa 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 http://orgmode.org/ma

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] org-weather for openweathermap.org

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

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] 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 wrote:

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 gmail.com> writes: > > On Fri, Mar 22, 2013 at 3:38 AM, Eric S Fraga ucl.ac.uk> wrote: > > Chris Henderson 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 get error: > >> > >> er

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

2014-06-16 Thread Ian Barton
On 16/06/14 11:45, Thorsten Jolitz wrote: Ian Barton 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 ge

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

2014-06-16 Thread Eric Schulte
Applied, Thanks! Thierry Banel 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 fun > Thierry

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

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 Universit

[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 followi

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

2014-06-16 Thread Nick Dokos
Sebastien Vauban 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 #+LATEX_HEADER_EXTRA? It never

[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 %

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 /anaconda/bin/ipython

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 plac

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

2014-06-16 Thread Eric Schulte
Nicolas Goaziou writes: > Hello, > > Eric Schulte 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 >>

Re: [O] Capturing outgoing gnus e-mail

2014-06-16 Thread Eric Abrahamsen
Esben Stien writes: > Eric Abrahamsen 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 looking for ages for something like t

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

2014-06-16 Thread Alan Schmitt
On 2014-06-16 10:04, Rüdiger Sonderfeld 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 available any more. S

Re: [O] babel python example not reproducible

2014-06-16 Thread Nick Dokos
Shiyuan 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 switched t

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

2014-06-16 Thread Mark Edgington
Nicolas Goaziou 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, I

Re: [O] Tangling with variables in R

2014-06-16 Thread Rainer M Krug
Andreas Leha writes: > Hi Rainer, Hi Andreas, > > Rainer M Krug 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 following variables: >> >> #+NAM

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

2014-06-16 Thread Thorsten Jolitz
Ian Barton 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 by do

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
Chris Raschl 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 Quelle: [[http://

Re: [O] Link to Top Most Heading

2014-06-16 Thread Thorsten Jolitz
Esben Stien 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 reached the top as it

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

2014-06-16 Thread Nicolas Goaziou
Hello, Eric Schulte 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 implementations of filte

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 openweat