[O] [PATCH 2/2] org-colview.el: Add property :exclude-tags to column view

2018-07-06 Thread Benjamin Motz
Hello, This addition allows to specify a list of tags to exclude from column view tables. >From 4ac32c4b24f33b841ad73c4b10158ec7a18087a9 Mon Sep 17 00:00:00 2001 From: Benjamin Motz Date: Wed, 4 Jul 2018 14:27:24 +0200 Subject: [PATCH 2/2] org-colview.el: Add property :exclude-tags to column

[O] [PATCH 1/2] org-colview.el: Add missing save-excursion for org-colview

2018-07-06 Thread Benjamin Motz
Hello, without this fix, point will jump to beginning of buffer each time the column view is activated. This was annoying to me and I'd consider it a bug. I'm not sure if this is the best way to fix the behaviour... It's a TINYCHANGE when ignoring space-change. >From

Re: [O] How to move up/down a headline but not the subtree?

2018-07-06 Thread Alain . Cochard
Neil Jerram writes on Thu 5 Jul 2018 13:53: > FWIW, I just experimented. This seems to work: > > M-right M-right M-right M-right M-right C-c C-x C-w > > move to new destination > > C-c C-x C-y > > and is pretty fast. That's an interesting idea. Maybe I can build on that for

Re: [O] How to move up/down a headline but not the subtree?

2018-07-06 Thread Alain . Cochard
Hi, and thanks for your message. Nicolas Goaziou writes on Thu 5 Jul 2018 12:50: > > I am also interested in knowing if there are specific (deep?) > > reasons why this seemingly basic operation, which I see as the > > analogous of org-do-promote/demote and perform very often with > >

Re: [O] ox-cv.el

2018-07-06 Thread eniotna
Hello, Take a look at https://archive.softwareheritage.org/browse/origin/https://github.com/mylese/ox-cv/directory/ Cheers, tony / @ardumont On Fri, Jul 6, 2018 at 11:56 AM, Eike wrote: > > Hello, > > I'm occassionally using a nice package by Myles English that has been on > github for a

Re: [O] ox-cv.el

2018-07-06 Thread Eike
Hi Diego, thank you very much for your reply! That looks like really nice project. Thanks, Eike Diego Zamboni writes: > Hi Eike, > > I don’t think it’s the same, but at least from the name, this one might serve > a similar purpose: >

Re: [O] ox-cv.el

2018-07-06 Thread Diego Zamboni
Hi Eike, I don’t think it’s the same, but at least from the name, this one might serve a similar purpose: https://blog.oscarnajera.com/2018/05/org-cv-an-org-export-backend-for-cv/ I found it just yesterday, haven’t

[O] ox-cv.el

2018-07-06 Thread Eike
Hello, I'm occassionally using a nice package by Myles English that has been on github for a while https://github.com/mylese/ox-cv. This is gone now and I can't find it using some search-engines. Has it maybe been moved to another git provider? Or could someone hand a copy of this file to me

[O] bug#32068: 26.1; problem with org-agenda and categories

2018-07-06 Thread Eli Zaretskii
> From: rrandr...@gmail.com > Date: Fri, 06 Jul 2018 00:46:14 + > > > When evaluating the snippet below: > --8<---cut here---start->8--- > (eval-after-load "org" > '(progn > overwrite some settings > (setq org-startup-folded nil ;unfolded >