[O] [SOLVED] Re: dynamic block :block thismonth seems not correct

2018-11-04 Thread stardiviner
This is because my today limited scope in :block thismonth. -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner, Matrix: stardiviner GPG: F09F650D7D674819892591401B5DF1C

[O] [Suggest] Add a command org-attach-sync-all

2018-11-04 Thread tumashu
I alway forgot to run org-attach-sync when I manual update task's attach dir, suggest add a sync all command like below: ``` (defun org-attach-sync-all () (interactive) (org-map-entries #'org-attach-sync) (org-align-all-tags)) ```

Re: [O] Bug: Capture template insertion fails with #+FOO [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/phil/.emacs.d/elpa/org-9.1.14/)]

2018-11-04 Thread Nicolas Goaziou
Hello, Philip Hudson writes: > On Sat, 3 Nov 2018 at 08:34, Nicolas Goaziou wrote: >> I cannot see your template, since you did not send it yet. I assume it >> uses an `entry' type. > > No assumption involved. I stated so plainly. Indeed. >> Barring `plain', all capture types enforce >> a ce

Re: [O] coderef does not provide file path for org-insert-link when not in original buffre

2018-11-04 Thread Nicolas Goaziou
Hello, stardiviner writes: > Because the variable `org-src-source-file' is a bridge to pass info > between two buffers "source buffer" and source block opened "dedicated > buffer". So this variable must be global. Otherwise the "dedicated > buffer" can't read it. The variable is set in the "ded

Re: [O] Bug: Capture template insertion fails with #+FOO [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/phil/.emacs.d/elpa/org-9.1.14/)]

2018-11-04 Thread Philip Hudson
On Sun, 4 Nov 2018 at 14:03, Nicolas Goaziou wrote: > > Philip Hudson writes: > > > On Sat, 3 Nov 2018 at 08:34, Nicolas Goaziou wrote: > > >> I cannot see your template, since you did not send it yet. I assume it > >> uses an `entry' type. > > > > No assumption involved. I stated so plainly. >

Re: [O] [BUG][ODT] ODT_STYLES_FILE not read as a list

2018-11-04 Thread Nicolas Goaziou
Hello, Christian Moe writes: > It seems the ODT exporter currently fails to read the ODT_STYLES_FILE > option as a list, as in this example from the manual > ([[info:org#Applying custom styles]]): > > #+ODT_STYLES_FILE: ("/path/to/file.ott" ("styles.xml" "image/hdr.png")) > > This is needed if

Re: [O] FW: [RFC] Link-type for attachments, more attach options

2018-11-04 Thread Nicolas Goaziou
Hello, Gustav Wikström writes: > I’ve attached a patch with some suggested additions to org-attach. > Patch comments below. Please review. Thank you. Some comments follow. > * Add new linktype "attached" for attachments This seem a bit long. Why not "att" links? > * Add further options for A

[O] org-habit: allow overriding org-scheduled-past-days and always including time of day

2018-11-04 Thread John Lee
Hi Here's a couple of patches that add new org-habit variables. I hope the variable documentation describes them sufficiently: if not I need to change the docs so if you review these patches please read the patch before the rest of this email so that you're not "cheating"! Does the idea behi

Re: [O] Questions after Attempt at using org-publish per https://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html

2018-11-04 Thread Jud Taylor
I researched again and found - https://orgmode.org/worg/exporters/ox-overview.html - http://article.gmane.org/gmane.emacs.orgmode/65574 - https://orgmode.org/manual/HTML-export.html#HTML-export - https://orgmode.org/manual/CSS-support.html#CSS-support I will try to remove the CDATA in exported HT