[O] Show all timestamps in agenda custom command

2017-05-24 Thread Thorsten Grothe
uot;s" "Schule" todo "SCHULE" ((org-agenda-overriding-header "Schule") (org-agenda-prefix-format "○ %t%s") (org-agenda-entry-types '(:scheduled)) )) ... what can I do to solve this problem? Regards Thorsten Grothe

Re: [O] Sverweis like function for orgtbl

2015-02-16 Thread Thorsten Grothe
Thank you John and Michael for your suggestions, I will see if my knowledge is wide enough to understand this, unfortunately I'm a emacs newbie :-) Anyway I will answer after testing your suggestions! Regards Thorsten

[O] Sverweis like function for orgtbl

2015-02-16 Thread Thorsten Grothe
Dear Org-users, I got this table: | Menge (x) | P(x) | E(x) | K(x) | Gewinn | |---+--+++-| | 0 | 20 | 0.00 | 140.00 | -140.00 | |10 | 18 | 180.00 | 180.00 | 0.00| |20 | 16 | 320.00 | 220.00 | 100.00 | |30 | 14

[O] Command for "Set field formula" in radiotables

2014-11-05 Thread Thorsten Grothe
Hello List, I'm trying to assign a new shortcut for the function "Set field formula", but what is the command for that function? For "Set column formula" it is org-table-eval-formula &optional but I cannot find the command for the above function? What I'm doing wrong? Regards Thorsten Grothe

Re: [O] Help with column formula in radiotable

2014-08-31 Thread Thorsten Grothe
Am 31.08.2014 um 09:59 schrieb Christian Moe: Here I add a formula to set the first row to 0. I testet your formular and it works fine! Thank you very much for your help!! Regards Thorsten

Re: [O] Help with column formula in radiotable

2014-08-31 Thread Thorsten Grothe
Am 31.08.2014 um 09:59 schrieb Christian Moe: Oops, I did misunderstand. I think this is what you wanted: |---+--+---+---+---+---+---| | ! | Jahr | Menge | Preis | BIPn | BIPr | W | |---+--+---+---+---+---+---| | # |1 |10 | 2.8 | 28.00 | 0

Re: [O] Help with column formula in radiotable

2014-08-31 Thread Thorsten Grothe
No one an idea? Regards Thorsten Grothe

[O] Help with column formula in radiotable

2014-08-30 Thread Thorsten Grothe
| | | |---+--+---+---+---+---+---| | _ | | | | suma | sumb | | | | | | | 52.40 | 16.00 | | How can I do this? Thanks in advance for your help!! Regards Thorsten Grothe

Re: [O] Columns with marking characters are exported to latex (Org 8)

2014-08-20 Thread Thorsten Grothe
* Nick Dokos, 20.08.2014 18:34:15: That leaves the somewhat counterintuitive case of a completely empty first column which is therefore deemed special and gets stripped. This could be "fixed" as a special case but instead I propose to document that behaviour in the above section, with a suggeste

Re: [O] Columns with marking characters are exported to latex (Org 8)

2014-08-18 Thread Thorsten Grothe
Hallo Nick, * Nick Dokos, 19.08.2014 00:13:53: Sorry - disregard that. I didn't test with radio tables, I just did a straight export. I'll try radio tables later. the attached file is a showing the latex code after the export from orgtbl -- see the result, I made some small comments on it...

[O] Columns with marking characters are exported to latex (Org 8)

