emacs-orgmode
[Top][All Lists]
Advanced

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

shrink table in columnmode view (poor man's issue system)


From: Uwe Brauer
Subject: shrink table in columnmode view (poor man's issue system)
Date: Sat, 25 Sep 2021 14:25:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Hi 

I use the following org file to organise my issues.
It works quite well, however I would like to have a shrink option
automatically in my columnview.

Any idea how to achieve that?

Thanks and regards

Uwe Brauer 

File starts here:
#+begin_src 
#+STARTUP: shrink

* Issues
   :PROPERTIES:
   :COLUMNS:  %50ITEM(Problem) %10Is(Issue Nr) %7TODO(Status) %26TAGS(Which) 
%17Date(Date) %7STATUS(Status){X/} 
   :ID:       Issues
   :END:

** TODO Why is  \eqref{eq:section4-sh15}: not used in the proof of proposition 
5 (section 4)
   :PROPERTIES:
   :ID:       Issues
   :Date:     <2021-09-25 sáb>
   :STATUS:   [ ]
   :Is:       9
   :END:

The table is generated like this
#+BEGIN: columnview  :hlines 2 :skip-empty-rows t :indent nil  :format 
"%5ITEM(Problem) %5Is(Issue) %12TODO  %12Date %7Status(Status){X/}"
| Problem                                                                       
       | Issue | TODO | Date         | Status |
|--------------------------------------------------------------------------------------+-------+------+--------------+--------|
| Issues                                                                        
       |       |      |              | [0/1]  |
|--------------------------------------------------------------------------------------+-------+------+--------------+--------|
| Why is  \eqref{eq:section4-sh15}: not used in the proof of proposition 5 
(section 4) |     9 | TODO | <2021-09-25 sáb> | [ ]    |
#+END:


But I would like to have this

#+BEGIN: columnview  :hlines 2 :skip-empty-rows t :indent nil  :format 
"%5ITEM(Problem) %5Is(Issue) %12TODO  %12Date %7Status(Status){X/}"
|<45>
| Problem                                                                       
       | Issue | TODO | Date         | Status |
|--------------------------------------------------------------------------------------+-------+------+--------------+--------|
| Issues                                                                        
       |       |      |              | [0/1]  |
|--------------------------------------------------------------------------------------+-------+------+--------------+--------|
| Why is  \eqref{eq:section4-sh15}: not used in the proof of proposition 5 
(section 4) |     9 | TODO | <2021-09-25 sáb> | [ ]    |
#+END:

#+end_src 




reply via email to

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