emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] org-collector : display problem with propview


From: d . tchin
Subject: [Orgmode] org-collector : display problem with propview
Date: Thu, 22 Jul 2010 08:52:08 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hi

I try to use org-collector. Since I have changed org-mode to release 7.01
there is a modification in the display of propview.


Below an example :

---------------------------------------------------------

* View
#+BEGIN: propview  :cols (ITEM CATEGORY) :scope tree :match "Inside1" 
| "ITEM"                                     | "CATEGORY"   |
|--------------------------------------------+--------------|
| "Inside first a \n\n\n\n\n\n    :Inside1:" | "firstentry" |
| "Inside first b \n\n\n\n\n\n    :Inside1:" | "firstentry" |
|--------------------------------------------+--------------|
|                                            |              |
#+END:


#+BEGIN: propview  :cols (ITEM CATEGORY) :scope tree :match "Inside2" 
| "ITEM"                                   | "CATEGORY"    |
|------------------------------------------+---------------|
| "Inside second\n\n\n\n\n\n    :Inside2:" | "secondentry" |
|------------------------------------------+---------------|
|                                          |               |
#+END:
  
** First entry
   :PROPERTIES:
   :CATEGORY:  firstentry
   :END:
*** Inside first a                                                  :Inside1:
*** Inside first b                                                  :Inside1:
** Second entry
   :PROPERTIES:
   :CATEGORY:  secondentry
   :END:   
*** Inside second                                                   :Inside2:

----------------------------------------------------------------------------

There were "\n" added after ITEM entry then the tag. 

Subsidiary question : is it possible not to display the tag in propview
ang ITEM entry. 


GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) of 2008-09-06 on SOFT-MJASON
Org-mode version 7.01





reply via email to

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