Hi all,
I'm in a similar situation - I only use Org-struct for my init.el, I'm
fine with dropping it.
On 2017-08-21, at 07:47, Jarmo Hurri wrote:
> Eric S Fraga writes:
>
>> I have no issues with org-struct-mode being removed. I used to use
>> it, especially for emails. I now simply change t
On Monday, August 21, 2017 2:09:25 PM EDT Eric S Fraga wrote:
> On Monday, 21 Aug 2017 at 13:21, Jacopo De Simoi wrote:
> > tl;dr
> >
> > Is there a way to create a token on a subtree header that would count
> > words in the subtree and [optionally] mark a maximum allowed number of
> > words?
> I
Hi all,
I maintain a fork of an org-mode backend for a markdown based
publishing format
https://github.com/fommil/dotfiles/blob/master/.emacs.d/lisp/ox-leanpub.el
Which works great for the org-mode that ships with emacs 25.2.
However, when I use the latest org-mode from the snapshots on even the
On Monday, 21 Aug 2017 at 13:21, Jacopo De Simoi wrote:
> tl;dr
>
> Is there a way to create a token on a subtree header that would count words
> in
> the subtree and [optionally] mark a maximum allowed number of words?
I cannot help you directly but what I do is: narrow the region to the
sub-t
By running this
(cl-delete-if
(lambda (el) (string-match-p "/usr/share/.*org" el))
load-path)
I'm able to hide org and now the org-plus-contrib loads up, yay!
Thanks for the hints.
On 21 August 2017 at 01:40, Kaushal Modi wrote:
> On Sun, Aug 20, 2017, 4:25 PM Nicolas Goaziou
> wrote
tl;dr
Is there a way to create a token on a subtree header that would count words in
the subtree and [optionally] mark a maximum allowed number of words?
Long question
I am preparing an application and filling out many forms; each section of the
form (that I rewrote as a subtree-header) has a
Nicolas Goaziou writes:
I would like to remove Org Struct minor mode from Org code base.
Like others, I only use Org Struct mode to get some Org-like list
handling and such when I'm writing email, and as Nicolas observes, it
barely works. So I'm OK with this, especially if it makes Org easie
Hello.
I have no issues with org-struct-mode being removed. I used to
use it, especially for emails. I now simply change the mode to
org, write whatever content I want, and then switch back to
message mode to send my email. [...]
I do exactly as Eric says here.
Actually, I didn't knew about
Hi all
If I understand correctly orgstruct-mode has much more convenient key
bindings like TAB and its variants for cycling than outshine.el or
outline-minor-mode which is a big advantage for me. When point is on a
heading also the other key bindings are just the same as in Org mode.
This was my r