From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Fwd: how do you compose mails in Gnus with org-mode Date: Thu, 01 Mar 2018 16:59:27 +0000 Message-ID: <878tbbohow.fsf@gmail.com> References: <87inafvrwi.fsf@gmail.com> <87inafanug.fsf@gmail.com> <87vaef97ze.fsf@gmail.com> <87k1uvq1af.fsf@gmail.com> <87bmg7vmor.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53681) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1erRYL-00016f-A9 for emacs-orgmode@gnu.org; Thu, 01 Mar 2018 11:59:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1erRYI-0003v9-4W for emacs-orgmode@gnu.org; Thu, 01 Mar 2018 11:59:33 -0500 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]:52396) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1erRYH-0003ta-U7 for emacs-orgmode@gnu.org; Thu, 01 Mar 2018 11:59:30 -0500 Received: by mail-wm0-x22e.google.com with SMTP id t3so13426834wmc.2 for ; Thu, 01 Mar 2018 08:59:29 -0800 (PST) In-Reply-To: <87bmg7vmor.fsf@gmail.com> (Joseph Vidal-Rosset's message of "Thu, 01 Mar 2018 16:29:40 +0100") 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: Joseph Vidal-Rosset Cc: "Liste-emacs-orgmode@gnu.org" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Thursday, 1 Mar 2018 at 16:29, Joseph Vidal-Rosset wrote: > The first option would be the best for me: because my use of org-mode is > mainly for my work and I am always pasting this link in new org file. It > is boring. If you could me help to define such a hook, I will be again > indebted to you. But please do it only if it is not time consuming for > you. I use autoinsert to automatically insert contents into new files. Look at autoinsert.el in your emacs distribution. I do the following: (require 'autoinsert) (push '(org-mode . "/SOMEPATH/orgskeleton.org") auto-insert-alist) (add-hook 'find-file-hook 'auto-insert) where orgskeleton.org has the initial contents I want inserted into any new org file. These include settings and some default headlines in my case. > htmlize works again now in my setup. Strangely I saw that I had to > install jupyter=E2=80=A6 Very strange. I do not have jupyter installed, as far as I know. =2D-=20 Eric S Fraga via Emacs 27.0.50, Org release_9.1.7-466-ga16590 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQSPXCedOQfhSlwpVw3IkZPY//z2fQUCWpgxbwAKCRDIkZPY//z2 fb2PAJ9k6A6JYg2Z0frQItmzXmB/rC7DkwCglEEY4Ox7aIdY2h73jJcdD4xSlDA= =G6+L -----END PGP SIGNATURE----- --=-=-=--