From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrea Crotti Subject: Export to ascii simpler Date: Tue, 29 Sep 2009 14:46:04 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MsfKk-0002Gx-Pq for emacs-orgmode@gnu.org; Tue, 29 Sep 2009 12:13:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MsfKd-00023K-Rs for emacs-orgmode@gnu.org; Tue, 29 Sep 2009 12:13:44 -0400 Received: from [199.232.76.173] (port=58774 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MsfKc-00021a-RW for emacs-orgmode@gnu.org; Tue, 29 Sep 2009 12:13:38 -0400 Received: from mx20.gnu.org ([199.232.41.8]:35346) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MsfKb-0007o0-Qh for emacs-orgmode@gnu.org; Tue, 29 Sep 2009 12:13:38 -0400 Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Msdyg-0007Nm-P5 for emacs-orgmode@gnu.org; Tue, 29 Sep 2009 10:46:54 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1MsdyU-0000kZ-VM for emacs-orgmode@gnu.org; Tue, 29 Sep 2009 16:46:43 +0200 Received: from p5089E94C.dip.t-dialin.net ([80.137.233.76]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Sep 2009 16:46:42 +0200 Received: from andrea.crotti.0 by p5089E94C.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 29 Sep 2009 16:46:42 +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: emacs-orgmode@gnu.org Is there a very quick way to copy some text from an emacs buffer taking away the indentation? org-export-as-ascii creates a new file, I only need in the ring (and in osx buffer) the text copied. I can copy to another buffer than do a *kill-rectangle* on it but it's quite a long procedure..