[O] start clock doesn't refresh agenda

2012-11-12 Thread Rares Pop
Hi,

I'm using emacs 23.1.1 with org-mode 7.9.2 and when i'm starting the clock
on the current item from the agenda I get the clock started but the agenda
doesn't get refreshed (the yellow line on the current item is not
displayed). If i hit manually refresh (g ) i get the yellow line.

Can you please help me with this issue?

Thanks,
Rares


[Orgmode] export TODO keyword

2010-08-16 Thread Rares Pop
Hello,

sorry for the beautifier question.
I'm trying to export an org document with some TODO tasks to a PDF file.
And I get the output in the PDF file for the TODO keyword like this:
 *{TODO}*
*
*
But i want it simple

*TODO or [TODO].*
*
*
I don't want to have those curly brackets at the beginning and the end of
the TODO keyword.


Thank you very much for the help,
Rares
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] export TODO keyword

2010-08-16 Thread Rares Pop
Hi Carsten,

I've attached the org file and the exported PDF file.

I'm using org-6.35i and export settings are the default ones.

Thanks again for trying to help,
Rares

On Mon, Aug 16, 2010 at 11:45 AM, Carsten Dominik carsten.domi...@gmail.com
 wrote:


 On Aug 16, 2010, at 10:39 AM, Rares Pop wrote:

  Hello,

 sorry for the beautifier question.
 I'm trying to export an org document with some TODO tasks to a PDF file.
 And I get the output in the PDF file for the TODO keyword like this:
  {TODO}

 But i want it simple

 TODO or [TODO].

 I don't want to have those curly brackets at the beginning and the end of
 the TODO keyword.


 Hi Rares,

 how about you post an example file for people to reproduce the issue?
 And then say exactly how you exported it, with what setup?

 - Carsten




test.pdf
Description: Adobe PDF document


test.org
Description: Binary data
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] export TODO keyword

2010-08-16 Thread Rares Pop
Carsten,

I've found part of the problem but I don't know the cause.
The *.tex file was generated with curly brackets
(e.g. \section{\textbf\{TODO\} Task 1}) - i've attached the *.tex file
And if I remove the slashes(*\ \)* signs the latex code will be something
like this (e.g \section{\textbf{TODO} Task 1})
and by exporting it to PDF it looks ok.

The value of the variable *Org Export Latex Todo Keyword Markup* is *
\textbf{%s}*
*
*
So it seems that somewhere on the road some slash signs are added without
permission.

Thanks again,
Rares



I've attached also my *.emacs* file and the tex file output from the org
file.

On Mon, Aug 16, 2010 at 1:36 PM, Carsten Dominik
carsten.domi...@gmail.comwrote:

 Hi,

 I cannot reproduce this problem.

 Best wishes

 - Carsten


 On Aug 16, 2010, at 11:06 AM, Rares Pop wrote:

  Hi Carsten,

 I've attached the org file and the exported PDF file.

 I'm using org-6.35i and export settings are the default ones.

 Thanks again for trying to help,
 Rares

 On Mon, Aug 16, 2010 at 11:45 AM, Carsten Dominik 
 carsten.domi...@gmail.com wrote:

 On Aug 16, 2010, at 10:39 AM, Rares Pop wrote:

 Hello,

 sorry for the beautifier question.
 I'm trying to export an org document with some TODO tasks to a PDF file.
 And I get the output in the PDF file for the TODO keyword like this:
  {TODO}

 But i want it simple

 TODO or [TODO].

 I don't want to have those curly brackets at the beginning and the end of
 the TODO keyword.

 Hi Rares,

 how about you post an example file for people to reproduce the issue?
 And then say exactly how you exported it, with what setup?

 - Carsten


 test.pdftest.org


 - Carsten






test.tex
Description: TeX document
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] export TODO keyword

2010-08-16 Thread Rares Pop
Thanks,

I'll upgrade then.

Rares

