Re: Display problems

2019-11-12 Thread Fabrice Popineau
Thanks Eric for this explanation! I can't read emacs-devel as often as I did. Fabrice Le mar. 12 nov. 2019 à 07:45, Fraga, Eric a écrit : > On Monday, 11 Nov 2019 at 17:12, Fabrice Popineau wrote: > > - with global-hl-line-mode: the cursor disappears on empty lines, > > quite disturbing in my

Re: Display problems

2019-11-11 Thread Fraga, Eric
On Monday, 11 Nov 2019 at 17:12, Fabrice Popineau wrote: > - with global-hl-line-mode: the cursor disappears on empty lines, > quite disturbing in my opinion Known problem in latest versions of Emacs with extended faces (hl-line face is one such face). If you customize the face and remove the

Display problems

2019-11-11 Thread Fabrice Popineau
Hi, I noticed a couple of problems recently: - with global-hl-line-mode: the cursor disappears on empty lines, quite disturbing in my opinion [image: image.png] [image: image.png] - with org-hide-emphasis-markers: when at the end of a line as above, if turned on, then you can't go past the

Re: [O] org-collector - propview display problems

2016-03-15 Thread dche
Many thanks, I am going to use org-collector again. It would be great if org-collector could implement kind of regular expression in the research of string. For example with the example provides for org-collector something like :conds ((string= SPENDTYPE "health|food")) to look for health or

Re: [O] org-collector - propview display problems

2016-03-14 Thread Charles Millar
Nicolas, On 03/14/2016 08:36 AM, Nicolas Goaziou wrote: Hello, dche writes: I have just done the test and I have the following ouptut #+BEGIN: propview :id "december" :conds ((string= SPENDTYPE "food")) :cols (ITEM AMOUNT) | ITEM |

Re: [O] org-collector - propview display problems

2016-03-14 Thread Charles Millar
Nicolas, On 03/14/2016 08:36 AM, Nicolas Goaziou wrote: Hello, dche writes: I have just done the test and I have the following ouptut #+BEGIN: propview :id "december" :conds ((string= SPENDTYPE "food")) :cols (ITEM AMOUNT) | ITEM |

Re: [O] org-collector - propview display problems

2016-03-14 Thread Nicolas Goaziou
Hello, dche writes: > I have just done the test and I have the following ouptut > > #+BEGIN: propview :id "december" :conds ((string= SPENDTYPE "food")) :cols > (ITEM AMOUNT) > | ITEM | AMOUNT | >

Re: [O] org-collector - propview display problems

2016-03-14 Thread dche
Thank you. I have just done the test and I have the following ouptut #+BEGIN: propview :id "december" :conds ((string= SPENDTYPE "food")) :cols (ITEM AMOUNT) | ITEM | AMOUNT | |+| | " Grocery Store

Re: [O] org-collector - propview display problems

2016-03-13 Thread Nicolas Goaziou
Hello, dche writes: > With my actual configuration Org-mode 8.3.4 and GNU Emacs 24.3.1 > (i386-mingw-nt6.1.7601), I get the following output : > > > #+BEGIN: propview :id "december" :conds ((string= spendtype "food")) :cols > > #+END: It should be ((string= SPENDTYPE

Re: [O] org-collector - propview display problems

2016-03-03 Thread dche
Thank you. In the first post I used the example proposed in the description of org-collector that is accessible at this link. http://orgmode.org/worg/sources/org-contrib/org-collector-example.org With this example org-collector is able to gather in a table with the use of propview in a

Re: [O] org-collector - propview display problems

2016-03-03 Thread Nicolas Goaziou
Hello, dche writes: > This function interested me in order to produce subset of data in tabular > with search criteria included in properties field. I hoped to > use this kind of approach as a kind of database and possibly use one of > property field to include an

Re: [O] org-collector - propview display problems

2016-03-02 Thread dche
This function interested me in order to produce subset of data in tabular with search criteria included in properties field. I hoped to use this kind of approach as a kind of database and possibly use one of property field to include an information about a link to a file or the use of

Re: [O] org-collector - propview display problems

2016-03-01 Thread Charles Millar
Hi, On 02/29/2016 01:04 PM, dche wrote: Hello I tried to use org-collector with the example propose at this link http://orgmode.org/worg/org-contrib/org-collector.html I would like to use propview as cited in example but whatever I do, I get the outputs below. * Example #+BEGIN: propview

[O] org-collector - propview display problems

2016-03-01 Thread dche
Hello I tried to use org-collector with the example propose at this link http://orgmode.org/worg/org-contrib/org-collector.html I would like to use propview as cited in example but whatever I do, I get the outputs below. * Example #+BEGIN: propview :cols (ITEM amount) | ITEM

[O] Display problems after capture

2016-01-24 Thread Cheryl Wheeler
Hi, I am a new org-mode user, and I am in the process of setting up to-do lists and templates. In my init.el, I have the following: (define-key global-map "\C-cc" 'org-capture) (setq org-capture-templates '( ("x" "Todo" entry (file+headline "~/org/test.org" "Inbox")