Re: [O] Bug: Bug in Orgmode Clocktable? [9.0.5 (9.0.5-elpa @ c:/Users/sane/AppData/Roaming/.emacs.d/elpa/org-20170210/)]

2017-02-18 Thread Nicolas Goaziou
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

[O] Clocktable creates superfluous columns

2017-02-18 Thread Stefan Nobis
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

Re: [O] Clocktable creates superfluous columns

2017-02-18 Thread Nicolas Goaziou
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

[O] Bug: Properties don't work in clocktable [9.0.5 (release_9.0.5-305-g21797c @ /Users/dale/.emacs.d/el-get/org-mode/lisp/)]

2017-02-18 Thread Dale
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

Re: [O] org-mode basic spreadsheet question

2017-02-18 Thread Jude DaShiell
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

Re: [O] Bug: Properties don't work in clocktable [9.0.5 (release_9.0.5-305-g21797c @ /Users/dale/.emacs.d/el-get/org-mode/lisp/)]

2017-02-18 Thread Nicolas Goaziou
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

Re: [O] latex preview table environment

2017-02-18 Thread Eric S Fraga
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

Re: [O] Bug: Bug in Orgmode Clocktable? [9.0.5 (9.0.5-elpa @ c:/Users/sane/AppData/Roaming/.emacs.d/elpa/org-20170210/)]

2017-02-18 Thread Axel Kielhorn
> 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

[O] org-vcard -- possible to convert .vcf files to .org ?

2017-02-18 Thread John Magolske
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