From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Harkins Subject: Faces issue with plain lists under second-level headings? Date: Fri, 03 Jan 2014 17:25:10 +0800 Message-ID: <73e5b329-ee5d-4f39-89db-44de668691d0@dewdrop-world.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz10Q-0005X9-45 for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 04:25:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vz10K-0007ly-4X for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 04:25:26 -0500 Received: from mail-pb0-x22c.google.com ([2607:f8b0:400e:c01::22c]:44545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vz10J-0007lj-Sk for emacs-orgmode@gnu.org; Fri, 03 Jan 2014 04:25:20 -0500 Received: by mail-pb0-f44.google.com with SMTP id rq2so15546409pbb.3 for ; Fri, 03 Jan 2014 01:25:18 -0800 (PST) Received: from localhost ([219.136.161.144]) by mx.google.com with ESMTPSA id yi10sm140852079pab.8.2014.01.03.01.25.16 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 03 Jan 2014 01:25:18 -0800 (PST) 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: orgmode I'm not sure if this is reported, but I spotted a minor "faces" bug just=20 now. Put this into an Org buffer. ** Headline - *Bold* non-bold - *Bold* non-bold - Non-bold Put the cursor on "Headline" and do M-left, M-right. When the heading is=20 any level other than second, no problem. But at the second level, the first=20= boldface appears in normal type, while the second item's boldface works=20 properly. File this under trivial annoyance, but maybe easy to fix? Org-mode version 8.2.4 (release_8.2.4-1-gb7d674 @=20 /home/dlm/share/org-mode.git/lisp/) ; omitting some variables that are only for agendas and exports (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(column-number-mode t) '(compilation-error-screen-columns nil) '(global-hl-line-mode t) '(hl-line-sticky-flag nil) '(initial-frame-alist (quote ((menu-bar-lines . 1) (height . 47) (width .=20= 100)))) '(iswitchb-case t) '(iswitchb-mode t) '(org-agenda-cmp-user-defined (quote bh/agenda-sort-by-heading-date)) '(org-agenda-window-setup (quote current-window)) '(org-babel-load-languages (quote ((emacs-lisp . t) (sh . t) (org . t)=20 (lilypond . t)))) '(org-beamer-environments-extra (quote (("CJK" "Z" "\\begin{CJK}%a%H"=20 "\\end{CJK}") ("onlyenv" "O" "\\begin{onlyenv}%a" "\\end{onlyenv}")=20 ("overlayarea" "Y" "\\begin{overlayarea}%r%a" "\\end{overlayarea}")))) '(org-blank-before-new-entry (quote ((heading) (plain-list-item)))) '(org-confirm-babel-evaluate t) '(org-cycle-include-plain-lists (quote integrate)) '(org-directory "~/Documents/mobileorg") '(org-export-allow-bind-keywords t) '(org-export-latex-coding-system (quote utf-8)) '(org-export-odt-preferred-output-format "pdf") '(org-export-with-smart-quotes t) '(org-habit-show-all-today t) '(org-hide-leading-stars t) '(org-id-link-to-org-use-id (quote=20 create-if-interactive-and-no-custom-id)) '(org-latex-listings t) '(org-latex-packages-alist nil) '(org-latex-pdf-process (quote ("xelatex -interaction nonstopmode=20 -output-directory %o %f" "xelatex -interaction nonstopmode=20 -output-directory %o %f" "xelatex -interaction nonstopmode=20 -output-directory %o %f"))) '(org-latex-table-caption-above nil) '(org-latex-title-command "\\maketitle") '(org-latex-to-pdf-process (quote ("xelatex -interaction nonstopmode %s"=20 "xelatex -interaction nonstopmode %s"))) '(org-link-to-org-use-id (quote create-if-interactive-and-no-custom-id)) '(org-mobile-directory "/home/dlm/Ubuntu One/mobileorg") '(org-mobile-files (quote (org-agenda-files=20 "~/Documents/mobileorg/test.org"))) '(org-mobile-inbox-for-pull "~/Documents/mobileorg/from-mobile.org") '(org-modules (quote (org-bbdb org-bibtex org-docview org-gnus org-habit=20 org-id org-info org-jsinfo org-irc org-mew org-mhe org-rmail org-vm org-wl=20= org-w3m))) '(org-odt-convert-process "unoconv") '(org-show-siblings (quote ((default) (isearch t)))) '(org-timeline-show-empty-dates nil) '(org-todo-keywords (quote ((sequence "TODO" "MAYBE" "INPROG" "MTG" "|"=20 "DONE" "POSTPONED")))) '(org-url-hexify-p nil) '(show-paren-mode t) '(word-wrap t)) hjh