[O] org-cycle Collapse and Expand

2012-07-08 Thread Esben Stien
I find it confusing that TAB is bound to org-cycle, which cycles through 3 states. It first expands a node, then it expands leaf nodes and then it collapses the node againt. I'd like it to just expand and collapse the current node. Any way to set this in some variable?. -- Esben Stien is

Re: [O] HowTo: Letter template method using yasnippet

2012-07-08 Thread AW
Am Samstag, 7. Juli 2012, 00:35:32 schrieb Nicolas Goaziou: Hello, Based on your work, I've put up the attached back-end: org-koma-letter.el. Quoting its documentation: You will need to add an appropriate association in `org-e-latex-classes' in order to use the KOMA

[O] using variables defined by org mode table in R leads to invalid function error on remote host

2012-07-08 Thread Johannes Meisig
Hi, adding to this question: http://lists.gnu.org/archive/html/emacs-orgmode/2012-06/msg00677.html I have the following problem. If I define a table in an .org file and then try to use it in R as a variable, it's no problem on the local host. However, remotely I get the error: Invalid

Re: [O] Org/LaTeX set-up for business letters?

2012-07-08 Thread Sebastien Vauban
Hi all, Thorsten Jolitz wrote: Vikas Rawal vikasli...@agrarianresearch.org writes: [1] Off the top of the head I recall a package called `scrlttr'. Yes, part of KOMA (?), but thats rather low level if you have to design your own letters - and who knows all that stuff about professional

Re: [O] Exporting to groff, now in org-export.el ...

2012-07-08 Thread Luis Anaya
suvayu ali fatkasuvayu+li...@gmail.com writes: suvayu ali fatkasuvayu+li...@gmail.com writes: Yes there is a reason. Ah, so it's a legacy reason. It is always great to learn about history. :) Maybe this information would be worth mentioning in the future documentation for the groff

Re: [O] HowTo: Letter template method using yasnippet

2012-07-08 Thread Nicolas Goaziou
Hello, AW alexander.will...@t-online.de writes: At least I do, which leads to my plea to amend org-koma-letter.el to export headlines. Just remove the line: (headline . org-koma-letter-headline) in the file (and `org-koma-letter-headline' function if you want to) If you don't want to

Re: [O] using variables defined by org mode table in R leads to invalid function error on remote host

2012-07-08 Thread Eric Schulte
Johannes Meisig j.mei...@biologie.hu-berlin.de writes: Hi, adding to this question: http://lists.gnu.org/archive/html/emacs-orgmode/2012-06/msg00677.html I have the following problem. If I define a table in an .org file and then try to use it in R as a variable, it's no problem on the

Re: [O] Exporting to groff, now in org-export.el ...

2012-07-08 Thread Suvayu Ali
On Sun, Jul 08, 2012 at 09:14:14AM -0400, Luis Anaya wrote: suvayu ali fatkasuvayu+li...@gmail.com writes: :) Maybe this information would be worth mentioning in the future documentation for the groff exporter. [...] I'm aware that documentation is lacking, but this code is still in

Re: [O] HowTo: Letter template method using yasnippet

2012-07-08 Thread AW
Am Sonntag, 8. Juli 2012, 15:34:33 schrieb Nicolas Goaziou: Hello, AW alexander.will...@t-online.de writes: At least I do, which leads to my plea to amend org-koma-letter.el to export headlines. Just remove the line: (headline . org-koma-letter-headline) in the file (and

Re: [O] Output of R babel blocks with quotes is mangled/truncated

2012-07-08 Thread cberry
Viktor Rosenfeld listuse...@googlemail.com writes: Hi, if a value outputted by R in a Babel block contains quotes only the quoted parted is exported. Try #+begin_src R :results verbatim q = 'cat=S' q #+end_src Consider this: #+BEGIN_SRC R q = 'cat=S' q #+END_SRC #+RESULTS: : S

[O] Exporting to FreeMind - opened in FreeMind failed

2012-07-08 Thread Csanyi Pal
Hi, I have installed GNU Emacs 23.4.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10) of 2012-04-07 on trouble, modified by Debian installed from Debian repository, and FreeMind Version 0.9.0 installed from Debian repository. In Emacs Org-mode I export a tree by running C-c C-e m and try open the

