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:
>
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
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,
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:
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
>
>>
> 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.
>
>
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
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'
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
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
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
"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
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
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
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
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
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
17 matches
Mail list logo