From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Purcell Subject: PATCH: org-mac-link.el: Fix multi-line file description Date: Wed, 24 Sep 2014 11:46:58 +0100 Message-ID: <563ED277-55EE-44D7-9C2B-E5CB3CC2ED93@sanityinc.com> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: multipart/mixed; boundary="Apple-Mail=_15FAC7A5-9D92-42F7-9DC3-BFAE4BE33BCB" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWk6N-0001Tk-Gc for emacs-orgmode@gnu.org; Wed, 24 Sep 2014 06:47:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWk6G-0006F2-1Q for emacs-orgmode@gnu.org; Wed, 24 Sep 2014 06:47:15 -0400 Received: from h1189701.stratoserver.net ([85.214.32.38]:43897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWk6F-0006ES-RL for emacs-orgmode@gnu.org; Wed, 24 Sep 2014 06:47:07 -0400 Received: from [192.168.1.104] (host81-156-15-155.range81-156.btcentralplus.com [81.156.15.155]) by h1189701.stratoserver.net (Postfix) with ESMTPSA id E52CF820016 for ; Wed, 24 Sep 2014 12:47:00 +0200 (CEST) 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: emacs-orgmode@gnu.org --Apple-Mail=_15FAC7A5-9D92-42F7-9DC3-BFAE4BE33BCB Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii The file description line was broken across multiple lines, and = therefore malformed. -Steve --Apple-Mail=_15FAC7A5-9D92-42F7-9DC3-BFAE4BE33BCB Content-Disposition: attachment; filename=0001-org-mac-link.el-Fix-multi-line-file-description.patch Content-Type: application/octet-stream; name="0001-org-mac-link.el-Fix-multi-line-file-description.patch" Content-Transfer-Encoding: quoted-printable =46rom=20a5b2678c033861da5a37b81a042b2b618b1183f9=20Mon=20Sep=2017=20= 00:00:00=202001=0AFrom:=20Steve=20Purcell=20=0A= Date:=20Wed,=2024=20Sep=202014=2011:44:07=20+0100=0ASubject:=20[PATCH]=20= org-mac-link.el:=20Fix=20multi-line=20file=20description=0A=0A*=20= contrib/lisp/org-mac-link.el:=20Shorten=20the=20file=20description,=20= which=20shouldn't=20span=20lines.=0A=0ATINYCHANGE=0A---=0A=20= contrib/lisp/org-mac-link.el=20|=203=20+--=0A=201=20file=20changed,=201=20= insertion(+),=202=20deletions(-)=0A=0Adiff=20--git=20= a/contrib/lisp/org-mac-link.el=20b/contrib/lisp/org-mac-link.el=0Aindex=20= 3b58d04..c4ae58f=20100644=0A---=20a/contrib/lisp/org-mac-link.el=0A+++=20= b/contrib/lisp/org-mac-link.el=0A@@=20-1,5=20+1,4=20@@=0A-;;;=20= org-mac-link.el=20---=20Grab=20links=20and=20url=20from=20various=20mac=0A= -;;=20Application=20and=20insert=20them=20as=20links=20into=20org-mode=20= documents=0A+;;;=20org-mac-link.el=20---=20Insert=20org-mode=20links=20= to=20items=20selected=20in=20various=20Mac=20apps=0A=20;;=0A=20;;=20= Copyright=20(c)=202010-2014=20Free=20Software=20Foundation,=20Inc.=0A=20= ;;=0A--=20=0A2.1.1=0A=0A= --Apple-Mail=_15FAC7A5-9D92-42F7-9DC3-BFAE4BE33BCB--