From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Sauer Subject: [Use Question] Capture and long lines Date: Wed, 22 Jun 2011 12:16:32 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZR2Z-00060Y-MA for emacs-orgmode@gnu.org; Wed, 22 Jun 2011 13:16:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZR2Y-0006Br-8B for emacs-orgmode@gnu.org; Wed, 22 Jun 2011 13:16:35 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:50592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZR2X-0006Bc-Rl for emacs-orgmode@gnu.org; Wed, 22 Jun 2011 13:16:34 -0400 Received: by eyd9 with SMTP id 9so354196eyd.0 for ; Wed, 22 Jun 2011 10:16:32 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org Mode Mailing List I have one structured org file I use for school that I leave in long lines. The capture template I have setup has \n at the end of what I would want to be a line but is still stringing them together in one long line until i reach my wrap point. My headline has my deadline in it and org recognizes the deadline but that isn't working to get a new line inserted (an actual hard return). Org is recongnizing it as a new line but it just runs in one long line. Am I missing something obvious or ???? If it isn't something obvious I will make up a sample target file, example of a capture and send them out to the group * WORKING Read Chapter 9 :ENGL102: \n DEADLINE:<2011-06-28 Tue 18:30>\n ADDEND:<2011-06-28 Tue 00:00>\n : Also the logbook just keeps adding in as one long line :LOGBOOK: -State "STARTED from "TODO" [2011-06-22 Wed 09:56] :END: Is this inherent in the way it works with longlines or is their a way to insert: =B6 when I want an actual hard return in the template that is going into the longlines file? Matthew