From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Denton Subject: Recent troubles with org-bullets? Date: Tue, 23 Apr 2019 15:24:24 -0400 (EDT) Message-ID: Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="657874830-1760839220-1556047253=:25103" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:44454) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJ11t-00081H-3P for emacs-orgmode@gnu.org; Tue, 23 Apr 2019 15:24:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hJ11q-0006R4-7h for emacs-orgmode@gnu.org; Tue, 23 Apr 2019 15:24:31 -0400 Received: from shell.miskatonic.org ([54.39.142.95]:34602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hJ11p-0006Ht-OH for emacs-orgmode@gnu.org; Tue, 23 Apr 2019 15:24:29 -0400 Received: from localhost (localhost [127.0.0.1]) by shell.miskatonic.org (Postfix) with ESMTP id 21D5B4C00CF7 for ; Tue, 23 Apr 2019 15:24:24 -0400 (EDT) Content-ID: 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 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --657874830-1760839220-1556047253=:25103 Content-Type: TEXT/PLAIN; CHARSET=UTF-8; format=flowed Content-ID: Content-Transfer-Encoding: quoted-printable For any people on the list who both A) compile Org from source and update= it=20 fairly often and B) use org-bullets, do A and B imply C) sometimes org-bu= llets=20 doesn't run automatically and it needs to be started by hand? A few weeks ago this started to happen to me, but not all the time. I've= been=20 having some other funny things happen with Org now and then (for example,= I have=20 indenting turned on, but sometimes files don't indent) but they seem tran= sient=20 and I haven't figured them out. This org-bullets problem seems more tang= ible so=20 I thought I'd ask. My Org init are here:=20 https://github.com/wdenton/.emacs.d/blob/master/setup/setup-orgmode.el I have (add-to-list 'load-path "/usr/local/src/org-mode/lisp") and then a few lines later (use-package org-bullets :config (setq org-bullets-bullet-list '("=E2=8A=A2" "=E2=8B=AE" "=E2=8B=B1" "=E2= =8B=B1" "=E2=8B=B1")) :init (add-hook 'org-mode-hook (lambda () (org-bullets-mode 1))) ) Bill -- William Denton :: Toronto, Canada --- Listening to Art: https://liste= ningtoart.org/ https://www.miskatonic.org/ --- GHG.EARTH: https://ghg.earth/ Caveat lector. --- STAPLR: http://staplr.org/ --657874830-1760839220-1556047253=:25103--