[O] orgstruct-mode and colorizing headings.

2017-09-23 Thread Nonono
Hello orgmode! I have a question that I searched on the internet and manuals about one hour, but still don't find out how. How to change the face of headings when in the orgstruct-mode? I think It would be neat if the color of heading have been different than normal the comment line in orgstruct-m

[O] Worg compilation error: Unknown component "worg-color-themes"

2017-09-23 Thread Karl Voit
Hi! I just updated my old dot-tutorial[1]. As I pushed my chages to the server, I got: Writing objects: 100% (4/4), 576 bytes | 0 bytes/s, done. Total 4 (delta 3), reused 0 (delta 0) remote: From /home/worg/worg remote: * branchmaster -> FETCH_HEAD remote: Merge made by the 'recu

Re: [O] orgstruct-mode and colorizing headings.

2017-09-23 Thread Michael Brand
Hi Nonono On Sat, Sep 23, 2017 at 9:40 AM, Nonono wrote: > Hello orgmode! I have a question that I searched on the internet and > manuals about one hour, but still don't find out how. > > How to change the face of headings when in the orgstruct-mode? I think > It would be neat if the color of he

Re: [O] Bug: org-emphasis-alist not fully applied [9.1.1 (9.1.1-1-g80cbf9-elpa @ x:/folder/user/.emacs.d/elpa/org-20170918/)]

2017-09-23 Thread Jens Lange
Nicolas, I understand the dilemma. But then I must ask for a format enhancment. Before crying out loud please read my argumentation. Why did I create my own "fancy" markers? Because there is no default way to recreate the "Textmarker-Experience" - or at least I couldn't find any. All default empha

Re: [O] Inline source does not evaluate when inserted insie a minipage environment

2017-09-23 Thread Eric S Fraga
On Friday, 22 Sep 2017 at 15:56, Charles Millar wrote: [...] > However, when I C-c C-c the same code when inside a minipage, I get > the message " 'C-c C-c' can do nothing useful here" > \begin{minipage}[t]{4.0in} This is some text. > Some more test with an inlineĀ  src_sh[:results raw]{echo 1} >

[O] How to generate clock report for hours worked each day?

2017-09-23 Thread ConcreteVitamin
org-clock-report is awesome; however, it reports time spent on each task. Is there any custom command that you use to generate a clock report *showing hours worked, across tasks, for each day*? The trouble I've encountered is that, I file my TODO captures under a file+datetree entry. For example,

[O] Bug: Recursive publish with :base-extension any fails [9.1.1 (9.1.1-1-g80cbf9-elpaplus @ /Users/xxxx/.emacs.d/elpa/org-plus-contrib-20170918/)]

2017-09-23 Thread Keith Sutton
When org-publish-project-alist has both :base-extension any and :recursive t set, the publish fails with "(wrong-type-argument stringp nil)" in a call to string-match in directory-files-recursively. It looks like org-publish-get-base-files should set match to "" rather than nil when :base-extensio

Re: [O] How to generate clock report for hours worked each day?

2017-09-23 Thread Matt Lundin
ConcreteVitamin writes: > org-clock-report is awesome; however, it reports time spent on each > task. Is there any custom command that you use to generate a clock > report showing hours worked, across tasks, for each day? > > [...] > > I just want another command to show how many hours I've worke

[O] [PATCH] Export of irc links in ox-html

2017-09-23 Thread Jay Kamat
Hi! IRC links in ox-html are currently broken. There exists a special 'irc' content handler on the web, telling browsers to open an irc link in an external irc client. The format for such links seems identical to org (irc:irc.freenode.net/user). Previously links such as: [[irc:irc.freenode.net/t

Re: [O] How to generate clock report for hours worked each day?

2017-09-23 Thread ConcreteVitamin
Thanks, it does show the hours clocked on the current day. Is there something on top of this mode that allows me to specify the specific day? (Better, I just want to quickly show the to see the trend of my productivity :)). On Sat, Sep 23, 2017 at 7:04 PM Matt Lundin wrote: > ConcreteVitamin