From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: [Babel] Macro for begin_src? Date: Tue, 20 Apr 2010 08:48:19 -0600 Message-ID: <87vdbmw570.fsf@gmail.com> References: <4BC91BA7.6050904@ccbr.umn.edu> <87ljcm75gv.wl%ucecesf@ucl.ac.uk> <87wrw2a3ch.fsf@mundaneum.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O4EkY-0001Wq-Op for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 10:48:30 -0400 Received: from [140.186.70.92] (port=37954 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O4EkX-0001Vc-AV for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 10:48:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O4EkS-0002Ud-GM for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 10:48:29 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:45984) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O4EkS-0002UQ-BZ for emacs-orgmode@gnu.org; Tue, 20 Apr 2010 10:48:24 -0400 Received: by pvg11 with SMTP id 11so4955859pvg.0 for ; Tue, 20 Apr 2010 07:48:22 -0700 (PDT) In-Reply-To: <87wrw2a3ch.fsf@mundaneum.com> (=?utf-8?Q?=22S=C3=A9bastien?= Vauban"'s message of "Tue, 20 Apr 2010 11:19:10 +0200") 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: =?utf-8?Q?S=C3=A9bastien?= Vauban Cc: emacs-orgmode@gnu.org S=C3=A9bastien Vauban writes: > Hi Eric, > > Eric S Fraga wrote: >> it might be nice to have a worg page on snippets for org-mode? > > Sure. Or having them somewhere in the git directories... > +1 for git directories. That way users who keep their Emacs config in git repos can add the snippets as a submodule, and I can include the submodule in the literate emacs-starter-kit [1]. -- Eric > > >> I'm happy to contribute a few. >> >> figure: >> #name : figure >> # -- >> #+attr_latex: width=3D$1\textwidth >> [[file:$2.pdf]] >> $0 > > Better use \linewidth instead of \textwidth. You will avoid bad surprises. > > They are generally equivalent, but \linewidth is more often the real widt= h to > consider: it is correctly adapted in column environments, itemized lists = and > quotes, to cite a few. > > Seb Footnotes:=20 [1] http://eschulte.github.com/emacs-starter-kit/