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
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
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
>>
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
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
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
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
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
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
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
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
Hi Eric,
Thanks for showing me the smart way of doing this.
cheers,
M
--
Thanks,
I will change the api
cheers,
M
--
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
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:
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
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
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
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
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
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
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
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 %
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
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
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
>>
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
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
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
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
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
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
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:
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://
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
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
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
37 matches
Mail list logo