emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Tyler Smith <tyler@plantarum.ca>
To: Mario Martelli <mario@martelli.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: [PATCH] protocol: allow users to disable warning about old style links
Date: Wed, 21 Jun 2017 13:09:04 -0400	[thread overview]
Message-ID: <1498064944.894124.1016902424.040943C7@webmail.messagingengine.com> (raw)
In-Reply-To: <C7AF5496-9ACB-44F2-8D97-E7D16B77DEEB@martelli.de>


On Wed, Jun 21, 2017, at 12:51 PM, Mario Martelli wrote:
> 
>>  it would make sense to suggest the
>> new style syntax as the default for use by us newbies.
> 
> yeah, thought about that too. At the moment it’s still a copy of the old doc. 
> 
> Got no feedback so far wether my approach would be acceptable or not. Therefore I did not put much effort into it. 
> 
> But you’re right. The examples should be new style URIs and the infobox 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

  reply	other threads:[~2017-06-21 17:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-14 12:11 [PATCH] protocol: allow users to disable warning about old style links Alex Branham
2017-06-16  6:13 ` Nicolas Goaziou
2017-06-16 11:31   ` Alex Branham
2017-06-16 14:26     ` Nicolas Goaziou
2017-06-21 15:27   ` Tyler Smith
2017-06-21 16:01     ` Mario Martelli
2017-06-21 16:24       ` Tyler Smith
2017-06-21 16:34         ` Tyler Smith
2017-06-21 16:51         ` Mario Martelli
2017-06-21 17:09           ` Tyler Smith [this message]
2017-06-21 17:17             ` Mario Martelli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1498064944.894124.1016902424.040943C7@webmail.messagingengine.com \
    --to=tyler@plantarum.ca \
    --cc=emacs-orgmode@gnu.org \
    --cc=mario@martelli.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).