Re: [O] How to use the list search?

2017-09-03 Thread edgar
Date: Fri, 01 Sep 2017 20:13:37 -0500 You're not doing anything wrong Thanks. - ONLY AT VFEmail! - Use our Metadata Mitigator to keep your email out of the NSA's hands! $24.95 ONETIME Lifetime accounts with Privacy Features! 15GB disk! No

Re: [O] function for inserting a block

2017-09-03 Thread Eric Abrahamsen
Josiah Schwab writes: > Hi Eric, > >> Erm, I'd be surprised if there's a single Org mode binding that >> *doesn't* start with C-c. That convention is right out the window with >> Org... > > To be clear, this is referring to C-c and then a single ASCII letter, > not just any

Re: [O] function for inserting a block

2017-09-03 Thread Josiah Schwab
Hi Eric, > Erm, I'd be surprised if there's a single Org mode binding that > *doesn't* start with C-c. That convention is right out the window with > Org... To be clear, this is referring to C-c and then a single ASCII letter, not just any binding that starts with C-c. The manual /suggests/

Re: [O] function for inserting a block

2017-09-03 Thread Eric Abrahamsen
Josiah Schwab writes: > Hi Eric, > >>> We cannot bind it to "C-c i", this is a reserved key-binding. But we can >>> suggest users to do so in the manual. Or find another binding. >> >> That's fine. Incidentally, why is "C-c i" reserved? It's not bound to >> anything here. Does

Re: [O] export to s9y blog

2017-09-03 Thread Christian Garbs
Hi! Am 03.09.2017 um 20:44 schrieb Josiah Schwab: 3. Is there a way to use something like inheritance to import all ~ox-html.el~ functions at once and then simply overwrite what I need to change? I would encourage you to take a look at the org-export docs, with particular attention

Re: [O] export to s9y blog

2017-09-03 Thread Josiah Schwab
Hi Christian, > 3. Is there a way to use something like inheritance to import all >~ox-html.el~ functions at once and then simply overwrite what I >need to change? I would encourage you to take a look at the org-export docs, with particular attention to the idea of a derived backend.

[O] export to s9y blog

2017-09-03 Thread Christian Garbs
Hello, I want to write an org export plugin for the serendipity blog system[1]. Basically I need the HTML export with some changes: - I only need the content of the tag and nothing else. I just found the BODY-ONLY argument, so I think I'm good :-) - I don't want any CSS classes and

Re: [O] function for inserting a block

2017-09-03 Thread Josiah Schwab
Hi Eric, >> We cannot bind it to "C-c i", this is a reserved key-binding. But we can >> suggest users to do so in the manual. Or find another binding. > > That's fine. Incidentally, why is "C-c i" reserved? It's not bound to > anything here. Does it look like in terminal Emacs? The keybinding

Re: [O] Export subtrees of level n

2017-09-03 Thread Michael Welle
Hello, Joon Ro writes: >> 2. Write a function to look up the tree from point and export the first >> subtree with a certain property. > I thought about implementing the second approach. I have slides for > several talks in the same org file. Since I mostly need this >

Re: [O] Export subtrees of level n

2017-09-03 Thread Joon Ro
> 2. Write a function to look up the tree from point and export the first > subtree with a certain property. I thought about implementing the second approach. I have slides for several talks in the same org file. Since I mostly need this functionality when I'm developing slides, just going up

Re: [O] [PATCH] Update statistic cookies when archiving

2017-09-03 Thread Jay Kamat
Hi, > Be warned that we're in a feature-freeze phase. It will have to wait for > Org 9.1 before being merged. Sounds good to me! > >> +;; Go to parent, even if no children exist > > Nitpick: Missing final dot. > >> +(org-up-heading-safe) >> +;; Update cookie of parent >

Re: [O] function for inserting a block

2017-09-03 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> The easy template entry thing is useful as far as it goes, but for some >> reason I find myself "marking up" existing text in Org as least as often >> as I'm writing new text from

[O] getting development version on windows

2017-09-03 Thread Ian Garmaise
I recently reported a bug in sort headlines which was fixed in the development version. However I am using the elpa package in windows, which only has the latest official release of Aug. 28. My efforts to install the development version failed. Is there a straightforward recipe to install the

Re: [O] org-babel-expand-src-block v.s. org-babel-execute-src-block with Python

