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
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
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!
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):
* add brief docstring pointing to outline-on-heading
0001-document-org-at-heading-p.patch
Description: Binary data
* 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
Made some revisions in the manual section on exports.
0001-org-manual-make-revisions-in-export-section.patch
Description: Binary data
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
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
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.
&
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
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
12 matches
Mail list logo