[Orgmode] Re: Release 6.33

2009-11-15 Thread Uwe Jochum
Carsten Dominik wrote:
 I still cannot get the test file to work, that Uwe posted here lately:
 
 This is strange, that *did* work before I pushed the release.
 Anyway, not it no longer does 
 
 OK, fixed again, hope it works now.
 
 - Carsten

Carsten,

thanks again for the latest org! 

Here's what I get when I'm exporting a contacts-file with drawers, using 
orgmode 6.33c:

1. Exporting to html works perfectly!

2. Exporting to pdf has a little flaw: When there is an anniversary-line 
just before the drawer this line is omitted during pdf export.

Here's my test file:

*begin of file**
#+DRAWERS:   ADRESSE
#+LANGUAGE:  de
#+OPTIONS:   toc:nil  f:t *:t :t d:t


* Musterfrau, Gerda

Irgendein Text.

%%(diary-anniversary 11 14 2009) Geburtstag: Gerda %d Jahre alt

:ADRESSE:
:Stadt:Frankfurt am Main
:Telephon:   069--7511--2660 (direkt)
:Telephon:   069--7511--1666 (Sekretärin)
:E-Post: mailto:g.musterf...@web.de
:END:

*End of file **

I'm pondering whether the omitted anniversary-line in the pdf-export is 
something desirable: the %% are looking ugly, and the information can be 
stored in the drawer itself. But the price for this is to double the 
information: the diary-entry-like sexps is necessary to show the information 
in the agenda view, and the doubled anniversary information in a drawer is 
necessary to have a nice looking output.

Herzliche Grüße,

Uwe




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


Re: [Orgmode] Re: Release 6.33

2009-11-15 Thread Carsten Dominik

Hi Uwe,

it i OK to just put the diary-anniversary line into the drawer.

Alternative:


#+DRAWERS:   ADRESSE
#+LANGUAGE:  de
#+OPTIONS:   toc:nil  f:t *:t :t d:t
#+CATEGORY: Geburtstag

* Musterfrau, Gerda

Irgendein Text.


:ADRESSE:
:Stadt:  Frankfurt am Main 2009-11-15 Sun +1y
:Telephon:   069--7511--2660 (direkt)
:Telephon:   069--7511--1666 (Sekretärin)
:E-Post: mailto:g.musterf...@web.de
:Geburtstag: 1997-11-15 Sat +1y
:END:
-

HTH

- Carsten


On Nov 15, 2009, at 11:02 AM, Uwe Jochum wrote:


Carsten Dominik wrote:
I still cannot get the test file to work, that Uwe posted here  
lately:


This is strange, that *did* work before I pushed the release.
Anyway, not it no longer does 

OK, fixed again, hope it works now.

- Carsten


Carsten,

thanks again for the latest org!

Here's what I get when I'm exporting a contacts-file with drawers,  
using

orgmode 6.33c:

1. Exporting to html works perfectly!

2. Exporting to pdf has a little flaw: When there is an anniversary- 
line

just before the drawer this line is omitted during pdf export.

Here's my test file:

*begin of file**
#+DRAWERS:   ADRESSE
#+LANGUAGE:  de
#+OPTIONS:   toc:nil  f:t *:t :t d:t


* Musterfrau, Gerda

Irgendein Text.

%%(diary-anniversary 11 14 2009) Geburtstag: Gerda %d Jahre alt

:ADRESSE:
:Stadt:Frankfurt am Main
:Telephon:   069--7511--2660 (direkt)
:Telephon:   069--7511--1666 (Sekretärin)
:E-Post: mailto:g.musterf...@web.de
:END:

*End of file **

I'm pondering whether the omitted anniversary-line in the pdf-export  
is
something desirable: the %% are looking ugly, and the information  
can be

stored in the drawer itself. But the price for this is to double the
information: the diary-entry-like sexps is necessary to show the  
information
in the agenda view, and the doubled anniversary information in a  
drawer is

necessary to have a nice looking output.

Herzliche Grüße,

Uwe




___
Emacs-orgmode mailing list
Remember: 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
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode