From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: the role of org-odt-preferred-output-format etc Date: Tue, 12 Apr 2016 09:30:16 +0000 Message-ID: <87oa9f2mzb.fsf@mat.ucm.es> References: <87mvp139fh.fsf@mat.ucm.es> <87y48liony.fsf@ericabrahamsen.net> <8760vp37k4.fsf@mat.ucm.es> <87wpo5folr.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apuiy-0003Iu-Bg for emacs-orgmode@gnu.org; Tue, 12 Apr 2016 05:35:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apuiv-0005nY-3M for emacs-orgmode@gnu.org; Tue, 12 Apr 2016 05:35:08 -0400 Received: from plane.gmane.org ([80.91.229.3]:51158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apuiu-0005nE-T0 for emacs-orgmode@gnu.org; Tue, 12 Apr 2016 05:35:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1apuiu-0001ds-0G for emacs-orgmode@gnu.org; Tue, 12 Apr 2016 11:35:04 +0200 Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Apr 2016 11:35:03 +0200 Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Apr 2016 11:35:03 +0200 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" To: emacs-orgmode@gnu.org >>> "Ken" == Ken Mankoff writes: > On 2016-04-10 at 11:52, Uwe Brauer wrote: >> Thanks that works, as far as the setq are concerned, what is use-package >> supposed to do, in my GNU emacs 25 I cannot find it. > https://github.com/jwiegley/use-package > It is a replacement for (require) that takes care of installing > dependencies and defers loading. It lets me launch emacs in <2 seconds > when my old require-based init.el took ~15. That looks very interesting. I have a .emacs file which loads either my xemacs init files or my GNU emacs init files. In order to benefit from use-package can I keep this structure or must I delete the xemacs stuff and put the use-package syntax directly in that file and byte compile it?