Re: [O] Bug: Agenda clocktable-report properties columns not populated anymore [9.0.7 (9.0.7-elpa @ h:/somefolder/myuser/.emacs.d/elpa/org-20170515/)]

2017-05-29 Thread Nicolas Goaziou
Hello, Jens Lange writes: > What exactly did you do? > === > STEP1: Add example content to kunden.org: > > ** [[./2017/_123456789]] :SOMETAG:SOMETAG: > :PROPERTIES: > :Auftragsnummer: 123456789 > :END: > *** Tätigkeiten > ERLEDIGT Done Something > :PROPERTIES: >

Re: [O] different key binding between GUI emacs and emacs -nw

2017-05-29 Thread Nicolas Goaziou
Hello, Jean-Christophe Helary writes: > I've just filed a bug report on emacs and was advised to report it here too. > > It's bug#27140. > > Basically, when I start GUI emacs (macOS, but also Aquamacs, also reported in > Xubuntu and GTK+/Linux), I don't get the default org-mode bindings. Only

[O] different key binding between GUI emacs and emacs -nw

2017-05-29 Thread Jean-Christophe Helary
I've just filed a bug report on emacs and was advised to report it here too. It's bug#27140. Basically, when I start GUI emacs (macOS, but also Aquamacs, also reported in Xubuntu and GTK+/Linux), I don't get the default org-mode bindings. Only emacs -nw gets them. Even if I start both with -Q,

[O] Bug: Agenda clocktable-report properties columns not populated anymore [9.0.7 (9.0.7-elpa @ h:/somefolder/myuser/.emacs.d/elpa/org-20170515/)]

2017-05-29 Thread Jens Lange
What exactly did you do? === STEP1: Add example content to kunden.org: ** [[./2017/_123456789]] :SOMETAG:SOMETAG: :PROPERTIES: :Auftragsnummer: 123456789 :END: *** Tätigkeiten ERLEDIGT Done Something :PROPERTIES: :Abgemeldet: Ja :Leistungsart: ABCDE01 :END: CLOCK:

Re: [O] Bug: begin_src org :results replace does not work

2017-05-29 Thread Charles C. Berry
On Mon, 29 May 2017, Vikas Rawal wrote: The problem is that the results you generate is a table with affiliated keywords NAME and CAPTION and ATTR_[backend]. `org-at-table-p' does not recognize that the keywords are followed by a table. Altering this function might be asking for trouble as

Re: [O] Bug: begin_src org :results replace does not work

2017-05-29 Thread Vikas Rawal
> >> > The problem is that the results you generate is a table with affiliated > keywords NAME and CAPTION and ATTR_[backend]. > > `org-at-table-p' does not recognize that the keywords are followed by a > table. Altering this function might be asking for trouble as it is used > outside babel. > >

[O] [RFC, mini] org-mark-element-parent

2017-05-29 Thread Marco Wahl
Hi Orgers, is the following function worthy to occupy space in Orgmode? #v+ (defun org-mark-element-parent () "Put point at beginning of the parent element, mark at end." (interactive) (let ((parent (org-element-property :parent (org-element-at-point (when parent (push-mark (o

Re: [O] Overriding org-html-headline or other export functions?

2017-05-29 Thread Charles C. Berry
On Mon, 29 May 2017, Brett Viren wrote: "Charles C. Berry" writes: You do have that wrong. This is exactly what export filters and derived backends are for. In fact, you can use both. For an example, see http://orgmode.org/worg/exporters/filter-markup.html You will want to change `latex'

Re: [O] Overriding org-html-headline or other export functions?

2017-05-29 Thread Brett Viren
Brett Viren writes: > Or, maybe you suggest I do direct "surgery" on the TEXT argument that > gets passed in to the filter and insert the "..." that way? I guess it > could work to find the end of the "" opening tag and then insert > my "..." part. I'll try this approach. Okay, this works but

Re: [O] Overriding org-html-headline or other export functions?

2017-05-29 Thread Brett Viren
Marcin Borkowski writes: > It's been a while since I did that, but AFAIR deriving a new, slightly > midified backend may be exactly what you want, since you seem to need to > modify just one of the exporter functions. Right, by my concern is I'm copy-pasting a large function just to change basic

Re: [O] Overriding org-html-headline or other export functions?

2017-05-29 Thread Marcin Borkowski
On 2017-05-29, at 14:22, Brett Viren wrote: > I read about export filters and extending an existing back-end, but I > think these do not apply, but maybe I have that wrong. It's been a while since I did that, but AFAIR deriving a new, slightly midified backend may be exactly what you want, sinc

Re: [O] Overriding org-html-headline or other export functions?

2017-05-29 Thread Brett Viren
"Charles C. Berry" writes: > You do have that wrong. This is exactly what export filters and > derived backends are for. In fact, you can use both. For an example, > see > > http://orgmode.org/worg/exporters/filter-markup.html > > You will want to change `latex' to `html' in the > > `(or

Re: [O] Overriding org-html-headline or other export functions?

2017-05-29 Thread Charles C. Berry
On Mon, 29 May 2017, Brett Viren wrote: Hi, I am writing a manual in Org which gets exported/published to HTML and styled with org-html-themes. I want the HTML to include a little icon next to each headline which is a direct link to the headline itself. Basically, I want to rip off what GitHub

Re: [O] Bug: begin_src org :results replace does not work

2017-05-29 Thread Charles C. Berry
On Mon, 29 May 2017, Vikas Rawal wrote: Why does the replace keyword not work? It prepends the results. I have tried both ":results value replace" and ":results output replace". I am on org-version 9.0.7 Vikas #+NAME: one #+BEGIN_SRC org :results value replace export both ,#+NAME: table-yi

[O] Overriding org-html-headline or other export functions?

2017-05-29 Thread Brett Viren
Hi, I am writing a manual in Org which gets exported/published to HTML and styled with org-html-themes. I want the HTML to include a little icon next to each headline which is a direct link to the headline itself. Basically, I want to rip off what GitHub does when it renders Org. First, is there

Re: [O] Bug: org-git-link.el fails for file in $HOME but not under Git [9.0.7 (release_9.0.7-493-g82a503 @ /Users/xcy/src/org-mode/lisp/)]

2017-05-29 Thread Kyle Meyer
Chunyang Xu writes: > After loading org-git-link.el, 'C-c l' ('org-store-link') fails for file > in $HOME but not under Git, such as "~/foo.c". The following is contents > of the *Backtrace* buffer while the error happens. I have attached a > patch to fix this issue. Thanks. Applied in 1fbbce4d

[O] Bug: org-git-link.el fails for file in $HOME but not under Git [9.0.7 (release_9.0.7-493-g82a503 @ /Users/xcy/src/org-mode/lisp/)]

2017-05-29 Thread Chunyang Xu
Hi, After loading org-git-link.el, 'C-c l' ('org-store-link') fails for file in $HOME but not under Git, such as "~/foo.c". The following is contents of the *Backtrace* buffer while the error happens. I have attached a patch to fix this issue. Debugger entered--Lisp error: (wrong-type-argumen