Re: [O] org-contacts email completion by tags

2014-07-13 Thread Daimrod
Daimrod writes: > Thanks, but I'm refactoring org-contacts a bit, and I think I have found > a slightly better way to do that, but in the meantime you can use the > aforementioned hook for your function. It turns out that my idea was wrong, so I have used a version very similar to yours. The fu

[O] org agenda clock check shows strange clocking gaps at beginning of day

2014-07-13 Thread Gregor Zattler
Dear org-mode users and developers, sometimes clockcheck shows strange clocking gaps: Sonntag 1 Juni 2014 izt:11:07-11:21 Clocked: (0:14) heading - description Clocking gap: 96 minutes izt:12:57-13:12 Clocked: (0:15) heading - description Montag 2

[O] Babel : python generate org source block with an extra comma before * characters

2014-07-13 Thread Roland DONAT
Dear Orgmode community, Thanks in advance to take some time to help me with my problem... Here is what is making me very sad : I have a python (python 3 interpreter) source block that I use to generate parts of a report written in Orgmode. Suppose we have this little example : #+NAME: test #+B

Re: [O] Babel : python generate org source block with an extra comma before * characters

2014-07-13 Thread Thorsten Jolitz
Roland DONAT writes: > Dear Orgmode community, > > Thanks in advance to take some time to help me with my problem... > > Here is what is making me very sad : > > I have a python (python 3 interpreter) source block that I use to generate > parts of a report written in Orgmode. Suppose we have thi

[O] make orgtbl-ascii-plot easier to install

2014-07-13 Thread Thierry Banel
Hi The List I moved orgtbl-ascii-plot to MELPA (it was in Worg). (orgtbl-ascii-plot draws plots in pure Emacs by typing C-c p). Of course, I am still open to Dominik Carsten suggestion to add it into the core (org-table.el). http://thread.gmane.org/gmane.emacs.orgmode/79668 In the process I wrot

Re: [O] Babel : python generate org source block with an extra comma before * characters

2014-07-13 Thread Roland DONAT
Thorsten Jolitz gmail.com> writes: > > This is because this function was applied to the results > > ,[ C-h f org-escape-code-in-region RET ] > | org-escape-code-in-region is an interactive compiled Lisp function in > | `org-src.el'. > | > | (org-escape-code-in-region BEG END) > | > | Esc

[O] Org-mode/R/Latex treatment of NAs

2014-07-13 Thread Vikas Rawal
I have some tables created by Org-babel/R source codes with NAs. These get exported as “nil” in the latex export. I would like to replace them with blanks. Any suggestions? Vikas

[O] LaTeX export problem

2014-07-13 Thread Thomas S. Dye
Aloha all, With a recent Org from git and this source: #+attr_latex: :width 0.8\textwidth :placement [htb] #+name: fig:harris-errors #+caption[Structural effects of false transitives]: Structural effects of false transitives with the stratigraphic section in Figure [[fig:fig12-open]]: #+

[O] [ANN] puml.el --- Emacs Lisp DSL for PlantUML

2014-07-13 Thread Thorsten Jolitz
[This was posted on the Emacs Help mailing list too] Hi List, here is the comment section from new library puml.el which lets you create PlantUML scripts from Emacs Lisp by calling functions with arguments (instead of inserting hard-coded strings). The core functionality is all there, but I co

Re: [O] Babel : python generate org source block with an extra comma before * characters

2014-07-13 Thread Thorsten Jolitz
Roland DONAT writes: > To do so, I tried to use de "drawer" option. It gives me the good result > with a drawer but then when I export my org buffer to latex, the drawers > ":RESULTS:" is also exported which is not cool... Did you try header args ':exports code ' or ':exports none'? -- cheer

[O] What all of those org-babel user functions do

2014-07-13 Thread Grant Rettke
Hi, For the lazy org users like myself who want to know what the functions listed [here] do, just evaluate the one you want: ╭ │ (describe-function 'org-babel-execute-src-block) │ (describe-function 'org-babel-open-src-block-result) │ (describe-function 'org-babel-load-in-session) │ (describe

[O] key collision for auto completion

2014-07-13 Thread Shiyuan
Hi all, According to the manual : http://orgmode.org/manual/Special-symbols.html , M-tab would perform auto complete in org mode for special symbols. However, it looks like that the key is shadowed by flyspell-auto-correct-word on my emacs and

Re: [O] emails written in Org Mode

2014-07-13 Thread Esben Stien
John Kitchin writes: > I played around with using a heading with properties to send an > email. Basically the heading is the subject, you set some properties > about TO, CC, etc... and the heading content is the body. You just put > your cursor in the heading and run M-x email-heading. You can se

Re: [O] Org-mode/R/Latex treatment of NAs

2014-07-13 Thread Grant Rettke
Just wanting to understand more: Do you equate nil in Emacs Lisp with NA in R or do you equate it some other way? I believe that the data brokering adheres to "expected" mappings as such. Grant Rettke | ACM, ASA, FSF, IEEE, SIAM g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom b

Re: [O] Org-mode/R/Latex treatment of NAs

2014-07-13 Thread Vikas Rawal
> Just wanting to understand more: > > Do you equate nil in Emacs Lisp with NA in R or do you equate it some other > way? > When I execute my source code block, the NAs show up in the results block as nil. See example below. I would prefer a blank in place of nil. Any idea how to do that?

Re: [O] Org-mode/R/Latex treatment of NAs

2014-07-13 Thread Vikas Rawal
> >> Just wanting to understand more: >> >> Do you equate nil in Emacs Lisp with NA in R or do you equate it some other >> way? >> > > > When I execute my source code block, the NAs show up in the results block as > nil. See example below. > > I would prefer a blank in place of nil. Any id

Re: [O] Issue with multiple references to the same footnote in LaTeX export

2014-07-13 Thread Aaron Ecay
Duh, forgot to include the list in this reply. On Sun, Jul 13, 2014 at 10:50 PM, Aaron Ecay wrote: > Hi York, > > It’s not a totally trivial problem from the LaTeX side. This stack > exchange answer outlines what could be a solution: > . Inside the > ‘org-l

[O] How to show the complete syntax tree

2014-07-13 Thread Shiyuan
Hi, The command I can find in the manual to show the syntax tree is (org-element-parse-buffer). However, when the structure is output to the buffer, by using the commands C-u M-: (org-element-parse-buffer), it seems that only the part up to a certain depth is printed. For example, if the curre