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 o
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
:ex
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 marker
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 fo
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 | AMOUNT |
|---
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 | AMOUNT |
|---
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 |
> |+|
> | " G
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 [2008-12-0
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 "food")).
> #+BEGIN: prop
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 #+BEG
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 information about a link to a
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 attachment
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 :
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
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")
15 matches
Mail list logo