Re: [O] Word-counting in a subtree

2017-08-21 Thread Jacopo De Simoi
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

[O] migrating to the snapshot api

2017-08-21 Thread Sam Halliday
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

Re: [O] Word-counting in a subtree

2017-08-21 Thread Eric S Fraga
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

Re: [O] Bug: markdown export errors on headers [9.0.9 (9.0.9-82-gb862c2-elpaplus @ /home/fommil/.emacs.d/elpa/org-plus-contrib-20170814/)]

2017-08-21 Thread Sam Halliday
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

[O] Word-counting in a subtree

2017-08-21 Thread Jacopo De Simoi
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

Re: [O] [RFC] Remove Org Struct mode

2017-08-21 Thread Richard Lawrence
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,

Re: [O] [RFC] Remove Org Struct mode

2017-08-21 Thread Eduardo Mercovich
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

Re: [O] [RFC] Remove Org Struct mode

2017-08-21 Thread Michael Brand
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