From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: setting local variables Date: Sat, 05 Aug 2017 10:50:21 +0200 Message-ID: <87h8xmiek2.fsf@nicolasgoaziou.fr> References: <871sotiqld.fsf@ericabrahamsen.net> <87r2wsly88.fsf@nicolasgoaziou.fr> <877eykbpho.fsf@ericabrahamsen.net> <87a83gl382.fsf@nicolasgoaziou.fr> <87wp6kxo50.fsf@ericabrahamsen.net> <87y3r0go4d.fsf@ericabrahamsen.net> <87pocbibtf.fsf@nicolasgoaziou.fr> <87poca4ycd.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51717) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddumx-0002x0-P3 for emacs-orgmode@gnu.org; Sat, 05 Aug 2017 04:50:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddumv-0006xG-7n for emacs-orgmode@gnu.org; Sat, 05 Aug 2017 04:50:27 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:46325) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ddumv-0006w1-1G for emacs-orgmode@gnu.org; Sat, 05 Aug 2017 04:50:25 -0400 In-Reply-To: <87poca4ycd.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Fri, 04 Aug 2017 18:06:42 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Hello, Eric Abrahamsen writes: > For example, the below looks like something you'd find in an Emacs > manual. > > #+BEGIN_SRC texinfo > @table @kbd > @item C-x C-f > @kindex C-x C-f > @findex find-file > Visit a file (@code{find-file}). > @item C-x C-r > @kindex C-x C-r > @findex find-file-read-only > Visit a file for viewing, without allowing changes to it > (@code{find-file-read-only}). > @end table > #+END_SRC [...] > But the items are exported incorrectly, with each list item in its own > itemize environment. How would I get something closer to the texinfo > output above? #+attr_texinfo: :indic @kbd - C-x C-f :: #+kindex: C-x C-f Visit a file (~find-file~). - C-x C-r :: #+kindex: C-x C-r #+findex: find-file-read-only Visit a file for viewing, without allowing changes to it (~find-file-read-only~). Regards, -- Nicolas Goaziou