2017-09-03 Thread Nicolas Goaziou
Hello, ed...@openmail.cc writes: > I have noticed that doing C-c C-v v (org-babel-expand-src-block) and > C-c > C-c (org-babel-execute-src-block) yield different results in Python. I guess this is related to the :session parameter, which is not obeyed when using "C-c C-v v". > * Question: >

Re: [O] Bug: org-agenda-span value not quoted via customize interface

2017-09-03 Thread Nicolas Goaziou
Hello, Niall Dooley writes: > This is my first mail to this list so please tell me if I haven't > followed the expected conventions. > > I created the following org-agenda-custom-command via the customise > interface > > '(org-agenda-custom-commands >(quote > (("A"

Re: [O] recreating .org-id-locations file

2017-09-03 Thread Nicolas Goaziou
Hello, kevinbanjo writes: > is there a utility to do this if it gets messed up? I don't understand your question. What is the problem you are encountering? Regards, -- Nicolas Goaziou

Re: [O] function for inserting a block

2017-09-03 Thread Nicolas Goaziou
Adam Porter writes: > "...it is a good idea to make a marker point nowhere if you are sure you > don’t need it any more. Markers that can no longer be accessed are > eventually removed (*note Garbage Collection::)." > > I asked on /r/emacs about this but never got a firm

Re: [O] Export subtrees of level n

2017-09-03 Thread Michael Welle
Hello, Adam Porter writes: > Michael Welle writes: > >> Is there an existing way to say that I want to go up to a level n >> heading and then export, or do I have to implement that by myself? > > I think you'll have to do it yourself. Here are a couple

Re: [O] function for inserting a block

2017-09-03 Thread Adam Porter
Nicolas Goaziou writes: > You need to clean these markers at the end of the function. Markers set > to a position are never garbage-collected. Usually, it happens at the > end of an `unwind-protect'. Not that I oppose cleaning up markers after you're done with them, but

Re: [O] Export subtrees of level n

2017-09-03 Thread Michael Welle
Hello, Nicolas Goaziou writes: > Hello, > > Michael Welle writes: > >> imagine the following document structure: >> >> * talk1 >> * talk2 >> ** foo >> ** bar >> ** foobaz >> >> >> Now the point is in section foobaz and I want to export the subtree >>

Re: [O] [Patch] Hide the file column in a clock report.

2017-09-03 Thread Nicolas Goaziou
Hello, Michaël Cadilhac writes: > From f251bf0fa764e245eabe88e3959e801af5c8fd37 Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Micha=C3=ABl=20Cadilhac?= > Date: Thu, 31 Aug 2017 19:37:55 +0100 > Subject: [PATCH] Add the option of hiding the file column

Re: [O] Export subtrees of level n

2017-09-03 Thread Adam Porter
Michael Welle writes: > Is there an existing way to say that I want to go up to a level n > heading and then export, or do I have to implement that by myself? I think you'll have to do it yourself. Here are a couple of ideas: 1. Write a function to export a subtree with a

Re: [O] Export subtrees of level n

2017-09-03 Thread Nicolas Goaziou
Hello, Michael Welle writes: > imagine the following document structure: > > * talk1 > * talk2 > ** foo > ** bar > ** foobaz > > > Now the point is in section foobaz and I want to export the subtree > talk2. C-c C-e C-s doesn't do exactly what I want. I can move the point >

Re: [O] function for inserting a block

2017-09-03 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > The easy template entry thing is useful as far as it goes, but for some > reason I find myself "marking up" existing text in Org as least as often > as I'm writing new text from scratch. I've always wanted a "wrap region > in block"

[O] Export subtrees of level n

2017-09-03 Thread Michael Welle
Hello, imagine the following document structure: * talk1 * talk2 ** foo ** bar ** foobaz Now the point is in section foobaz and I want to export the subtree talk2. C-c C-e C-s doesn't do exactly what I want. I can move the point up to * talk2, export the subtree and then move the point back.

Re: [O] [PATCH] Update statistic cookies when archiving

2017-09-03 Thread Nicolas Goaziou
Hello, Jay Kamat writes: > Sorry, forgot to actually attach the patch, here it is. > > From 95cdfa8c3ec81b3a0763b68044611c10a4dadc29 Mon Sep 17 00:00:00 2001 > From: Jay Kamat > Date: Sat, 2 Sep 2017 15:57:36 -0400 > Subject: [PATCH] org-archive.el: