[O] Does :block field of clocktable respect org-extend-today-until?

2018-04-16 Thread Robert Irelan
Testing it just now, it appears that it doesn't - the clock table excludes times after midnight but before org-extend-today-until. I'll probably work on fixing this unless someone believes that the current version of org-mode is expected to respect org-extend-today-until. org-version gives: Org

Re: [O] [PATCH] Add new keyword :coding for #+include directive

2018-04-16 Thread Pierre Téchoueyres
Hello org's developpers, Sorry, I forgot the patch. so here is the whole mail + patch: I want to propose the attached patch which allow you to specify an optionnal `:coding' keyword to the `#+INCLUDE:' directive. This allow you to specify something like #+begin_example ,#+INCLUDE: "myfile.cmd"

[O] [PATCH] Add new keyword :coding for #+include directive

2018-04-16 Thread Pierre Téchoueyres
Hello org's developpers, I want to propose the attached patch which allow you to specify an optionnal `:coding' keyword to the `#+INCLUDE:' directive. This allow you to specify something like #+begin_example ,#+INCLUDE: "myfile.cmd" src cmd :coding "cp850-dos" #+end_example Which allow you to

Re: [O] Problems created by inlinetasks in agenda views

2018-04-16 Thread Nicolas Goaziou
Hello, "Berry, Charles" writes: > I guess I can omit drawers that are not to be exported according to > the drawer-name with my own `format-drawer-function' variants. There's already a mechanism to skip drawers during export based on their name. See `org-export-with-drawers'.

Re: [O] Problems created by inlinetasks in agenda views

2018-04-16 Thread Berry, Charles
> On Apr 16, 2018, at 7:01 AM, Eric S Fraga wrote: > > So, you have motivated me to look at alternatives just in case. I've > started playing with the export settings for drawers for odt and > LaTeX. It does seem like I can move to using drawers instead of inline > tasks

Re: [O] Problems created by inlinetasks in agenda views

2018-04-16 Thread Eric S Fraga
On Monday, 16 Apr 2018 at 18:39, Nicolas Goaziou wrote: > For once (!), this is not what I'm suggesting. :) :-) You've made me paranoid! > I'm not even convinced they need to hold contents per se. If we imagine > that a new syntax would be "!!" at the beginning of a line, one line per > task,

Re: [O] Problems created by inlinetasks in agenda views

2018-04-16 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > I use inlinetasks all the time and for a number of different use > cases. My initial reaction is that I would not like to see them > disappear! For once (!), this is not what I'm suggesting. :) I wonder if it is meant to stay an external

[O] How to also convert org file into htmlized html file in org-publish?

2018-04-16 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 I want to have Org-mode file converted into HTML, htmlized HTML, and plain org file. So I have following config: , | (require 'htmlize) | ;; (setq org-html-htmlize-output-type 'css) | | (defvar my-org-publish-directory "~/org-publish/") | | ;;

Re: [O] Problems created by inlinetasks in agenda views

2018-04-16 Thread Eric S Fraga
On Monday, 16 Apr 2018 at 14:08, Nicolas Goaziou wrote: [...] > However, since inline tasks have been around for years, it may be a good > time to decide once and for all how, and if, they should be included in > Org proper. Hi Nicolas, I use inlinetasks all the time and for a number of

Re: [O] Problems created by inlinetasks in agenda views

2018-04-16 Thread Nicolas Goaziou
Hello, alain.coch...@unistra.fr writes: > Hello. I have the file (with name 'bug.org'): > > * foo :foofoofoo: > *** TODO an inlinetask > foo > *** END > barXXX > > > (1) 'C-c a m foofoofoo' > > gives be > > Headlines with TAGS match: foofoofoo > Press

Re: [O] [PATCH] org-capture: Add a custom to control save target file or not.

2018-04-16 Thread Nicolas Goaziou
Hello, tumashu writes: > From: Feng Shu > Date: Mon, 16 Apr 2018 09:02:13 +0800 > Subject: [PATCH] org-capture: Do not save buffer when run > org-capture-finalize. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] ob-clojure-literate remove dependency on dash

2018-04-16 Thread Nicolas Goaziou
Hello, stardiviner writes: > From 0edc3d8f2b6fe4a99e11286efe7eb49dc3596cbe Mon Sep 17 00:00:00 2001 > From: stardiviner > Date: Sun, 15 Apr 2018 19:40:12 +0800 > Subject: [PATCH] * ob-clojure-literate.el: remove dash dependence. Applied. Thank you.