* org-contacts search case insensitive
@ 2014-11-17 10:04 Martin Gross
2014-11-17 10:34 ` Alexander Baier
2014-11-17 11:37 ` Karl Voit
0 siblings, 2 replies; 8+ messages in thread
From: Martin Gross @ 2014-11-17 10:04 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 698 bytes --]
Dear helpers,
I really like the idea of having an address book based on org-mode,
but I don‘t understand why org-contacts searches case sensitive,
because at least to me this makes it more difficult to find what I am
looking for (I‘am searching an entry about a conference. But how did
I write "conference"?).
There is an old thread, where this point is shortly discussed, at
http://lists.gnu.org/archive/html/emacs-orgmode/2012-06/msg00676.html
but I already (setq case-fold-search t) and it has no effect. Is
really the solution related to this function? What else could I
change?
I‘am usung Emacs 24.3.1 Orgmode 7.9.2.
Thank you very much in advance!
Martin
[-- Attachment #2: Type: text/html, Size: 856 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: org-contacts search case insensitive
2014-11-17 10:04 org-contacts search case insensitive Martin Gross
@ 2014-11-17 10:34 ` Alexander Baier
2014-11-18 11:26 ` Martin Gross
2014-11-17 11:37 ` Karl Voit
1 sibling, 1 reply; 8+ messages in thread
From: Alexander Baier @ 2014-11-17 10:34 UTC (permalink / raw)
To: Martin Gross; +Cc: emacs-orgmode@gnu.org
On 2014-11-17 11:04 Martin Gross wrote:
> Dear helpers,
>
> I really like the idea of having an address book based on org-mode,
> but I don‘t understand why org-contacts searches case sensitive,
> because at least to me this makes it more difficult to find what I am
> looking for (I‘am searching an entry about a conference. But how did
> I write "conference"?).
[...]
> I‘am usung Emacs 24.3.1 Orgmode 7.9.2.
I am on Org-mode version 8.3beta and my org-contacts search is case
insensitive. I have no customization related to case sensitivity in my
configuration.
HTH,
--
Alexander Baier
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: org-contacts search case insensitive
2014-11-17 10:04 org-contacts search case insensitive Martin Gross
2014-11-17 10:34 ` Alexander Baier
@ 2014-11-17 11:37 ` Karl Voit
2014-11-17 11:52 ` Alexander Baier
1 sibling, 1 reply; 8+ messages in thread
From: Karl Voit @ 2014-11-17 11:37 UTC (permalink / raw)
To: emacs-orgmode
* Martin Gross <m-gross@gmx.net> wrote:
>
> Dear helpers,
>
> I really like the idea of having an address book based on org-mode,
> but I don=E2=80=98t understand why org-contacts searches case sensitive,
> because at least to me this makes it more difficult to find what I am
> looking for (I=E2=80=98am searching an entry about a conference. But how d=
> id
> I write "conference"?).
I have no clue what org-contacts provides in this direction anyway
because I end up using org-sparse-tree + regexp to look for entries.
And recently, I discovered helm-do-grep which I enjoy using very
much :-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: org-contacts search case insensitive
2014-11-17 11:37 ` Karl Voit
@ 2014-11-17 11:52 ` Alexander Baier
2014-11-17 12:24 ` Karl Voit
0 siblings, 1 reply; 8+ messages in thread
From: Alexander Baier @ 2014-11-17 11:52 UTC (permalink / raw)
To: Karl Voit; +Cc: Karl Voit, emacs-orgmode
On 2014-11-17 12:37 Karl Voit wrote:
> * Martin Gross <m-gross@gmx.net> wrote:
> And recently, I discovered helm-do-grep which I enjoy using very
> much :-)
You might want to take a look at helm-org-headlines, if you only search
for names.
Regards,
--
Alexander Baier
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: org-contacts search case insensitive
2014-11-17 11:52 ` Alexander Baier
@ 2014-11-17 12:24 ` Karl Voit
2014-11-17 14:28 ` Alexander Baier
0 siblings, 1 reply; 8+ messages in thread
From: Karl Voit @ 2014-11-17 12:24 UTC (permalink / raw)
To: emacs-orgmode
* Alexander Baier <alexander.baier@mailbox.org> wrote:
> On 2014-11-17 12:37 Karl Voit wrote:
>> * Martin Gross <m-gross@gmx.net> wrote:
>> And recently, I discovered helm-do-grep which I enjoy using very
>> much :-)
>
> You might want to take a look at helm-org-headlines, if you only search
> for names.
"helm-org-keywords: Helm-org-keyword not supported in 24.3.1"
Will do after I switched to Emacs 24.x :-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: org-contacts search case insensitive
2014-11-17 12:24 ` Karl Voit
@ 2014-11-17 14:28 ` Alexander Baier
2014-11-17 14:33 ` Karl Voit
0 siblings, 1 reply; 8+ messages in thread
From: Alexander Baier @ 2014-11-17 14:28 UTC (permalink / raw)
To: Karl Voit; +Cc: Karl Voit, emacs-orgmode
On 2014-11-17 13:24 Karl Voit wrote:
> * Alexander Baier <alexander.baier@mailbox.org> wrote:
>> On 2014-11-17 12:37 Karl Voit wrote:
>>> * Martin Gross <m-gross@gmx.net> wrote:
>>> And recently, I discovered helm-do-grep which I enjoy using very
>>> much :-)
>>
>> You might want to take a look at helm-org-headlines, if you only search
>> for names.
>
> "helm-org-keywords: Helm-org-keyword not supported in 24.3.1"
>
> Will do after I switched to Emacs 24.x :-)
I am no helm expert (far from it), but are you sure you called
helm-org-headlines and not helm-org-keyword?
Regards,
--
Alexander Baier
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: org-contacts search case insensitive
2014-11-17 14:28 ` Alexander Baier
@ 2014-11-17 14:33 ` Karl Voit
0 siblings, 0 replies; 8+ messages in thread
From: Karl Voit @ 2014-11-17 14:33 UTC (permalink / raw)
To: emacs-orgmode
* Alexander Baier <alexander.baier@mailbox.org> wrote:
> On 2014-11-17 13:24 Karl Voit wrote:
>> * Alexander Baier <alexander.baier@mailbox.org> wrote:
>>> On 2014-11-17 12:37 Karl Voit wrote:
>>>> * Martin Gross <m-gross@gmx.net> wrote:
>>>> And recently, I discovered helm-do-grep which I enjoy using very
>>>> much :-)
>>>
>>> You might want to take a look at helm-org-headlines, if you only search
>>> for names.
>>
>> "helm-org-keywords: Helm-org-keyword not supported in 24.3.1"
>>
>> Will do after I switched to Emacs 24.x :-)
>
> I am no helm expert (far from it), but are you sure you called
> helm-org-headlines and not helm-org-keyword?
Hehe. My fault.
Typed in helm-org- TAB, found helm-org-keyword more interesting to
try out and ended up with that message and forgot that you suggested
me a different command :-)
Thanks for the tipp, helm-org-headlines works pretty well and is a
win for my daily Org!
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: org-contacts search case insensitive
2014-11-17 10:34 ` Alexander Baier
@ 2014-11-18 11:26 ` Martin Gross
0 siblings, 0 replies; 8+ messages in thread
From: Martin Gross @ 2014-11-18 11:26 UTC (permalink / raw)
To: emacs-orgmode@gnu.org
[-- Attachment #1: Type: text/plain, Size: 118 bytes --]
>
> I am on Org-mode version 8.3beta and my org-contacts search is case
> insensitive.
Indeed! Thank you very much.
[-- Attachment #2: Type: text/html, Size: 383 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-11-18 11:26 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17 10:04 org-contacts search case insensitive Martin Gross
2014-11-17 10:34 ` Alexander Baier
2014-11-18 11:26 ` Martin Gross
2014-11-17 11:37 ` Karl Voit
2014-11-17 11:52 ` Alexander Baier
2014-11-17 12:24 ` Karl Voit
2014-11-17 14:28 ` Alexander Baier
2014-11-17 14:33 ` Karl Voit
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).