From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randomcoder Subject: Re: Possible bug: Can not search for text in links - only description Date: Sun, 22 Mar 2015 01:45:05 +0200 Message-ID: <20150321234505.GA26926@xw> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55497) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZT4v-0008LS-GR for emacs-orgmode@gnu.org; Sat, 21 Mar 2015 19:45:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZT4s-0001Wa-6s for emacs-orgmode@gnu.org; Sat, 21 Mar 2015 19:45:17 -0400 Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]:34317) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZT4s-0001WT-0b for emacs-orgmode@gnu.org; Sat, 21 Mar 2015 19:45:14 -0400 Received: by wibg7 with SMTP id g7so12942852wib.1 for ; Sat, 21 Mar 2015 16:45:13 -0700 (PDT) Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rainer M Krug Cc: emacs-orgmode@gnu.org Hi Rainer, In terms of searching through all open buffers, here is what I use (helm and helm-multi-occur): ,---- | (setq helm-M-x-requires-pattern 0) | | ;; http://emacs.stackexchange.com/a/740 | (require 'helm-regexp) | (eval-after-load "helm-regexp" | '(setq helm-source-moccur | (helm-make-source "Moccur" 'helm-source-multi-occur :follow 1))) | (defun my-helm-multi-occur-buffers () | "multi-occur in all buffers backed by files." | (interactive) | (helm-multi-occur | (delq nil | (mapcar (lambda (b) | (when (buffer-file-name b) (buffer-name b))) | (buffer-list))))) | (global-set-key (kbd "C-x C-p") (lambda () | (interactive) | (helm-mode 1) | (my-helm-multi-occur-buffers) | (helm-mode 0) | )) `---- There are other solutions to this such as org-velocity: - http://orgmode.org/worg/org-contrib/org-velocity.html - https://github.com/Fuco1/org-velocity Both helm + helm-multi-occur and org-velocity offer auto-complete search functionality. Best regards On Fri, Mar 20, 2015 at 02:44:29PM +0100, Rainer M Krug wrote: > Hi > > I got an error as follow when I tried to export: > > ,---- > | org-babel-exp process R at line 5495... > | Evaluation of this R code-block is disabled. > | user-error: Unable to resolve link "*uLELFit" > `---- > > I thought "OK - I'll search for uLELFit and just fix this link - but I > could do what I wanted, I did not manage to find the link. > > I figured out that I can not search for text in the link. > > Thins is quite annoying, especially as I even thought of opening the > file in another texteditor, search for the string, and save it again. > > As an example: if this link is in an org-mode file, A search for "exa" > does not return any results. > > [[*Examples][Link to exp]] > > Is this a problem on my side? > ,---- > | Org-mode version 8.3beta (release_8.3beta-927-ge0b19d @ /Users/rainerkrug/.emacs.d/org-mode/lisp/) > | GNU Emacs 24.4.1 (x86_64-apple-darwin14.0.0, Carbon Version 157 AppKit 1343.16) of 2015-02-02 on Rainers-MacBook-Pro-4.local > `---- > > Thanks, > > Rainer > > -- > Rainer M. Krug > email: Rainerkrugsde > PGP: 0x0F52F982