Re: [O] Key bindings for Org export back-ends?

2019-02-08 Thread Berry, Charles
John, That's the ticket! The only thing I miss in hydra-ox.el is being able to repeat subtree exports. i.e. with the export dispatcher when `C-c C-e C-s l l' is later followed by 'C-u C-c C-e', it navigates back to the right headline and exports the right subtree. Thanks, Chuck > On Feb 8,

Re: [O] Key bindings for Org export back-ends?

2019-02-08 Thread John Kitchin
my goto solution to keymap collisions is hydra. Here is one that shows how to make one for exporting in org-mode: https://github.com/abo-abo/hydra/blob/master/hydra-ox.el John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carneg

Re: [O] Key bindings for Org export back-ends?

2019-02-08 Thread Berry, Charles
> On Feb 8, 2019, at 12:27 AM, Jens Lechtenboerger > wrote: > > Hi there, > > I need to assign a key to an Org export back-end. My first attempt > ended in a conflict, so I’d like to collect a (full?) list. > I'm not trolling, but ... There are about 30 packages on melpa. And doing a sea

Re: [O] [PATCH 1/3] org-habit: Add org-habit-scheduled-past-days

2019-02-08 Thread John Lee
On Thu, 7 Feb 2019, at 21:27, John Lee wrote: > On Wed, 6 Feb 2019, at 21:32, Nicolas Goaziou wrote: > > I applied them in master. Thank you. > > Thank you! > > > Could you provide an entry for ORG-NEWS file, too? Attached. From ded5296358ec2bcfbe58a662b5112226298bf43f Mon Sep 17 00:00:00 2001 F

Re: [O] Refiling Completion Systems

2019-02-08 Thread Samuel Wales
the built-in ido completion is likely mostly redundant and that is i think mostly why it was removed. [ooh, disclaimers.] to get your ido back, you can install ido-hacks, which will 1] make ido work in all sorts of places including refile 2] speed up ido by an enormous amount you might need

Re: [O] Key bindings for Org export back-ends?

2019-02-08 Thread Jens Lechtenboerger
On 2019-02-08, at 10:54, Kaushal Modi wrote: > On Fri, Feb 8, 2019 at 10:48 AM Thomas S. Dye wrote: > >> One place for the list of key bindings might be here: >> https://orgmode.org/worg/exporters/index.html >> > > That's a great idea! How about creating a single Org table with columns > like Nam

[O] Weird Headline Behavior

2019-02-08 Thread Scott Randby
Hello, I've been noticing some unusual behavior when I manipulate headlines (Org 9.2). I have the following (or something similar) at the very end of many Org files: * LOCAL VARIABLES # Local Variables: # mode: org # coding: utf-8-unix # End: If I copy this subtree (C-c C-x M-w) and then yank i

Re: [O] Refiling Completion Systems

2019-02-08 Thread John Kitchin
You might look into using ivy or helm for completion. You can turn on ivy-mode, for example and it redfines all the completing-read type functions in Emacs so that it all uses the ivy way to do it. They are kind of similar, but have some different philosophies and key-binding approaches. I found he

Re: [O] Key bindings for Org export back-ends?

2019-02-08 Thread Jens Lechtenboerger
On 2019-02-08, at 06:51, Kaushal Modi wrote: > On Fri, Feb 8, 2019, 3:28 AM Jens Lechtenboerger wrote: > >> - org-reveal [3]: R >> - org-re-reveal [4]: r (conflict with RSS) > > I see that org-re-reveal is based off org-reveal. So do you see a use case > where people would `require' both org-reve

[O] Bug: Description field of links in included files is not resolved correctly in HTML export. [9.2.1 (9.2.1-elpa @ c:/Program Files/emacs/share/emacs/26.1/site-lisp/elpa/org-9.2.1/)]

2019-02-08 Thread Dietrich Foethke
Description: I use a master org file "master.org" in a directory named "foo" that includes another org file "other.org" stored in subdirectory named "foo/bar". In the master file I include the other org file using: #+INCLUDE: "./bar/other.org" In "other.org" I include an image that is stored in a

Re: [O] Key bindings for Org export back-ends?

2019-02-08 Thread Kaushal Modi
On Fri, Feb 8, 2019 at 10:48 AM Thomas S. Dye wrote: > One place for the list of key bindings might be here: > https://orgmode.org/worg/exporters/index.html > That's a great idea! How about creating a single Org table with columns like Name, Description, Binding, Core/Contributed, and then sort

Re: [O] Key bindings for Org export back-ends?

2019-02-08 Thread Thomas S. Dye
One place for the list of key bindings might be here: https://orgmode.org/worg/exporters/index.html All the best, Tom

Re: [O] Key bindings for Org export back-ends?

2019-02-08 Thread Jens Lechtenboerger
On 2019-02-08, at 06:51, Kaushal Modi wrote: > On Fri, Feb 8, 2019, 3:28 AM Jens Lechtenboerger wrote: > >> - org-reveal [3]: R >> - org-re-reveal [4]: r (conflict with RSS) > > I see that org-re-reveal is based off org-reveal. So do you see a use case > where people would `require' both org-reve

[O] Refiling Completion Systems

2019-02-08 Thread Bernt Hansen
Hi, I've been using org-mode for over ten years and at some point the ido completion for refiling went away -- probably when refiling functionalty was rewritten. Is there a similar completion system available that I can use to locate my refile targets? I really liked the ido search with incremen

Re: [O] Key bindings for Org export back-ends?

2019-02-08 Thread Kaushal Modi
On Fri, Feb 8, 2019, 3:28 AM Jens Lechtenboerger > - org-reveal [3]: R > - org-re-reveal [4]: r (conflict with RSS) > I see that org-re-reveal is based off org-reveal. So do you see a use case where people would `require' both org-reveal and org-re-reveal? If not, then using the same binding as t

[O] Dokuwiki backend ?

2019-02-08 Thread FAb
Hi, Is there a discussion why there is no more export to dokuwiki ? (Or someone will be nice to sum it up to me ?) I'm sad, I have a lot of documentation to write and share in a dokuwiki. Thank you FAb

Re: [O] Arithmetic range error

2019-02-08 Thread Colin Baxter
> "Kyle" == Kyle Meyer writes: Kyle> Nicolas Goaziou writes: >> Colin Baxter writes: >> >>> I can now confirm that if the above commit is reversed then my >>> Arithmetic range error disappears. >>> >>> diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el index

[O] Mutually-exclusive Org tags still inherit each other

2019-02-08 Thread Tina Russell
First of all, I want to say that I really appreciate Org Mode, I wouldn’t be using Emacs without it, and it’s where I spend the vast majority of my time in Emacs. Thank you all! So, according to the Org documentation: “You can also group together tags that are mutually exclusive by using braces …

[O] Key bindings for Org export back-ends?

2019-02-08 Thread Jens Lechtenboerger
Hi there, I need to assign a key to an Org export back-end. My first attempt ended in a conflict, so I’d like to collect a (full?) list. Built-in - iCalendar: c - HTML: h - Texinfo: i - LaTeX and Beamer: l - Man: M - Markdown: m - ODT: o - Org: O - Publish: P - Plain text: t Contrib (ox-bibtex,