From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [misc-new-features 4/5] Allow org-insert-link to check the X clipboard and the Emacs kill-ring for links, as well as the stored links. This makes getting URLs into org from a browser much easier, as you don't have to paste the URL into the minibuffer to insert a link. Date: Mon, 13 Jul 2009 07:55:04 -0400 Message-ID: <87zlb8kdbb.fsf@gollum.intra.norang.ca> References: <1247473682-23338-1-git-send-email-ahktenzero@mohorovi.cc> <1247473682-23338-2-git-send-email-ahktenzero@mohorovi.cc> <1247473682-23338-3-git-send-email-ahktenzero@mohorovi.cc> <1247473682-23338-4-git-send-email-ahktenzero@mohorovi.cc> <1247473682-23338-5-git-send-email-ahktenzero@mohorovi.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MQK7v-00080b-Ns for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 07:55:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MQK7r-0007zu-IV for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 07:55:22 -0400 Received: from [199.232.76.173] (port=57732 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MQK7r-0007zr-9E for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 07:55:19 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:50042) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MQK7q-0002jJ-Rb for emacs-orgmode@gnu.org; Mon, 13 Jul 2009 07:55:19 -0400 In-Reply-To: <1247473682-23338-5-git-send-email-ahktenzero@mohorovi.cc> (James TD Smith's message of "Mon\, 13 Jul 2009 09\:28\:01 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: James TD Smith Cc: emacs-orgmode@gnu.org James TD Smith writes: > You can customise `org-link-check-clipboards' to check either the X clipboards > or kill-ring only, or both, or none. If you have the interprogram-cut/paste > functions set, you probably only want to use the kill-ring only. > --- Hi James, The summary line (subject) is way too long. If this gets applied it won't show up very nicely in git shortlog or git log. Normally the subject line (first line of the commit) is a short one-line summary of the patch that fits in less than 80 chars. If you find you that is not enough that is usually a sign that the patch should be split into multiple smaller commits. You can put as much detail as you want in the body of the patch (line 3+). Line 2 is blank - to separate the one-line summary from the description for the commit. Regards, Bernt