>From 4168c424e3c112748951177121b1a4dcb5b712a5 Mon Sep 17 00:00:00 2001 From: Sebastien Vauban Date: Fri, 23 Jan 2015 20:17:25 +0100 Subject: [PATCH] Replace `=' by `~' in `org-babel-inline-result-wrap' * ob-core.el (org-babel-inline-result-wrap): Replace `=' by `~'. --- lisp/ob-core.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ob-core.el b/lisp/ob-core.el index 24b83d6..5fd4119 100644 --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -1,6 +1,6 @@ ;;; ob-core.el --- working with code blocks in org-mode -;; Copyright (C) 2009-2014 Free Software Foundation, Inc. +;; Copyright (C) 2009-2015 Free Software Foundation, Inc. ;; Authors: Eric Schulte ;; Dan Davison @@ -162,7 +162,7 @@ See also `org-babel-noweb-wrap-start'." :group 'org-babel :type 'string) -(defcustom org-babel-inline-result-wrap "=%s=" +(defcustom org-babel-inline-result-wrap "~%s~" "Format string used to wrap inline results. This string must include a \"%s\" which will be replaced by the results." :group 'org-babel -- 2.1.1