I have a general emacs-lisp compilation question, that maybe someone
here can shed some light on.
In trying to fold Org-babel into the core of Org-mode [1], I want to
resolve all warning being thrown by the emacs-lisp compiler. One
persistent warning is the following
: In end of data:
: ob-tangl
Buck Brody writes:
> Is there a way to clock in from the time that I most recently clocked
> out. I often find that I finish something, clock out, and then start
> something new without remembering to clock back in.
I'm not aware of any existing clocking code functionality that does what
you de
Is there a way to clock in from the time that I most recently clocked
out. I often find that I finish something, clock out, and then start
something new without remembering to clock back in.
___
Emacs-orgmode mailing list
Please use `Reply All' to send
William Henney writes:
> Hi Eric
>
> Thanks for your response
>
> On Mon, Jun 14, 2010 at 1:17 PM, Eric Schulte wrote:
>> Your code snippet exports as expected for me using the latest version of
>> Org-mode.
>>
>> What values do you have set for the
>> `org-export-latex-default-packages-alist'
Hi Nicolas,
Nicolas Goaziou writes:
>> Eric Schulte writes:
>
>> A potentially related issue,
>> The following org-mode snippet doesn't export correctly to latex,
>> presumably because of protection issues similar to those addressed in
>> your patch. Any ideas?
>
>> --8<---cut h
Hi Eric
Thanks for your response
On Mon, Jun 14, 2010 at 1:17 PM, Eric Schulte wrote:
> Your code snippet exports as expected for me using the latest version of
> Org-mode.
>
> What values do you have set for the
> `org-export-latex-default-packages-alist' and
> `org-export-latex-packages-alis
typo in my previous mail -- see below
"Eric Schulte" writes:
[...]
> (setq org-export-latex-default-packages-alist
> '(("" "inputenc")
> ("T1" "fontenc" t)
> ("" "fixltx2e" nil)
> ("" "graphicx" t)
> ("" "longtable" nil)
> ("" "float" nil)
>
Glauber Alex Dias Prado writes:
> i thought i was explicity enough when i said "when calling org-remember"
> :), this happens after i select a template and it prompts for completion
> which is being handled by anything, that is when the backtrace happens,
> this only happens with org-mode so i th
> Eric Schulte writes:
> A potentially related issue,
> The following org-mode snippet doesn't export correctly to latex,
> presumably because of protection issues similar to those addressed in
> your patch. Any ideas?
> --8<---cut here---start->8---
> **
Uwe Brauer wrote:
> > On Mon, 14 Jun 2010 14:45:59 +0200, Giovanni Ridolfi
> > wrote:
>>>
>>> why don't you use:
>
>> sorry I meant:
>> | Res1| Res2| Total|
>> |-|-|--|
>> | 3 | 4 | |
>> | 4 | 5 | |
>> #+TBLFM:$3=$1+S2
>
Hi Eric,
"Eric Schulte" wrote:
> [...] try with (a subset of) my settings you can by evaluating the following
> elisp.
>
> (setq org-export-latex-default-packages-alist
> '(("" "inputenc")
> ("T1" "fontenc" t)
> ("" "fixltx2e" nil)
> ("" "graphicx" t)
> ("" "l
Hi,
I've just added the ability to set buffer-wide header arguments using a
#+BABEL: line at the beginning of the buffer.
For more information see
http://eschulte.github.com/babel-dev/DONE-set-header-argument-values-on-a-buffer-bases.html
feedback welcome.
Cheers -- Eric
__
Hi William,
Your code snippet exports as expected for me using the latest version of
Org-mode.
What values do you have set for the
`org-export-latex-default-packages-alist' and
`org-export-latex-packages-alist'
variables?
My guess is that the problem could be in a rogue entry in one of those
A potentially related issue,
The following org-mode snippet doesn't export correctly to latex,
presumably because of protection issues similar to those addressed in
your patch. Any ideas?
--8<---cut here---start->8---
** comments not commented
# $some stuff
#
Hi all
If I have a snippet like so:
#+begin_src latex :file foo.png
Hello from org-babel!
#+end_src
then I can execute the source block with no problems, producing the
image foo.png.
However, if I change the filename to foo.pdf then it no longer works.
An intermediate .tex file is produced tha
sorry, please disregard this email -- Eric
"Eric Schulte" writes:
> Hi Nicolas,
>
> I think you forgot to attach the actual patch.
>
> Best -- Eric
>
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> With the following minimal example, the list isn't properly exported
>> to latex (please note there i
Hi Nicolas,
I think you forgot to attach the actual patch.
Best -- Eric
Nicolas Goaziou writes:
> Hello,
>
> With the following minimal example, the list isn't properly exported
> to latex (please note there is no problem with html). The culprit is
> obviously the equation split across two lin
Hi Nicolas,
This patch looks great. Since it's >10 lines long, I must ask if you've
signed the FSF papers for contributions to Emacs? If not is that
something you're willing to do?
http://orgmode.org/worg/org-contribute.php
Thanks -- Eric
Nicolas Goaziou writes:
> The example illustrating t
Uwe Brauer writes:
> Hello
>
> Programs like OO calc allow me to actualise automatically
> all rows of a column containing a formula.
>
> Like:
>
> Res1| Res2| Total
> 3 | 4 | =$1+$2
> 4 | 5 |
> 4 | 5 |
> 4 | 6 |
> 4 | 7 |
> 4 | 8 |
> 4 | 9 |
If you prefix the first c
> On Thu, 20 May 2010 17:20:34 +0200, Carsten Dominik
> said:
CD> Awesome! Even though I look like a hyperactive kid with a laser gun :-)
Translation: You're overworked and under-paid!
--
Wes Hardaker
My Pictures: http://capturedonearth.com/
My Th
> On Mon, 14 Jun 2010 14:45:59 +0200, Giovanni Ridolfi
> wrote:
>>
>> why don't you use:
> sorry I meant:
> | Res1| Res2| Total|
> |-|-|--|
> | 3 | 4 | |
> | 4 | 5 | |
> #+TBLFM:$3=$1+S2
> then with C-c in the "#+TBLFM:$3" lin
Hi all,
I recently had reason to import tasks from OmniFocus (a non-free
Mac-only task tracker) to org-mode, and wrote a piece of Lisp code to do
it for me. In the hope that it be useful to someone, I published it
here:
http://bitbucket.org/legoscia/of2org
Comments and bug reports are welcome,
Oh sorry, here is complete instructions:
(add-to-list 'load-path "/home/glauber/elisp")
(add-to-list 'load-path "/home/glauber/elisp/org-mode")
(add-to-list 'load-path "/home/glauber/elisp/org-mode/lisp")
(require 'org)
(require 'init-org-mode) ;; which can be found here:
http://openpaste.org/2210
Giovanni Ridolfi writes:
> Uwe Brauer writes:
>
>> Res1| Res2| Total
>> 3 | 4 | =$1+$2
>> 4 | 5 |
>> 4 | 5 |
>> 4 | 6 |
>> 4 | 7 |
>> 4 | 8 |
>> 4 | 9 |
>> Now the only thing I have to do is copy and paste it into
>> the rows below that formula in the same column.
>
>
Uwe Brauer writes:
> Hello
>
> Programs like OO calc allow me to actualise automatically
> all rows of a column containing a formula.
>
> Like:
>
> Res1| Res2| Total
> 3 | 4 | =$1+$2
> 4 | 5 |
> 4 | 5 |
> 4 | 6 |
> 4 | 7 |
> 4 | 8 |
> 4 | 9 |
> Now the only thing I hav
Hi —
I may have missed when this happened or if it's been discussed already, but I'm
noticing that recent Org-mode automatically rebuilds the agenda each time I
refile a task. This can dramatically slow down the process of refiling a lot of
items. Is there a setting to change this?
TIA
— Mich
i thought i was explicity enough when i said "when calling org-remember"
:), this happens after i select a template and it prompts for completion
which is being handled by anything, that is when the backtrace happens,
this only happens with org-mode so i thought it was more a org thing
than anythin
Hello
Programs like OO calc allow me to actualise automatically
all rows of a column containing a formula.
Like:
Res1| Res2| Total
3 | 4 | =$1+$2
4 | 5 |
4 | 5 |
4 | 6 |
4 | 7 |
4 | 8 |
4 | 9 |
Now the only thing I have to do is copy and paste it into
the rows below
I tried to install it as well using python-pip and the result was
dan...@martins:~$ pip install ical2org
Downloading/unpacking ical2org
Downloading ical2org-1.2.tar.gz
Running setup.py egg_info for package ical2org
Traceback (most recent call last):
File "", line 3, in
ImportErr
Hi Eric, Benjamen, Daniel, and all,
>>> [...] What do you think about all this?
Thanks to get the debate launched. I was fearing to stay alone ;-)
Regarding the clocked times:
>> I just read this and before nobody answers, I'll give you a small POC
>> that should work for you. As far as I can t
The example illustrating the patch should be :
--
1. A very long line with a mathematical environment at its end \(x =
25 \)
#+BEGIN_EXAMPLE
3. three
4. four
#+END_EXAMPLE
2. Another line
-
31 matches
Mail list logo