Re: [O] Showing or going to previous entry from agenda view

2012-07-08 Thread Simon Thum
Hi Karl, pretty much the same for me. org-reveal says ... With optional argument SIBLINGS, on each level of the hierarchy all siblings are shown. This repairs the tree structure to what it would look like when opened with hierarchical calls to `org-cycle'. With double optional argument C-u

Re: [O] using variables defined by org mode table in R leads to invalid function error on remote host

2012-07-08 Thread Johannes Meisig
Hi Eric, No, (require 'tramp) doesn't solve the problem. However, commenting out (declare-function with-parsed-tramp-file-name tramp (filename var rest body)) in ob.el does the job. However, this can hardly be the solution (Also, it doesn't get rid of the error message in the minibuffer).

Re: [O] Exporting to groff, now in org-export.el

2012-07-08 Thread Luis Anaya
Hi: I added the ability to modify positioning for EPS images. It maps to the parameters for .PSPIC calls. It only works with EPS images being that groff PIC images are self contained. Source: http://ppl.ug/v-RtLdtfM2E/ PDF Output: http://ppl.ug/wbx7AVcI_Ak/ Tables might take some doing,

Re: [O] Output of R babel blocks with quotes is mangled/truncated

2012-07-08 Thread Viktor Rosenfeld
Hi Charles, cbe...@tajo.ucsd.edu wrote: Viktor Rosenfeld listuse...@googlemail.com writes: Hi, if a value outputted by R in a Babel block contains quotes only the quoted parted is exported. Try #+begin_src R :results verbatim q = 'cat=S' q #+end_src This is not a

[O] org-export-select-tags

2012-07-08 Thread SW
I have an org-file with many headlines of various levels, but no tags. I tagged one top-level headline with :export: and exported to LaTeX with C-c C-e l. The tagged headline and everything below it was exported, but so was the first headline (and everything below it) in the org file, even though

[O] org-remember from anywhere

2012-07-08 Thread Paul Whipp
Hi there, I've been enjoying org-mode for a good few months now and I love it. I'm using the following versions in both Ubuntu 10.04 on my desktop and 12.04 on my laptop. #+BEGIN_SRC lisp (org-version) Org-mode version 7.8.11 Org-mode version 7.8.11 (emacs-version) GNU Emacs 24.1.50.1

[O] Org Properties and tab completion issues

2012-07-08 Thread dlc
Using the example in the Org Manual doesn't seem to work although I am new to emacs and org mode so maybe i'm not grasping the concept. I set org-use-inheritance to true, I saved the file and loaded it fresh and tried C-c C-c on the #+PROPERTY line to refresh local setup. Problems: 1. If the

Re: [O] Exporting to groff, now in org-export.el ...

2012-07-08 Thread Luis Anaya
Hi: Ok, got global table control coded. I still need to figure out how to perform column control. Source: http://ppl.ug/H8mbZtyn7AQ/ PDF Output: http://ppl.ug/tvl9DIWIABo/ Now off to put the recyclables on the curb for collection. -- Luis Anaya papo anaya aroba hot mail punto com Do

Re: [O] org-export-select-tags

2012-07-08 Thread Nick Dokos
SW sabrewo...@gmail.com wrote: I have an org-file with many headlines of various levels, but no tags. I tagged one top-level headline with :export: and exported to LaTeX with C-c C-e l. The tagged headline and everything below it was exported, but so was the first headline (and everything

[O] Don't show future TODO items in the agenda

2012-07-08 Thread mrigetitdone
Hi, I have a bunch of TODO items, each with a timestamp, which I would like to not being displayed in the agenda if the day of their timestamp/schedule is in the future. Is there a special property that I can attach to these TODO items which achieves what I want? -- Mark