emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: from headers to tables, wrap long lines automatically


From: Axel Kielhorn
Subject: Re: from headers to tables, wrap long lines automatically
Date: Sat, 17 Oct 2020 06:28:56 +0200

Hallo Uwe,

> Please look at this the resulting table has a very long entry. How could
> I force a line break? Of course I can go to the table and wrap the line,
> but this is not what I want.
> 
> Thanks 
> 
> Uwe Brauer 
> 
> #+begin_src 
> *   University Göttingen
>   :PROPERTIES:
>   :COLUMNS:  %10IP(IP) %10TIT(Title) %17Date(Date) 
>   :ID:       Issues
>   :END:
> 
> ** Grant 123456
>   :PROPERTIES:
>   :IP:       Bernhard Riemann
>   :TIT:      The final and most convincing proof the the Riemann Hypothesis 
> by very very elementary methods. 
>   :DATE:     January 1859-Today
>   :END:
> 

If you are exporting to LaTeX you could use something like:

#+attr_latex: :align lllp{3.5cm}  

> #+TBLNAME: ucm
> #+BEGIN: columnview :hlines 1 :indent nil :format "%50ITEM(Project) %5IP(IP) 
> %12Date %5TIT(Titule)"
> | Project              | IP               | Date               | Titule       
>                                                                               
>      |
> |----------------------+------------------+--------------------+-------------------------------------------------------------------------------------------------|
> | University Göttingen |                  |                    |              
>                                                                               
>      |
> | Grant 123456         | Bernhard Riemann | January 1859-Today | The final 
> and most convincing proof the the Riemann Hypothesis by very very elementary 
> methods. |
> #+END
> #+end_src

Greetings
Axel


reply via email to

[Prev in Thread] Current Thread [Next in Thread]