Re: [O] [PATCH] Improve org-table-convert-region in order to use any string as separator

2015-04-13 Thread Francesco Pizzolante
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

Re: [O] Bug: sas comments in source blocks confused with headings [8.2.10 (8.2.10-35-g19a7d6-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20150406/)]

2015-04-13 Thread Nicolas Goaziou
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

Re: [O] [PATCH]Extend export hook example for removing headlines with tag ignore_heading

2015-04-13 Thread Ondřej Grover
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

Re: [O] [PATCH]Extend export hook example for removing headlines with tag ignore_heading

2015-04-13 Thread Rasmus
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:

Re: [O] How to exclude completed daily tasks from the agenda view

2015-04-13 Thread Leo Ufimtsev
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

Re: [O] Best practices to get reminders?

2015-04-13 Thread Leo Ufimtsev
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

Re: [O] [PATCH]Extend export hook example for removing headlines with tag ignore_heading

2015-04-13 Thread Ondřej Grover
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

Re: [O] Melpa and Marmalade, can they co-exist well?

2015-04-13 Thread Leo Ufimtsev
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:

Re: [O] [PATCH]Extend export hook example for removing headlines with tag ignore_heading

2015-04-13 Thread Nicolas Goaziou
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

Re: [O] [PATCH]Extend export hook example for removing headlines with tag ignore_heading

2015-04-13 Thread Rasmus
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

Re: [O] [PATCH]Extend export hook example for removing headlines with tag ignore_heading

2015-04-13 Thread Suvayu Ali
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