From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tyler Smith Subject: Re: [PATCH] protocol: allow users to disable warning about old style links Date: Wed, 21 Jun 2017 13:09:04 -0400 Message-ID: <1498064944.894124.1016902424.040943C7@webmail.messagingengine.com> References: <8737b2bwg9.fsf@utexas.edu> <8737b0h33u.fsf@nicolasgoaziou.fr> <1498058861.4191387.1016780232.4A4DF5FB@webmail.messagingengine.com> <03532FC9-6028-4699-B695-CB474FD155AB@martelli.de> <1498062267.12063.1016838368.47F2F341@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dNj7s-0002oM-H7 for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 13:09:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dNj7p-0008In-Py for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 13:09:08 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:58997) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dNj7p-0008IQ-6d for emacs-orgmode@gnu.org; Wed, 21 Jun 2017 13:09:05 -0400 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" To: Mario Martelli Cc: emacs-orgmode@gnu.org On Wed, Jun 21, 2017, at 12:51 PM, Mario Martelli wrote: >=20 >> =C2=A0it would make sense to suggest the >> new style syntax as the default for use by us newbies. >=20 > yeah, thought about that too. At the moment it=E2=80=99s still a copy of = the old doc.=C2=A0 >=20 > Got no feedback so far wether my approach would be acceptable or not. The= refore I did not put much effort into it.=C2=A0 >=20 > But you=E2=80=99re right. The examples should be new style URIs and the i= nfobox should reference the old style URIs. One last question/suggestion: The default capture template didn't work for me: (*"w"* *"Default template"* entry (file+headline *"~/org/capture.org"* *"Notes"*) *"* %^{Title}\n\n Source: %u, %c\n\n %i"* *:empty-lines* 1) The %u and %c bits got replaced by the actual link code (i.e., javascript:...). The following works as I wanted: ("w" "Default capture " entry (file "~/org/notes.org") "* %^{Title} Source: [[%:link][%:description]] %:initial" :empty-lines 1) At this point I'm still a little confused, so perhaps I borked something else up and the problem is local to my setup. Best, Tyler