From: Michael Brand <michael.ch.brand@gmail.com>
To: Ivan Andrus <darthandrus@gmail.com>
Cc: Bastien <bzg@gnu.org>, Org Mode <emacs-orgmode@gnu.org>
Subject: Re: Add the capture feature "%(sexp)" to org-feed
Date: Fri, 10 Aug 2012 06:48:27 +0200 [thread overview]
Message-ID: <CALn3zogOxhH04D96pa-FrmnJVgpW_qGHtcr3SscEmd5gp6aVHQ@mail.gmail.com> (raw)
In-Reply-To: <B6BD7AE3-E5AA-4FCC-9E20-94E8B637E179@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 338 bytes --]
Hi Ivan
On Thu, Aug 9, 2012 at 11:09 PM, Ivan Andrus <darthandrus@gmail.com> wrote:
> I'm probably missing something, but isn't this what directory local variables are for?
Yes. This is useful in general for me, thank you for the hint. I
propose the attached patch for the already existing .dir-locals.el and
.dir-settings.el.
Michael
[-- Attachment #2: 0001-Directory-local-variables-Set-sentence-end-double-sp.patch.txt --]
[-- Type: text/plain, Size: 1538 bytes --]
From 345419858e85d75a96f73b7d7f6e0ddbde0aae81 Mon Sep 17 00:00:00 2001
From: Michael Brand <michael.ch.brand@gmail.com>
Date: Fri, 10 Aug 2012 06:40:10 +0200
Subject: [PATCH] Directory local variables: Set sentence-end-double-space to t
* .dir-locals.el: Add comments and set `sentence-end-double-space' to t.
* .dir-settings.el: Add comments and set `sentence-end-double-space' to t.
---
.dir-locals.el | 9 +++++++--
.dir-settings.el | 9 +++++++--
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index 7094cb9..05d50f6 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,4 +1,9 @@
+;; - keep in sync dir-locals.el (for Emacs >= 24) with .dir-settings.el
+;; (for Emacs < 24)
+;; - don't use a symbolic link to prevent problems on cygwin
+;; distributions (commit 971b9eeacd38959439ddaa7c650430cc2dcb673e)
+
((nil . ((indent-tabs-mode . t)
(tab-width . 8)
- (fill-column . 70))))
-
+ (fill-column . 70)
+ (sentence-end-double-space . t))))
diff --git a/.dir-settings.el b/.dir-settings.el
index 7094cb9..05d50f6 100644
--- a/.dir-settings.el
+++ b/.dir-settings.el
@@ -1,4 +1,9 @@
+;; - keep in sync dir-locals.el (for Emacs >= 24) with .dir-settings.el
+;; (for Emacs < 24)
+;; - don't use a symbolic link to prevent problems on cygwin
+;; distributions (commit 971b9eeacd38959439ddaa7c650430cc2dcb673e)
+
((nil . ((indent-tabs-mode . t)
(tab-width . 8)
- (fill-column . 70))))
-
+ (fill-column . 70)
+ (sentence-end-double-space . t))))
--
1.7.4.2
next prev parent reply other threads:[~2012-08-10 4:48 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-16 15:53 Add the capture feature "%(sexp)" to org-feed Michael Brand
2012-06-17 2:07 ` Nick Dokos
2012-06-24 17:51 ` Michael Brand
2012-08-07 23:05 ` Bastien
2012-08-09 14:07 ` Michael Brand
2012-08-09 14:53 ` Bastien
2012-08-09 18:00 ` Michael Brand
2012-08-10 8:53 ` Bastien
2012-08-11 15:31 ` Michael Brand
2012-08-11 16:55 ` Bastien
2012-08-11 18:11 ` Michael Brand
2012-08-11 21:59 ` Bastien
2012-08-12 9:37 ` Michael Brand
2012-08-12 10:12 ` Bastien
2012-08-09 21:09 ` Ivan Andrus
2012-08-10 4:48 ` Michael Brand [this message]
2012-08-10 7:24 ` Bastien
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=CALn3zogOxhH04D96pa-FrmnJVgpW_qGHtcr3SscEmd5gp6aVHQ@mail.gmail.com \
--to=michael.ch.brand@gmail.com \
--cc=bzg@gnu.org \
--cc=darthandrus@gmail.com \
--cc=emacs-orgmode@gnu.org \
/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).