On 2018-01-01, at 03:42, Allen Li wrote:
> I wrote a command to remove duplicate subheadings, which I use to
> remove duplicate captured links among other things. Would this be a
> useful addition to Org mode?
IMHO yes.
--
Marcin Borkowski
I wrote a command to remove duplicate subheadings, which I use to
remove duplicate captured links among other things. Would this be a
useful addition to Org mode?
I have included it below for reference. I will clean it up a bit if
it's a worthy feature.
(defun mir-org-uniq ()
"Remove duplicat
Marcin Borkowski writes:
> Thanks again. I played around with this for some time, but there is one
> problem. The agenda has a lot of settings, and replicating them with
> org-map-entries turned out to be no fun.
>
> Is there a way to plug into the agenda generating functions somehow to
> get a
On Sunday, 31 Dec 2017 at 17:57, Nicolas Goaziou wrote:
> Possibly. Could you replace each occurrence of normal-auto-fill-function
> with (local 'normal-auto-fill-function) in minor mode definition and try
> again?
Did this but no change in behaviour. Auto-fill goes to beginning of
line; fill p
Eric S Fraga writes:
> auto-fill-function is a variable defined in ‘C source code’.
> Its value is ‘message-do-auto-fill’
>
> normal-auto-fill-function is a variable defined in ‘simple.el’.
> Its value is ‘message-do-auto-fill’
[...]
> So the problem is due to auto-fill not working properly.
P
On Sunday, 31 Dec 2017 at 16:40, Nicolas Goaziou wrote:
> What's the value for `auto-fill-function' and
> `normal-auto-fill-function'?
auto-fill-function is a variable defined in ‘C source code’.
Its value is ‘message-do-auto-fill’
normal-auto-fill-function is a variable defined in ‘simple.el’.
I
Hello,
Eric S Fraga writes:
> The mostly is because filling does not work for me, neither auto fill
> (subsequent lines start at column 1, i.e. not indented)
Auto fill can be tricky to handle because some other minor modes do
fancy stuff with `auto-fill-function' (e.g., Yasnippet).
In particul
Hi Nicolas,
this looks very nice. And it seems to work mostly. I've only tested it
in message mode.
The mostly is because filling does not work for me, neither auto fill
(subsequent lines start at column 1, i.e. not indented) nor M-q being
bound to anything orgalist related... The latter may b
Hello,
As discussed on this ML a few months ago, I eventually removed OrgStruct
minor mode from Org code base.
I also removed Radio lists, i.e., sending and receiving Org lists in
non-Org buffers, since the two features were pretty much tied. I _did
not_ remove `org-list-to-html', `org-list-to-l
Am 30.12.2017 um 12:57 schrieb Bastien:
So if you want to open a discussion on better hosting plans and if you
or someone else is willing to handle the migration and to maintain the
server afterwards, we can of course discuss this.
As I said, the decision's done, so let's see how things work ou
10 matches
Mail list logo