On Mon, Aug 16, 2010 at 4:14 PM, Simon Brown si...@cliffestones.demon.co.uk
 wrote:

 Hi Rares,

 At Mon, 16 Aug 2010 14:27:47 +0300,
 Rares Pop rares@gmail.com wrote:
  I've found part of the problem but I don't know the cause.
  The *.tex file was generated with curly brackets
  (e.g. \section{\textbf\{TODO\} Task 1}) - i've attached the *.tex file
  And if I remove the slashes(*\ \)* signs the latex code will be something
  like this (e.g \section{\textbf{TODO} Task 1})
  and by exporting it to PDF it looks ok.
 
  The value of the variable *Org Export Latex Todo Keyword Markup* is *
  \textbf{%s}*
  *
  *
  So it seems that somewhere on the road some slash signs are added without
  permission.

 This sounds like a bug I encountered a while back:
 http://article.gmane.org/gmane.emacs.orgmode/24900

 Carsten fixed it a while ago (Thanks!)

 I suggest you update.

 Simon

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] export TODO keyword

2010-08-16 Thread Rares Pop
From what I found so far there are no macros involved here.

I'll perform the upgrade to the latest version and see how if it's fixed.

Thanks to all,
Rares

On Mon, Aug 16, 2010 at 5:08 PM, Sebastian Rose sebastian_r...@gmx.dewrote:

 Rares Pop rares@gmail.com writes:
  Carsten,
 
  I've found part of the problem but I don't know the cause.
  The *.tex file was generated with curly brackets
  (e.g. \section{\textbf\{TODO\} Task 1}) - i've attached the *.tex file
  And if I remove the slashes(*\ \)* signs the latex code will be something
  like this (e.g \section{\textbf{TODO} Task 1})
  and by exporting it to PDF it looks ok.


 Hi Rares,


 are you sure, you did not try to define a Macro the wrong way or
 something like that?   I cannot reproduce this either.


   Sebastian



 
  The value of the variable *Org Export Latex Todo Keyword Markup* is *
  \textbf{%s}*
  *
  *
  So it seems that somewhere on the road some slash signs are added without
  permission.
 
  Thanks again,
  Rares
 
 
 
  I've attached also my *.emacs* file and the tex file output from the org
  file.
 
  On Mon, Aug 16, 2010 at 1:36 PM, Carsten Dominik
  carsten.domi...@gmail.comwrote:
 
  Hi,
 
  I cannot reproduce this problem.
 
  Best wishes
 
  - Carsten
 
 
  On Aug 16, 2010, at 11:06 AM, Rares Pop wrote:
 
   Hi Carsten,
 
  I've attached the org file and the exported PDF file.
 
  I'm using org-6.35i and export settings are the default ones.
 
  Thanks again for trying to help,
  Rares
 
  On Mon, Aug 16, 2010 at 11:45 AM, Carsten Dominik 
  carsten.domi...@gmail.com wrote:
 
  On Aug 16, 2010, at 10:39 AM, Rares Pop wrote:
 
  Hello,
 
  sorry for the beautifier question.
  I'm trying to export an org document with some TODO tasks to a PDF
 file.
  And I get the output in the PDF file for the TODO keyword like this:
   {TODO}
 
  But i want it simple
 
  TODO or [TODO].
 
  I don't want to have those curly brackets at the beginning and the end
 of
  the TODO keyword.
 
  Hi Rares,
 
  how about you post an example file for people to reproduce the issue?
  And then say exactly how you exported it, with what setup?
 
  - Carsten
 
 
  test.pdftest.org
 
 
  - Carsten

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] page setup - PDF Export

2010-05-14 Thread Rares Pop
Thanks Eric,

the use of geometry package is working.

Thanks a lot,
Rares

On Thu, May 13, 2010 at 6:37 PM, Eric S Fraga ucec...@ucl.ac.uk wrote:

 On Thu, 13 May 2010 15:15:26 +0300, Rares Pop rares@gmail.com wrote:
 
  [1  multipart/alternative (7bit)]
  [1.1  text/plain; ISO-8859-1 (7bit)]
  Hi all,
 
  do you there is a way to modify the page setup parameters (top, bottom,
  left, right) when doing an PDF export.
  There are some predefined templates for A4, A5 format?
 
  I searched the manual and the mailing list and didn't find anything.
 
  Appreciate your help,
  Rares

 PDF export makes use of latex so you need to provide latex
 customisations.  The easiest (IMO) way to modify margins and paper
 size is through the geometry package, as in:

 #+latex_header: \usepackage[margin=5cm]{geometry}

 in the preamble of your org file.

 See the documentation for the latex geometry package (on the web etc)
 for full details of everything you can modify!

 HTH,
 eric

 --
 Eric S Fraga
 GnuPG: 8F5C 279D 3907 E14A 5C29  570D C891 93D8 FFFC F67D


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] page setup - PDF Export