2014-08-18 Thread Thorsten Grothe
Hello List, I'm running here the maint branch of Org-Mode (8.2.7c). I installed it with git. I tried to export this table to latex: #+TBLNAME: Test #+ORGTBL: SEND Test orgtbl-to-latex :skip 1 :splice t | |A |B | |---+--+--| | |6 |2 | | |4 |9 | |---+--

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Thorsten Grothe
> Can you please try this patch out and report whether it > works or not and whether it causes any other problems? > I'm not sure if Bastien is around to vet it, but if it > seems to work for you, I can push it and deal with any > other breakage later. Seems to work here, the error is gone, very n

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Thorsten Grothe
> I believe that you'll have to live with the problem for a while: it > might be easy to fix or it might be difficult but until somebody takes a > deeper look, we won't know for sure. Of course I can live with that, we are on open source here and here are many people like you doing a great big job

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Thorsten Grothe
> If the frame is bigger than about 50 lines (so that after C-c ', it's > big enough to show the whole table, including the formula and the empty > line underneath it) then I don't see the problem. Thank you very much for your instructions! yes you are right for the org file. I tested Roberts exa

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-22 Thread Thorsten Grothe
> Now, when I go down to the first formula whose referenced field(s) are > not visible, the cursor in the org file jumps to the end of the file > which is then displayed at the upper end of the tabletest.org buffer window. > > > > In "sufficient" long org files the visible cursor jumps to the en

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Thorsten Grothe
New test: I set up a minimal .emcas only for orgmode like this: (package-initialize) (add-to-list 'load-path "~/.emacs.d/src/org-mode/lisp") (require 'org) (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) (add-hook 'LaTeX-mode-hook 'orgtbl-mode) (add-hook 'message-mode-hook 'turn-on

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Thorsten Grothe
Ok I installed the git-version, the patch is working and export to latex works fine, but the thing with the formulas still resist, this does not happen with org-8.2.6 (without patch). I don't know what do do now. Maybe it has something to do with emacs and not with org? Thanks again for your endle

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Thorsten Grothe
Nick, sorry for the confusion, you are right, I was not clear ... > I don't understand what you did exactly: you installed a new version. > Does that version include the patch? Check org-table.el around line 439: > if the function just has a `lines' argument then it most likely includes > the pat

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Thorsten Grothe
Nick, > Nope - I tried to reproduce it with latest (both master and maint) and > could not, so I suspect an error in your configuration. I think I found the problem, it happened after I patched the file with your patch from the thread above: # diff --git a/lisp/org-table.el b/lisp/org-table.

Re: [O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Thorsten Grothe
Dear list, no one an idea? Thanks in advance :-) Regards Th. Grothe

[O] Org 8 Bug in interactive formula editing mode?

2014-07-21 Thread Thorsten Grothe
Dear list, I downloaded and installed the latest stable orgmode in my local homedir, typed make all in a shell and put the following in my .emacs (package-initialize) (add-to-list 'load-path "~/.emacs.d/src/org-8.2.7b/lisp")(require 'org-install) org-version displays the correct org-mode, so eve

Re: [O] orgtbl export to latex :fmt() fails

2014-07-18 Thread Thorsten Grothe
Nick, > ... > $ patch -p1 < /tmp/org-table-clean-before-export.patch > > I got the following output when I did that against maint - you > might get slightly different output: > ... yipieehhh it works, it was a lot of fiddling for a emacs newbe like me but now I got it. I will test and report! T

Re: [O] orgtbl export to latex :fmt() fails

2014-07-18 Thread Thorsten Grothe
Nick, thanks for your patience :-) > It depends on how exactly you installed: from git, from elpa, from a > tarball, using the org mode that came with your emacs, some other way? > (...) I installed orgmode now from elpa (org-plus-contrib) in my local homedir. So is there another way to apply y

Re: [O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Thorsten Grothe
Nick, > Nothing - there is a bug in org-table.el:org-table-clean-before-export > where the regexp that matches special chars in the first column (see > > (info "(org)Advanced features") > > for the details) inadvertently matches "| | | | 3900|" and deletes the > first column. The regexp is set

[O] orgtbl export to latex :fmt() fails

2014-07-17 Thread Thorsten Grothe
Hi List, I have a problem with a orgtbl which I would like to export with certain options to latex. The table looks like this: #+TBLNAME: test #+ORGTBL: SEND test orgtbl-to-latex :skip 2 :splice t :fmt (4"\\num{%s}") | Soll | | | Haben | |--+---+--+---| | | | | 39000 | I wou

[O] orgtbl export linbread source code possible?

2014-02-28 Thread Thorsten Grothe
\\ \cmidrule(lr){4-5}\cmidrule(lr){5-5} [linebreak] \cmidrule(lr){6-6}\cmidrule(lr){7-7} [linebreak] ... Thanks in advance! Regards Thorsten Grothe

[O] orgtbl export linbreak source code possible?

2014-02-27 Thread Thorsten Grothe
ode] \\ \cmidrule(lr){4-5}\cmidrule(lr){5-5} [linebreak] \cmidrule(lr){6-6}\cmidrule(lr){7-7} [linebreak] ... Thanks in advance! Regards Thorsten Grothe

Re: [O] Export all radio tables off a document

2013-12-05 Thread Thorsten Grothe
d the macro so that it automatically indents the code --> in Auctex this is C-c C-q C-e ? If not, no problem but I think this would be a nice feature :-) Regards Thorsten Grothe

[O] Export all radio tables off a document

2013-12-05 Thread Thorsten Grothe
Hi all, this is my first post to this list, so please be patient with me :-) I have many radio tables in my document with this structure: \begin{comment} #+TBLNAME: sec-10 #+ORGTBL: SEND sec-10 orgtbl-to-latex :skip 3 :splice t |+---+---| | Anscha