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: Update statistic cookies when
> archiving
Th
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.
I
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" command, and finally wrote one
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
> up to * talk2, export
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 specific Org ID.
2.
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 in a clock
> report
Thank you.
We are in fea
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
>> talk2. C-c C-e C-s doesn't do exactly what I
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
are they actually never c
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 of ideas:
>
> 1. Write a function to exp
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 answer; some thought
> t
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
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" "Priority #A tasks" a
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:
>
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 dev
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 scratch. I've always wanted a "wrap region
>> in b
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
>
>
> 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 from
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
> functionality when I'm dev
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 co
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 selectors
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.
h
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 to
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 it look like in te
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/ glob
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 binding that starts wi
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 ban
Kaushal Modi writes:
> On Fri, Sep 1, 2017, 10:49 PM Adam Porter wrote:
>
> Kaushal Modi writes:
>
> > M-x list-load-path-shadows will also help. Pay attention to shadows on org
> packages.
>
> Wow, I did not know about that command. I have a bit of cleaning-up to
> do. :)
>
> That's what
27 matches
Mail list logo