From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Newsgroups: gmane.emacs.help Subject: Re: function to copy org buffer substring with link description only Date: Wed, 9 Dec 2015 19:00:18 +0100 Message-ID: <56686C32.5050209@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1449684054 28575 80.91.229.3 (9 Dec 2015 18:00:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Dec 2015 18:00:54 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 09 19:00:50 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a6j2j-0000vz-KM for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Dec 2015 19:00:45 +0100 Original-Received: from localhost ([::1]:37249 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6j2j-0000QK-5y for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Dec 2015 13:00:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39838) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6j2R-0000QD-MX for help-gnu-emacs@gnu.org; Wed, 09 Dec 2015 13:00:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6j2M-0005J9-SF for help-gnu-emacs@gnu.org; Wed, 09 Dec 2015 13:00:27 -0500 Original-Received: from mail-lb0-x22b.google.com ([2a00:1450:4010:c04::22b]:34973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6j2M-0005Iy-LM for help-gnu-emacs@gnu.org; Wed, 09 Dec 2015 13:00:22 -0500 Original-Received: by lbpu9 with SMTP id u9so34848228lbp.2 for ; Wed, 09 Dec 2015 10:00:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:subject:to:from:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=BY6YUBKzYL1P6IrUszyaVXvX3mWF55fbWocY/OGc1CU=; b=TPicbu3pqQiFm2eysVrynwmErdW4NM933fL+3UhvEHPqk/EqfSrpoVB0Yxa1Kn22SK f7WYUQHo3seH10uEht61PdjQeSiC6kiopT5pqcm9zZGwayXsbTP1MS+lgQkO6CmQr7hO tO3MpO0tH18Yb95KfVdTi0YU7oGkGcGLQ6p7Gzgi+ge9SCB1gaHe65p7miP1z9s6eLN6 Om6vYhSozpNCO/xUfr7+hIPrTHiEHHsFsea6RhNIQveC64P8xhEgi6AawlSkWaYx45Ip FB7QmSM3WFRXbBp2ieBE5VPu2rtRCrVPW6xlY+0hjLy2P87vpR8OHwpEXj/3JTbIG9hu 07hw== X-Received: by 10.112.247.103 with SMTP id yd7mr3134122lbc.46.1449684021254; Wed, 09 Dec 2015 10:00:21 -0800 (PST) Original-Received: from [192.168.20.129] (89-71-19-182.dynamic.chello.pl. [89.71.19.182]) by smtp.googlemail.com with ESMTPSA id s18sm1653784lfs.13.2015.12.09.10.00.19 for (version=TLSv1/SSLv3 cipher=OTHER); Wed, 09 Dec 2015 10:00:19 -0800 (PST) Original-References: User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c04::22b X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108346 Archived-At: That's the function I was looking for! The missing part for me is to have the same signature as `buffer-substring` has, but this is much easier task and I should manage. Thank You very much for Your help!!! best regards!