Re: [O] Fontify text between quotes?

2018-11-21 Thread Will Pierce
Ahah! Thanks for the tip! Added the following to my init: ;; use org-block face in verse/quote blocks (setq org-fontify-quote-and-verse-blocks t) ;; use org-block for smart-quoted text (defun my-org-smart-quote-fontify () "Use org-block face for text between smart quotes." (font-lock-add-key

[O] Fontify text between quotes?

2018-11-21 Thread Will Pierce
Hi all, I'd like to add a function that changes the face of any text in quotation marks. I looked a bit into adapting the existing org code for emphasis, but got bogged down. I'd like "text like this" to use the org-block face. Any help pointing me in the right direction on this would be much app

[O] #+attr_odt: not working

2018-11-13 Thread Will Pierce
Ah! I was confusing https://github.com/kjambunathan/org-mode-ox-odt with the main Org distribution. Sounds like those maintainers are hoping to get their ODT features into the official Org? I'd be happy to help with documentation if that's an issue there!

[O] #+attr_odt: not working

2018-11-12 Thread Will Pierce
Hello all, I'm on 9.1.14. No matter what I do I can't seem to get anything related to #+attr_odt to work! I've tried custom styles.xml, the default, different block types, etc, etc. All I want is a very simple odt paragraph style with no first-line indent (for paragraphs following block quotes):

[O] [PATCH] document org-at-heading-p

2018-11-01 Thread Will Pierce
* add brief docstring pointing to outline-on-heading 0001-document-org-at-heading-p.patch Description: Binary data

[O] [PATCH] edit installation section

2018-08-31 Thread Will Pierce
* emphasize org's near-universal distribution * reformat vertical list * minor grammar fix Vertical list style here follows the Chicago Manual. (Similar formatting is used at line 8200 in the manual. I'd like to regularize this in the future.) 0001-edit-installation-section.patch Description: Bi

[O] [PATCH] make revisions in export section

2018-08-24 Thread Will Pierce
Made some revisions in the manual section on exports. 0001-org-manual-make-revisions-in-export-section.patch Description: Binary data

[O] [PATCH] org-manual: revise markup section intro

2018-08-24 Thread Will Pierce
This patch revises the markup section's introductory paragraph to read more smoothly. I'll be slowly working the manual! 0001-org-manual-revise-markup-section-intro.patch Description: Binary data

Re: [O] add org-quote-region

2018-08-05 Thread Will Pierce
Ah! Thanks. I didn't search hard enough. Just starting to wrap my head around the org code. I'll have to look elsewhere in org for a place to contribute ;) On 4 August 2018 at 23:28, Kyle Meyer wrote: > Hello, > > Will Pierce writes: > > > Adds a function to turn

Re: [O] add org-quote-region

2018-08-04 Thread Will Pierce
Ah. Here it is with a proper commit msg: On 4 August 2018 at 17:23, Will Pierce wrote: > Adds a function to turn the highlighted region into a block quote for > export ("#+begin_quote...#+end_quote"). > > As a writer using org-mode I've found this very useful. &

[O] add org-quote-region

2018-08-04 Thread Will Pierce
Adds a function to turn the highlighted region into a block quote for export ("#+begin_quote...#+end_quote"). As a writer using org-mode I've found this very useful. W 0001-Add-org-quote-region-function.patch Description: Binary data

[O] Bug: tags-emoji-alignment [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/local/Cellar/emacs/26.1_1/share/emacs/26.1/lisp/org/)]

2018-08-01 Thread Will Pierce
This might be out of scope for the org list, but the excellent emojify-mode (https://github.com/iqbalansari/emacs-emojify) breaks the alignment of org tags when emojies are included in the headings. So: ``` ** TODO write something short :writing: ``` but ``` ** T