From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Newsgroups: gmane.emacs.help Subject: function to copy org buffer substring with link description only Date: Sun, 6 Dec 2015 21:45:12 +0100 Message-ID: <56649E58.1030707@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 1449434775 20983 80.91.229.3 (6 Dec 2015 20:46:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Dec 2015 20:46:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Dec 06 21:46:06 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 1a5gC6-00031n-81 for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Dec 2015 21:46:06 +0100 Original-Received: from localhost ([::1]:51049 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5gC5-0007Ii-H5 for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Dec 2015 15:46:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5gBv-0007Hz-LR for help-gnu-emacs@gnu.org; Sun, 06 Dec 2015 15:45:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a5gBs-0005dY-FI for help-gnu-emacs@gnu.org; Sun, 06 Dec 2015 15:45:55 -0500 Original-Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:33172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a5gBs-0005dN-8X for help-gnu-emacs@gnu.org; Sun, 06 Dec 2015 15:45:52 -0500 Original-Received: by lbbkw15 with SMTP id kw15so45534534lbb.0 for ; Sun, 06 Dec 2015 12:45:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=fowAfe4fca0/8YwBFuBATvE8uq1DzccAlqLNKJqflVg=; b=Pl4gQhufzN4I+1o00+wag5CLwMjCtz2eqs10OC8qZQPnBHgKF93DYdel6/F7Rh4uir JS66Rg+yhfq9ybZ0OfdyeL2ev0aTHOdodYXDAwfBkH+uN507/gpakH9EndwHZ/hrAUUO sUAfRMsFRnv9cGzfvN8f2F9pZClAS56MX58r/G70RH10NOIrmsENHIhaMIHlvLWMruJc X9/prZwRTdbgJ1o1OD/YErr0LMkEXiXnNueqr3obc8ARcmXLG7RDLqsHa4EKPEdyagm5 4OakGYI+oZQL9L7kG4t/lITWIBQI+VuR0IIIQ2nK1J7nGQ2HKcNOQxhmJSrbjHV7+3ql GJxw== X-Received: by 10.112.63.68 with SMTP id e4mr12279457lbs.130.1449434751097; Sun, 06 Dec 2015 12:45:51 -0800 (PST) Original-Received: from [192.168.20.129] (89-71-30-113.dynamic.chello.pl. [89.71.30.113]) by smtp.googlemail.com with ESMTPSA id b7sm2818505lbv.0.2015.12.06.12.45.49 for (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Dec 2015 12:45:49 -0800 (PST) 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::231 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:108317 Archived-At: Hallo people. (buffer-substring-no-properties (point) (mark)) on some part of an org buffer that contains a link returns the following example: "while [[(some-link)][description]] does not" Do You know a ready to use function that would return the following?: "while description does not" best regards, Paul