Hi Nicolas,
> However `org-table-convert-region' already supports regexp as
> a parameter in development version, so your patch is not needed.
OK, great. Thank you.
Do you know when this will be merged into maint and/or accessible via
elpa (I'm used to use the stable version from elpa or the m
Hello,
Kyle Andrews writes:
> I included SAS code for reference in an org file and noticed that a SAS
> comment breaks the folding feature. The buffer is folded only until the
> comment. The snippet below placed in an org-buffer should clarify what I
> mean.
>
> <
>
> ** SAS
>
> #+BEGIN_SRC
Hi Rasmus,
I wasn't aware of this functionality being added to ox-extra, thank you for
pointing it out.
I've revised my patch to accommodate your suggestions and attached the new
version. Now it excludes noexport tagged headlines from removal and
promotes child headlines.
Using properties for this
Hi Ondřej,
Ondřej Grover writes:
> I've revised my patch to accommodate your suggestions and attached the new
> version. Now it excludes noexport tagged headlines from removal and
> promotes child headlines.
Thanks. Your snippet doesn't work on these two examples.
Can't promote from level 1:
I've been down the same road as you.
You may want to try org-habits and set the variable:
org-habit-show-habits-only-for-today t
I.e,
1. customize org-modules, enable 'org-habit'
2. Read org-habit docu
( A habit has a property :STYLE: habit )
Now these repeating tasks will only show once i
I haven't read all of the replies, but I use todochiku (cross platform) with
some configs:
** Notification snystem
*** About
Get libnotify notifcations for Org-dates.
I.e anthying that is scheduled/has deadline or
just has a stamp like: <2011-03-13 Fri 10:10>
Will generate a popup.
I have i
Hi Rasmus,
Thanks. Your snippet doesn't work on these two examples.
>
> Can't promote from level 1:
>
> * h1
> :noexport:
> no export
> * h2
> :ignore_heading:
> export
>
I've added a simple (when (> (outline-level) 1) (org-promote)) safety check
to make sure indentation does
I see. Thank you for answer.
Leo Ufimtsev | Intern Software Engineer @ Eclipse Team
- Original Message -
From: "Phillip Lord"
To: "Leo Ufimtsev"
Cc: "Org-mode"
Sent: Friday, April 10, 2015 1:00:20 PM
Subject: Re: [O] Melpa and Marmalade, can they co-exist well?
Leo Ufimtsev writes:
Hello,
Ondřej Grover writes:
Thanks for the patch. Some comments follow.
>> "export" becomes part of the noexport heading.
>>
>> * h0
>> ** h1 :noexport:
>>no export
>> ** h2 :ignore_heading:
>>export
>>
> I have no idea how to get around this. It ste
Ondřej Grover writes:
> I have no idea how to get around this. It stems from the basic problem in
> Org mode that there are no entry closures AFAIK: To export the "export" it
> would have to be under a heading that does not have the :noexport: tag.
> This is actually one of the reasons why ignore
Hi,
I would like to chime in here.
On Mon, Apr 13, 2015 at 09:42:58PM +0200, Nicolas Goaziou wrote:
>
> Please keep in mind this is an example to illustrate
> `org-export-before-parsing-hook', not really a place to document some
> hack.
Is it a good idea to promote org-export-before-parsing-hoo
11 matches
Mail list logo