2010-05-13 Thread Rares Pop
Hi all,

do you there is a way to modify the page setup parameters (top, bottom,
left, right) when doing an PDF export.
There are some predefined templates for A4, A5 format?

I searched the manual and the mailing list and didn't find anything.

Appreciate your help,
Rares
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] export beamer

2010-05-05 Thread Rares Pop
Thanks Erik,

that was the problem. As a summary, I fixed my initial problem by

   - adding (require 'org-latex) to my .emacs configuration file
   - installing the *texlive-latex-extra* package for the LaTeX
   supplementary packages

Case closed.
Thanks again,
Rares

P.S. Good spotting Erik, I'm using ubuntu :)

On Tue, May 4, 2010 at 5:38 PM, Erik Butz erik.b...@googlemail.com wrote:

 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 you could do:
 apt-cache search wrapfig

 which would give:
 texlive-latex-extra - TeX Live: LaTeX supplementary packages

 which would then be the package that you're missing.


 Cheers,

 Erik


 On Tue, May 4, 2010 at 3:18 PM, Rares Pop rares@gmail.com 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 RETURN to proceed,
  or enter new name. (Default extension: sty)
 
  Enter file name:
  ! Emergency stop.
  read *
 
  l.11 \usepackage
  {soul}^^M
  *** (cannot \read from terminal in nonstop modes)
 
   Thanks,
  Rares
 
  On Tue, May 4, 2010 at 3:47 PM, Erik Butz erik.b...@googlemail.com
 wrote:
 
  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 rares@gmail.com wrote:
   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-classes'
  
   Can you please help me on this front?
  
   Thanks,
   Rares
  
   ___
   Emacs-orgmode mailing list
   Please use `Reply All' to send replies to the list.
   Emacs-orgmode@gnu.org
   http://lists.gnu.org/mailman/listinfo/emacs-orgmode
  
  
 
 

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] export beamer

2010-05-04 Thread Rares Pop
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-classes'*

Can you please help me on this front?

Thanks,
Rares
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] export beamer

2010-05-04 Thread Rares Pop
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 RETURN to proceed,
or enter new name. (Default extension: sty)

Enter file name:
! Emergency stop.
read *

l.11 \usepackage
{soul}^^M
*** (cannot \read from terminal in nonstop modes)

 Thanks,
Rares

On Tue, May 4, 2010 at 3:47 PM, Erik Butz erik.b...@googlemail.com wrote:

 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 rares@gmail.com wrote:
  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-classes'
 
  Can you please help me on this front?
 
  Thanks,
  Rares
 
  ___
  Emacs-orgmode mailing list
  Please use `Reply All' to send replies to the list.
  Emacs-orgmode@gnu.org
  http://lists.gnu.org/mailman/listinfo/emacs-orgmode
 
 

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Re: timestamps

2010-02-09 Thread Rares Pop
Thanks for the answer Carsten.

There is any plan to support it in future releases?

Thanks,
Rares

On Tue, Feb 9, 2010 at 12:42 AM, Carsten Dominik
carsten.domi...@gmail.comwrote:


 On Feb 8, 2010, at 5:23 PM, Rares Pop wrote:

  Hi Matt,

 It worked almost everything, with the exception of publishing and
 exporting.
 That doesn't work only if i delete the CLOCK: string before the timestamp.

 Here is the line:
  CLOCK: [2010-02-08 Mon 15:31]--[2010-02-08 Mon 16:32] =  1:01

 I searched through the doco but i didn't not find any solution, to export
 it the way it is.

 Can you give some more ideas?


 Clock lines are currently unconditionally removed during export.
 Mainly because I think they look ugly and nobody wants to see them.

 - Carsten


 Best regards,
 RAres

 On Mon, Feb 8, 2010 at 3:14 PM, Matt Lundin m...@imapmail.org wrote:
 Rares Pop rares@gmail.com writes:

  I'm using orgmode 6.30d, under the OS Ubuntu 8.04 and the general
  idea is to use it to log my work and i'm facing the following issues:
 
* insert a constant timestamp (e.g. i forgot to insert an activity
  that i did yesterday, and i want to log it. Ican't insert a clock
  with previous start and end date)

 You can insert an timestamp with HH:MM by typing C-u C-c !.

 Here is a *very simple* function I use to insert a clock line at point:

 --8---cut here---start-8---
   (defun my-org-insert-old-clock ()
 Insert a clock line interactively at point.
 (interactive)
 (open-line 1)
 (insert CLOCK: )
 (org-time-stamp-inactive t)
 (insert --)
 (org-time-stamp-inactive t)
 (org-clock-update-time-maybe))
 --8---cut here---end---8---

* change a timestamp inserted with a clock log in (e.g. i booked an
  activity to had started at 01:40PM but it actually started at 02:00
  PM, how can i change it to have it delayed 20 minutes later)

 You can change a time stamp by using Shift and the arrow keys. S-left
 and S-right move forward and backward by day. S-up and S-down change
 individual elements of the clock (hour, minutes, etc.).

 See manual section 8.2: Creating timestamps.

* export the org mode document with the clocks timestamp (e.g. i want
  to export the working log with all the timestamp both HTML and PDF
  but i have no success. The clock timestamps are not displayed in
  the output file)

 Are your timestamps in a :LOGBOOK: drawer? If so, you can turn on the
 inclusion of drawers in export by adding the following line to the top
 of your file:

 #+OPTIONS: d:t

 Or you can set org-export-with-drawers to t.

 Hope this helps.
 Matt

 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode


 - Carsten




___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] timestamps

