From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jj.retorre@gmail.com (Jean-Jacques =?utf-8?B?UsOpdG9ycsOp?=) Newsgroups: gmane.emacs.help Subject: Re: org-dotemacs-load-file don't create any file Date: Sat, 02 Apr 2016 10:04:20 +0200 Organization: Guest of ProXad - France Message-ID: <87twjk8mij.fsf@gmail.com> References: <878u0ypkaw.fsf@elfie.nowhere.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1459584322 5018 80.91.229.3 (2 Apr 2016 08:05:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Apr 2016 08:05:22 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 02 10:05:17 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1amGYX-0000t6-GG for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Apr 2016 10:05:17 +0200 Original-Received: from localhost ([::1]:48465 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amGYW-0004CO-OH for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Apr 2016 04:05:16 -0400 Original-Path: usenet.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!feeder1-2.proxad.net!cleanfeed1-b.proxad.net!nnrp2-1.free.fr!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:BvSMzGLkEjMrZ44PGikAGcDqMjA= Original-Lines: 24 Original-NNTP-Posting-Date: 02 Apr 2016 10:04:20 CEST Original-NNTP-Posting-Host: 82.245.47.163 Original-X-Trace: 1459584260 news-1.free.fr 635 82.245.47.163:52428 Original-X-Complaints-To: abuse@proxad.net Original-Xref: usenet.stanford.edu gnu.emacs.help:217415 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:109709 Archived-At: jeu. 31 mars 2016, jj.r&torr&@gmail.com (Jean-Jacques Rétorré) disait : > This command is in my .emacs: > > ,---- > | (org-dotemacs-load-file nil > | "~/.emacs.d/my_emacs_config.org" > | "~/.emacs.d/my_emacs_config.el") > `---- > > The elisp blocks in my_emacs_config.org are properly executed, but > the file my_emacs_config.el file is not created. > > Is that a bug or am I missing something ? This issue is already know https://github.com/vapniks/org-dotemacs/issues/10 My apologize for the noise > > -- > JJ. R.