From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: latex wrap Date: Sat, 27 Jun 2009 09:00:55 +0200 Message-ID: References: <30a87b20906261413g66d3b5axe0086670e9d235f@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v935.3) 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 1MKRuQ-0000jW-WF for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 03:01:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKRuM-0000cu-6c for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 03:01:10 -0400 Received: from [199.232.76.173] (port=57945 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKRuM-0000cl-4P for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 03:01:06 -0400 Received: from mx20.gnu.org ([199.232.41.8]:37262) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MKRuL-0000gb-F1 for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 03:01:05 -0400 Received: from mail-ew0-f208.google.com ([209.85.219.208]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKRuK-0005zn-P8 for emacs-orgmode@gnu.org; Sat, 27 Jun 2009 03:01:05 -0400 Received: by mail-ew0-f208.google.com with SMTP id 4so1563417ewy.42 for ; Sat, 27 Jun 2009 00:01:04 -0700 (PDT) In-Reply-To: <30a87b20906261413g66d3b5axe0086670e9d235f@mail.gmail.com> 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: hello world Cc: emacs-orgmode@gnu.org On Jun 26, 2009, at 11:13 PM, hello world wrote: > Hi all, > > having only used latex before: is there a way to prevent > emacs/org-mode---upon pressing M-q---to wrap a paragraph > > bla bla > \begin{equation} > 1+1=2 > \end{equation} > > into > > bla bla \begin{equation} 1+1=2 \end{equation} Why would you press M-q in such a location? > > Can I make org-mode more aware of latex constructs? A different font- > face > would also be really nice! Turn on both org-export-with-LaTeX-fragments and org-highlight-latex-fragments-and-specials > I just like the M-q command. It's like the C-j of Pine. > (I know, there's auto-fill-mode in emacs). > > cheers, > josef > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode