Hello,
I am trying to clock in using C-x C-i but I always get the same
message with all my org-mode files:
"cond: State `STARTED' not valid in this file"
I am running emacs GNU Emacs 23.1.50.1 (i386-apple-darwin10.0.0, NS
apple-appkit-1038.11) and org-mode version 6.35i.
Thank you for your help
For that I just use separate tables. I use a headline for each month, say
"May 2010" and subheadings for each category (groceries, bills, transport,
etc.) with a corresponding table in each one. Each table calculates the
total for that category and has a unique name, say "BillsMay2010".
All of th
Simao M writes:
> "cond: State `STARTED' not valid in this file"
Have you customized your org-todo-keywords? My guess is some thing might
be wrong there.
Did you change your configurations before this problem?
Have it ever worked?
If you do
M-x toggle-debug-on-error
and try to clock in again
Hi Mikael,
Mikael Fornius wrote:
> I have not tried it but I found this variable:
>
> org-agenda-deadline-faces
>
> "Faces for showing deadlines in the agenda."
>
> maybe it solves your problem?
Excellent hint...
I've customized it that way:
--8<---cut here---start-
Hi,
after some fiddling and looking at list-load-path-shadows (where I did
not find org-latex at all), I included
(require 'org-latex)
into my .emacs file, which solved the problem. This solution somewhat
puzzles me though, since I would have expected that org-latex is
loaded by default. But maybe
Erik Butz writes:
> Hi,
>
> after some fiddling and looking at list-load-path-shadows (where I did
> not find org-latex at all), I included
> (require 'org-latex)
> into my .emacs file, which solved the problem. This solution somewhat
> puzzles me though, since I would have expected that org-latex
Hi John, Carsten and fellow orgs.
This patch introduces a small new feature in org-habit I have wanted
for a while:
When mouse is over a done-star in the habit-graph I get a help-echo
with the date.
This is useful because I use many preceeding days and there is no easy
way (that I know of) to f
Hi all,
i'm using emacs-23.1 and org-mode 6.35i and trying to export as PDF the
beamer document from the Beamer tutorial
http://orgmode.org/worg/org-tutorials/org-beamer.php
but i get the following error:
*org-export-latex-set-initial-vars: No definition for class `beamer' in
`org-export-latex-cl
Some time ago Carsten sent a file with with his colours patterns with black
background.
I would like to know if someone has a similar pattern when using black
foregroung and a lighter backgroung (not necessarily white).
Could you share it with us?
Daniel
2010/5/4 Sébastien Vauban
> Hi Mikae
Hi Rares,
I had a similar problem recently which was cured by including
(require 'org-latex)
in my .emacs file. Does this help in your case?
Cheers,
Erik
On Tue, May 4, 2010 at 10:09 AM, Rares Pop wrote:
> Hi all,
>
> i'm using emacs-23.1 and org-mode 6.35i and trying to export as PDF the
>
It's not working.
I'm getting the following error when exporting to PDF:
! LaTeX Error: File `wrapfig.sty' not found.
Type X to quit or to proceed,
or enter new name. (Default extension: sty)
Enter file name:
! Emergency stop.
l.11 \usepackage
{soul}^^M
*** (cannot \read from
That sounds very good! This is the functionality I am looking for!
Would you like to share your yasnippet and any other settings that you have
worked out?
It would help me alot!
Thanks!
Johan
On Tue, May 4, 2010 at 10:36 AM, Darlan Cavalcante Moreira <
darc...@gmail.com> wrote:
>
> For that I j
Hi Rares,
actually it seems that it IS working. The error you are getting now is
a latex error saying that you are missing a package (wrapfig). You
probably need to update your latex installation with that package. The
way you do this, depends on the distribution you're using. On
ubuntu/debian yo
I like pretty much all work done appearing in my agenda. Including
adding notes. Its easy enough to subfilter for just TODOs later.
With this in mind I modified org :-
Modified lisp/org.el
diff --git a/lisp/org.el b/lisp/org.el
index 9c2f848..cd296b9 100644
--- a/lisp/org.el
+++ b/lisp/o
On May 4, 2010, at 12:26 AM, Sebastian Rose wrote:
Erik Butz writes:
Hi,
after some fiddling and looking at list-load-path-shadows (where I
did
not find org-latex at all), I included
(require 'org-latex)
into my .emacs file, which solved the problem. This solution somewhat
puzzles me thou
Here's what I did:
(defun org-mobile-pullpush nil nil (org-mobile-pull)
(org-mobile-push))
(run-at-time "00:59" 3600 'org-mobile-pullpush)
This way, if I had anything on the mobile device, I get it merged locally
and then pushed back to mobile. Didn't use it
"Thomas S. Dye" writes:
> On May 4, 2010, at 12:26 AM, Sebastian Rose wrote:
>
>> Erik Butz writes:
>>> Hi,
>>>
>>> after some fiddling and looking at list-load-path-shadows (where I did
>>> not find org-latex at all), I included
>>> (require 'org-latex)
>>> into my .emacs file, which solved the
Hi,
I might be the only user of this but todo state highlighting has been
broken at some point reasonably recently. I've just updated to .35i
and now instead of having a green DONE in my pdf, I have a {DONE}
where the opening brace is green.
Any ideas?
Simon
___
On Tue, 4 May 2010 16:18:40 +0300, Rares Pop wrote:
>
> It's not working.
>
> I'm getting the following error when exporting to PDF:
>
> ! LaTeX Error: File `wrapfig.sty' not found.
>
> Type X to quit or to proceed,
> or enter new name. (Default extension: sty)
>
> Enter file name:
> ! Emerg
19 matches
Mail list logo