From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Beck Subject: Re: Howto convert a complete bibtex file into an orgmode file? Date: Mon, 24 Dec 2012 23:10:31 +0100 Message-ID: <50D8D2D7.1060807@miszellen.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnGEN-0003eH-G2 for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 17:10:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TnGEL-0000rZ-5X for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 17:10:43 -0500 Received: from mo6-p00-ob.rzone.de ([2a01:238:20a:202:5300::1]:41478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TnGEK-0000ng-UL for emacs-orgmode@gnu.org; Mon, 24 Dec 2012 17:10:41 -0500 Received: from [10.58.223.72] (72.106.113.82.net.de.o2.com [82.113.106.72]) by smtp.strato.de (jored mo26) (RZmta 31.11 DYNA|AUTH) with ESMTPA id t06f76oBOLWlxR for ; Mon, 24 Dec 2012 23:10:34 +0100 (CET) In-Reply-To: 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: emacs-orgmode@gnu.org On 11/24/2012 06:05 PM, michael.zombok@googlemail.com wrote: > As far as I was able to find out, this is only possible for a single > entry via 'org-bibtex-read'. I think I did something like M-: (while (re-search-forward "^@.*{" nil t) (org-bibtex-read)) Refine the regular expression, if you have any macros.