emacs-orgmode archive search

Search String: Display: Description: Sort:

Results:

References: [ search: 9482 ] [ for (Too many documents hit. Ignored) ] [ something (Too many documents hit. Ignored) ]

Total 9482 documents matching your query.

101. Re: [O] Case insensitive search (score: 158)
Author: HIDDEN
Date: Sun, 24 Jun 2012 16:33:24 -0400
One possible workaround for this kind of thing is to let-bind case-fold-search in a wrapper function: (defun my-fun (...) (let ((case-fold-search t)) (orig-fun ...))) It should work unles the origina
/archive/html/emacs-orgmode/2012-06/msg00676.html (7,252 bytes)

102. Re: [O] org-goto-local-search-headings usage? (score: 158)
Author: HIDDEN
Date: Wed, 16 May 2012 11:30:41 +0100
file like one Thanks for the advice, I ended up using bit of org-element.el instead of org-goto-local-search-headings and doing this: (defun gotoWF(hl) (let ((title (car (org-element-property :title
/archive/html/emacs-orgmode/2012-05/msg00404.html (10,168 bytes)

103. Re: [O] Question about org-search-view and org-occur-in-agenda-files (score: 158)
Author: HIDDEN
Date: Tue, 26 Jul 2011 04:04:28 +0200
Hi Bernt, My problem was I wanted to search a whole slew of files in a directory tree. Also I was misreading some of the the org-agenda documentation. After reading the article on custom agenda comma
/archive/html/emacs-orgmode/2011-07/msg01373.html (6,715 bytes)

104. [O] Question about org-search-view and org-occur-in-agenda-files (score: 158)
Author: HIDDEN
Date: Sat, 23 Jul 2011 19:36:16 +0200
Hi Orgers, I know that I can use `org-search-view' or `org-occur-in-agenda-files' from the agenda to search for some string on all my agenda files. And I can customise `org-agenda-text-search-extra-f
/archive/html/emacs-orgmode/2011-07/msg01253.html (6,512 bytes)

105. [O] Problems with search (score: 158)
Author: HIDDEN
Date: Thu, 07 Jul 2011 13:58:18 -0700
Greetings! Error in post-command-hook: (void-variable org-ans1) nonincremental-search-forward: Search failed: "Apple " Error in post-command-hook: (void-variable org-ans1) nonincremental-search-forwa
/archive/html/emacs-orgmode/2011-07/msg00360.html (5,625 bytes)

106. [Orgmode] [PATCH] Allow user to limit amount of context stored in file link search strings (score: 158)
Author: HIDDEN
Date: Sun, 5 Dec 2010 13:24:13 -0500
* lisp/org.el: (org-make-heading-search-string) Optionally limit number of lines stored in file link search strings. (org-context-in-file-links) Add option to set to integer specifying number of line
/archive/html/emacs-orgmode/2010-12/msg00262.html (7,622 bytes)

107. Re: [Orgmode] bug with spaces in regexp search (score: 158)
Author: HIDDEN
Date: Thu, 23 Sep 2010 09:45:40 +0530
I have both these variables set as nil and search works. This is what I did. In org agenda buffer. I typed M-x org-search-view and then typed in "faster than" which displayed the expected result. rel
/archive/html/emacs-orgmode/2010-09/msg01360.html (6,530 bytes)

108. [Orgmode] Re: Search files in a folder (score: 158)
Author: HIDDEN
Date: Sun, 12 Sep 2010 21:51:33 -0400
These work just fine. Org-mode also has a built-in interface to emacs' multi-occur function -- it searches for (and displays) all lines containing a given regexp in one's agenda files.[1] Simply type
/archive/html/emacs-orgmode/2010-09/msg00790.html (6,651 bytes)

109. Re: Search and replace excluding code blocks? (score: 154)
Author: HIDDEN
Date: Wed, 31 Jan 2024 01:58:58 +0000
Sure, the recommended way to search and replace programmatically is given in (info "(elisp) Search and Replace") Hacking that slightly to test if point is in a src block and using the double quote p
/archive/html/emacs-orgmode/2024-01/msg00654.html (5,125 bytes)

110. Re: Bug? Error in HTML export of links with search options (score: 154)
Author: HIDDEN
Date: Wed, 21 Dec 2022 13:13:34 +0000
Confirmed. I am unable to reproduce this exact error. I am unable to reproduce error at all with ::defn search options. I am, however, able to reproduce a different error with File.c::100, and I get
/archive/html/emacs-orgmode/2022-12/msg00583.html (5,397 bytes)

111. [tip] search this mailing list with helm-surfraw (score: 154)
Author: HIDDEN
Date: Mon, 05 Apr 2021 11:25:56 +0200
Hi all, I am a fanatic Helm user, and within Helm I make intensive use of helm-surfraw. It is necessary to install Surfraw on the system (in Arch it is in the community repository). For who does not
/archive/html/emacs-orgmode/2021-04/msg00133.html (5,801 bytes)

112. Re: Search for an entry expands parent (score: 154)
Author: HIDDEN
Date: Sat, 18 Jul 2020 11:58:00 +0300
/archive/html/emacs-orgmode/2020-07/msg00214.html (7,684 bytes)

113. Re: Search for an entry expands parent (score: 154)
Author: HIDDEN
Date: Fri, 17 Jul 2020 07:55:53 +0300
/archive/html/emacs-orgmode/2020-07/msg00203.html (6,512 bytes)

114. Re: [O] Agenda search: setting sort-order (score: 154)
Author: HIDDEN
Date: Tue, 12 Jun 2018 15:07:39 -0500
Bumping this question to see if anyone has a workaround - I recently have been wishing to search for keywords and order the results in reverse timestamp order.   This sounds like a fairly useful and
/archive/html/emacs-orgmode/2018-06/msg00122.html (6,085 bytes)

115. Re: [O] How to use case sensitive org-search-view? (score: 154)
Author: HIDDEN
Date: Thu, 16 Nov 2017 11:05:07 +0100
Nicolas Goaziou writes on Wed 15 Nov 2017 15:02: I take it that when, in search view, one uses `{' or `}' to add a new regexp, it is part of `org-search-view'. I wonder if this is also the case for `
/archive/html/emacs-orgmode/2017-11/msg00196.html (7,498 bytes)

116. Re: [O] How to use case sensitive org-search-view? (score: 154)
Author: HIDDEN
Date: Tue, 14 Nov 2017 16:30:00 +0100
Matt Lundin writes on Tue 14 Nov 2017 08:26: In the meantime, shouldn't this "glitch" be mentioned in the manual? The manual does say that 'C-c a s' Create a list of entries selected by a boolean exp
/archive/html/emacs-orgmode/2017-11/msg00164.html (8,746 bytes)

117. Re: [O] How to use case sensitive org-search-view? (score: 154)
Author: HIDDEN
Date: Tue, 14 Nov 2017 08:26:53 -0600
Unfortunately, it looks like org-search-view is hard-coded to be case-insensitive. I think a very hackish workaround would be to advise org-search-view to create and then remove an "around" advice th
/archive/html/emacs-orgmode/2017-11/msg00162.html (7,516 bytes)

118. Re: [O] Worg -- search mailing list archives on gmane? (score: 154)
Author: HIDDEN
Date: Tue, 01 Aug 2017 14:23:44 -0400
Gmane went down last summer, changed hands and has not been completely resurrected yet: the nntp portion works but the search capability is not. See http://home.gmane.org/ Disappointingly, there has
/archive/html/emacs-orgmode/2017-08/msg00019.html (6,166 bytes)

119. [O] [PATCH] Fix message format in org-notmuch-search-open (score: 154)
Author: HIDDEN
Date: Fri, 15 May 2015 12:11:45 -0400
* org-notmuch.el (org-notmuch-search-open): Bug fix When opening a notmuch-search link, we use =message= to display the path at the bottom of the screen. This would signal "Not enough arguments for f
/archive/html/emacs-orgmode/2015-05/msg00189.html (5,540 bytes)

120. Re: [O] Possible bug: Can not search for text in links - only description (score: 154)
Author: HIDDEN
Date: Mon, 23 Mar 2015 13:45:47 +0100
Thanks everybody - many useful comments and ideas. First I must say it makes sense to give the error message, although I was quite surprised. But the message should contain a string one can easily se
/archive/html/emacs-orgmode/2015-03/msg00778.html (8,568 bytes)


This search system is powered by Namazu