Hello,
Axel Kielhorn writes:
> Maybe we should add a german translation?
> Here is what I use:
>
> '(org-clock-clocktable-language-setup
>(quote
> (("en" "File" "L" "Timestamp" "Headline" "Time" "ALL" "Total time" "File
> time" "Clock summary at")
> ("es" "Archivo" "N" "Fecha y ho
Hi.
In version 9.0.5 Org (Emacs 25.1) seems to generate too many columns
in some situations. I'm not quite sure since which version this
happens, in Org 8.x I have not seen this behaviour.
Here is a small example:
--8<---cut here---start->8---
#+BEGIN: clockta
Hello,
Stefan Nobis writes:
> In version 9.0.5 Org (Emacs 25.1) seems to generate too many columns
> in some situations. I'm not quite sure since which version this
> happens, in Org 8.x I have not seen this behaviour.
>
> Here is a small example:
>
> #+BEGIN: clocktable :maxlevel 3 :scope file
For me, clocktable's :properties option is including columns for the
properties, but is never including the actual values for those properties.
This *may* be a bug, specifically in org-clock.el line 2590:
(pcase-dolist (`(,level ,headline ,ts ,time . ,props) entries)
...)
I believe the
I think I figured something out. The only reason I'm writing the list
about it is because it may help others out with similar situations. I can
put ($) in headings were columns contain all currency figures. That would
normally be a prefix to those numbers so I might write ($) amount as a
col
Hello,
Dale writes:
> For me, clocktable's :properties option is including columns for the
> properties, but is never including the actual values for those properties.
> This *may* be a bug, specifically in org-clock.el line 2590:
>
> (pcase-dolist (`(,level ,headline ,ts ,time . ,props) ent
On Saturday, 18 Feb 2017 at 07:25, Jeremie Juste wrote:
> I found the culprit.
>
> I have set my background color to black and forground color to white.
>
> Yet when I adust the org-format-latex-options to see the preview white
> on black, the tabular environment displays the expected color settin
> Am 18.02.2017 um 09:37 schrieb Nicolas Goaziou :
>
> Hello,
>
> Axel Kielhorn writes:
>
>> Maybe we should add a german translation?
>
> It would be great. Thank you !
>
org-clock: Add german translation.
* lisp/org-clocl.el (org-clock-clocktable-language-setup): German
translations a
Can org-vcard convert .vcf files into .org files? I have a .vcf file,
a list of contacts generated from an android phone, which I'd like to
edit, through a process like:
contacts.vcf -> contacts.org
then after editing that contacts.org file do:
contacts.org -> contacts2.vcf
so that cont