2010-02-08 Thread Rares Pop
Hi,

I'm using orgmode 6.30d, under the OS Ubuntu 8.04 and the general idea is to
use it to log my work and i'm facing the following issues:

   - insert a constant timestamp (e.g. i forgot to insert an activity that i
   did yesterday, and i want to log it. Ican't insert a clock with previous
   start and end date)
   - change a timestamp inserted with a clock log in (e.g. i booked an
   activity to had started at 01:40PM but it actually started at 02:00 PM, how
   can i change it to have it delayed 20 minutes later)
   - export the org mode document with the clocks timestamp (e.g. i want to
   export the working log with all the timestamp both HTML and PDF but i have
   no success. The clock timestamps are not displayed in the output file)

I mentioned that i read all the manual and the advices given there don't
work.

Thank you very much for your help,
Rares
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: timestamps

2010-02-08 Thread Rares Pop
Hi Matt,

It worked almost everything, with the exception of publishing and exporting.
That doesn't work only if i delete the CLOCK: string before the timestamp.

Here is the line:
 CLOCK: [2010-02-08 Mon 15:31]--[2010-02-08 Mon 16:32] =  1:01

I searched through the doco but i didn't not find any solution, to export it
the way it is.

Can you give some more ideas?

Best regards,
RAres

On Mon, Feb 8, 2010 at 3:14 PM, Matt Lundin m...@imapmail.org wrote:

 Rares Pop rares@gmail.com writes:

  I'm using orgmode 6.30d, under the OS Ubuntu 8.04 and the general
  idea is to use it to log my work and i'm facing the following issues:
 
* insert a constant timestamp (e.g. i forgot to insert an activity
  that i did yesterday, and i want to log it. Ican't insert a clock
  with previous start and end date)

 You can insert an timestamp with HH:MM by typing C-u C-c !.

 Here is a *very simple* function I use to insert a clock line at point:

 --8---cut here---start-8---
(defun my-org-insert-old-clock ()
  Insert a clock line interactively at point.
  (interactive)
  (open-line 1)
  (insert CLOCK: )
  (org-time-stamp-inactive t)
  (insert --)
  (org-time-stamp-inactive t)
  (org-clock-update-time-maybe))
 --8---cut here---end---8---

* change a timestamp inserted with a clock log in (e.g. i booked an
  activity to had started at 01:40PM but it actually started at 02:00
  PM, how can i change it to have it delayed 20 minutes later)

 You can change a time stamp by using Shift and the arrow keys. S-left
 and S-right move forward and backward by day. S-up and S-down change
 individual elements of the clock (hour, minutes, etc.).

 See manual section 8.2: Creating timestamps.

* export the org mode document with the clocks timestamp (e.g. i want
  to export the working log with all the timestamp both HTML and PDF
  but i have no success. The clock timestamps are not displayed in
  the output file)

 Are your timestamps in a :LOGBOOK: drawer? If so, you can turn on the
 inclusion of drawers in export by adding the following line to the top
 of your file:

 #+OPTIONS: d:t

 Or you can set org-export-with-drawers to t.

 Hope this helps.
 Matt

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode