From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: convert a simple list of lines each to a orgmode header Date: Tue, 29 Sep 2015 08:46:56 +0200 Message-ID: References: <87r3lhhpgc.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35793) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zgogu-0001ea-Og for emacs-orgmode@gnu.org; Tue, 29 Sep 2015 02:47:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zgogr-0000sm-I0 for emacs-orgmode@gnu.org; Tue, 29 Sep 2015 02:47:08 -0400 Received: from mail2.b1.hitrost.net ([91.185.211.205]:20183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zgogr-0000s9-Bj for emacs-orgmode@gnu.org; Tue, 29 Sep 2015 02:47:05 -0400 In-reply-to: <87r3lhhpgc.fsf@alphaville.usersys.redhat.com> 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: Nick Dokos Cc: emacs-orgmode@gnu.org > Xebar Saram writes: > >> Hi all >> >> im looking for a simple way toconvert a simple list of lines (i can >> mark it first if needed) each to a orgmode header anyone has such a >> way? >> > > Maybe I'm missing something, but can't you just add asterisks in front > of each line? Maybe with a keyboard macro? Or even a sed script? > > There's a reason that org files are plain text. > > Nick Mark the region and do `C-c *'? Yours, Christian