From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Release 6.17 Date: Sun, 4 Jan 2009 09:22:02 +0100 Message-ID: <4416DF96-F189-401C-B3C8-66DC980ACA4A@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LJOFP-0003wQ-7I for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 03:22:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LJOFN-0003wE-Ry for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 03:22:09 -0500 Received: from [199.232.76.173] (port=55172 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJOFN-0003wB-Lm for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 03:22:09 -0500 Received: from mx20.gnu.org ([199.232.41.8]:11506) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LJOFN-0005AW-2q for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 03:22:09 -0500 Received: from mail-ew0-f13.google.com ([209.85.219.13]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LJOFL-0001XP-Cy for emacs-orgmode@gnu.org; Sun, 04 Jan 2009 03:22:07 -0500 Received: by ewy6 with SMTP id 6so7684841ewy.18 for ; Sun, 04 Jan 2009 00:22:04 -0800 (PST) In-Reply-To: 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: Carsten Dominik Cc: emacs-orgmode list On Jan 4, 2009, at 9:13 AM, Carsten Dominik wrote: > Hi, > > I am releasing version 6.17 of Org-mode. [...] > Line numbers and references in literal examples > ------------------------------------------------ [...] > Here is an example: > > #+begin_src emacs-lisp -n -r > (defmacro org-unmodified (&rest body) ((def)) > "Execute body without changing `buffer-modified-p'." > `(set-buffer-modified-p ((back)) > (prog1 (buffer-modified-p) ,@body))) > #+end_src > [[Line ((def))]] contains the macro name. Later at line > [[((back))]], This did not come out right, it must be [[((def))][Line ((def))]] contains the macro name. Later at line [[((back))]] i.e. the linke part of the link must be only the coderef cookie, while the description part may contain additional text. - Carsten