[O] doing a capture and jumping to the file

2014-09-26 Thread Alan Schmitt
Hello, I often find myself doing the following: use a capture template to nicely setup an entry (often a date tree entry with a link to the current document), then jump to the newly created headline to start adding notes. I typically do this during meetings, as I do not want to stay in the

Re: [O] meaningfull names for org-src buffers

2014-09-26 Thread Rainer M Krug
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Charles, Charles Berry ccbe...@ucsd.edu writes: Andreas Leha andreas.leha at med.uni-goettingen.de writes: Hi, Grant Rettke gcr at wisdomandwonder.com writes: On Thu, Sep 11, 2014 at 5:05 PM, Adriaan Sticker adriaan.sticker

Re: [O] [patch, ox] Unnumbered headlines

2014-09-26 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: Another couple of small changes. Thank you. Using this file: * h1 :PROPERTIES: :CUSTOM_ID: h1 :END: ** h2 :PROPERTIES: :unnumbered: t :CUSTOM_ID: h2 :END: *** h3 *** h4 * h5 :PROPERTIES:

Re: [O] ob-R, about :results value verbatim drawer

2014-09-26 Thread Rainer M Krug
Grant Rettke g...@wisdomandwonder.com writes: On Wed, Sep 24, 2014 at 2:52 AM, Rainer M Krug rai...@krugs.de wrote: would there be interest in pursuing this? Yes. I'm interested in working with other serious babel users to pool our efforts, provide a meaningful contribution, and do it in a

[O] Header Arguments of Code Blocks - problems and challenges

2014-09-26 Thread Rainer M Krug
Hi Based on several previous posts, it seems that the use of header arguments, particularly - different ways of setting these (from the manual) , | - System-wide header arguments:: Set global default values | - Language-specific header arguments:: Set default values by language | -

Re: [O] [RFC] [PATCH] [babel] read description lists as lists of lists

2014-09-26 Thread Nicolas Goaziou
Hello, Aaron Ecay aarone...@gmail.com writes: Isn’t the org-element format also easy to work on? It requires a bit more than just car and cdr, but it’s well documented and used in many places across the code base (= cognitive burden to use is lower). It’s also easy to produce in the sense

Re: [O] doing a capture and jumping to the file

2014-09-26 Thread Daimrod
Alan Schmitt alan.schm...@polytechnique.org writes: Hello, Hello Alan, I often find myself doing the following: use a capture template to nicely setup an entry (often a date tree entry with a link to the current document), then jump to the newly created headline to start adding notes. I

Re: [O] #+INCLUDE: myfile.html html does not include /literally/; Org processes

2014-09-26 Thread Nicolas Goaziou
Hello, Omid omidl...@gmail.com writes: Apologies for waking up this old thread. But is this feature, for which Achim proposed a patch early on, going to be included in the Org mode? As of Org-mode version 8.2.7c (8.2.7c-71-g60418c-elpa) #+INCLUDE: myfile.html html still does not do a

Re: [O] [ANN] Merge export-block type within special-block

2014-09-26 Thread Nicolas Goaziou
Hello, KDr2 killy.d...@gmail.com writes: I found this was fixed on both maint and master branch :) Thanks for all your works, but would you tell us how did you do it? or give the commit id? (Sorry I did not find it by myself...) This is not really fixed. I just reverted the code base to its

Re: [O] Formal description of Org files

2014-09-26 Thread Eric S Fraga
On Sunday, 21 Sep 2014 at 14:10, Gustav Wikström wrote: [...] (For me, the biggest limitation of Org mode is lacking tools to utilize it on the run. The aim of this is thus to feed thoughts on how to simplify processes that can expand Org mode into those more mobile domains). Just curious:

[O] passing LC_ALL environment variable to org export call

2014-09-26 Thread Johannes Rainer
dear all, I stumbled across a strange problem. I’m using org-mode to perform analyses in R and I have one block of R-code in which I use mclapply to perform parallel calculations. evaluating this code block using C-c C-c works fine, but I get a segfault error when I export the org file. This

[O] Header Arguments of Code Blocks - problems and challenges

2014-09-26 Thread Rainer M Krug
Hi Based on several previous posts, it seems that the use of header arguments, particularly - different ways of setting these (from the manual) , | - System-wide header arguments:: Set global default values | - Language-specific header arguments:: Set default values by language | -

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-26 Thread Nicolas Goaziou
Hello, Kaushal kaushal.m...@gmail.com writes: I have fci-mode installed and enabled for programming modes. When org exports to html, htmlize figures out the syntax highlighting of the code by calling =(funcall lang-mode)=. That activates =fci-mode=. =fci-mode= shows the fill column

Re: [O] Boxquote for code in UTF-8 export

2014-09-26 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: Sebastien Vauban writes: I'd advice to use UTF-8 characters more wildly available in the different fonts for drawing the Boxquote around code, in function `org-ascii--box-string'. The results is that only \u250C and \u2514 are universal (except in Lucida Sans

Re: [O] [help] need help with a skip function

2014-09-26 Thread Samuel Loury
Subhan Michael Tindall subh...@familycareinc.org writes: Hi, I'm looking for an example org-agenda-skip-function that I can use to include all items for an agenda (IE alltodo) that have a certain property set (value doesn't particularly matter) IE: * TODO H1 :PROPERTIES: :P1: date

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-26 Thread Kaushal
The problem is that `(funcall prog-mode)' in `org-html-fontify-code' enables fci-mode. So disabling it in `org-export-before-parsing-hook' won't work. But your reply gave me another idea.. I can remove enabling of fci-mode from my prog mode hook in `org-export-before-parsing-hook'. But then

[O] Difference between eval and export

2014-09-26 Thread Johannes Rainer
hi all! I am wondering what the difference between the eval of a source block and the export of a buffer is in terms of the process in which the code is evaluated. Is the org-export call starting a new process? Is there a way to specify environment variables for the export process? thanks in

Re: [O] doing a capture and jumping to the file

2014-09-26 Thread Alan Schmitt
On 2014-09-26 11:14, Christian Moe m...@christianmoe.com writes: Hi, Doesn't C-u C-c C-c from the capture buffer do the trick? It does, thanks a lot! Alan -- OpenPGP Key ID : 040D0A3B4ED2E5C7 signature.asc Description: PGP signature

Re: [O] doing a capture and jumping to the file

2014-09-26 Thread Alan Schmitt
On 2014-09-26 11:06, Daimrod daim...@gmail.com writes: You can customize your capture templates with `M-x org-capture RET C'. Look especially at the plist keywords `:immediate-finish` and `:jump-to-captured`. Thank you for the suggestion. Looking at the info manual I found the documentation

Re: [O] Formal description of Org files

2014-09-26 Thread Grant Rettke
Eric do you use org in Emacs on the Pandora? Just curious also to know where Emacs on Pandora users hang out? On Fri, Sep 26, 2014 at 3:12 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote: On Sunday, 21 Sep 2014 at 14:10, Gustav Wikström wrote: [...] (For me, the biggest limitation of Org mode is

Re: [O] Difference between eval and export

2014-09-26 Thread Johannes Rainer
thanks Grant for this information. I was just wondering, because it seemed to me that some environment variables (from the shell) are present in the, while they some (LC_ALL) are not present in the export process. In my case, the export call fails with an error message, while there is no

Re: [O] Difference between eval and export

2014-09-26 Thread Grant Rettke
My eye is on you post about that topic because I would also like to know. On Fri, Sep 26, 2014 at 8:17 AM, Johannes Rainer johannes.rai...@gmail.com wrote: thanks Grant for this information. I was just wondering, because it seemed to me that some environment variables (from the shell) are

Re: [O] [patch, ox] Unnumbered headlines

2014-09-26 Thread Rasmus
Hi Nicolas, Thanks for all time you've put into the comments. I appreciate it, and I will try to revise the patches over the weekend. Nicolas Goaziou m...@nicolasgoaziou.fr writes: Using this file: * h1 :PROPERTIES: :CUSTOM_ID: h1 :END: ** h2 :PROPERTIES:

Re: [O] passing LC_ALL environment variable to org export call

2014-09-26 Thread Rasmus
Hi Johannes, Johannes Rainer johannes.rai...@gmail.com writes: I stumbled across a strange problem. I’m using org-mode to perform analyses in R and I have one block of R-code in which I use mclapply to perform parallel calculations. evaluating this code block using C-c C-c works fine, but I

Re: [O] Cooperating with oneself using the cloud?

2014-09-26 Thread Rasmus
Hi, Tim O'Callaghan t...@linux.com writes: I have no instructions per-se. I did consider git, using git-annexe or similar tool, but the pre-internet encryption i require does not easily happen out of the box. If you are only syncing between your own git servers though and do not care so much

[O] Bug: CAPTION space after 70th character (8.2.7c-71-g60418c-elpa)

2014-09-26 Thread Ken Mankoff
I'm experiencing a strange Org bug in the latest few versions. If I have a #+CAPTION line, I can type my figure caption as I would expect. But as soon as I pass the 70th column, the spacebar triggers an error. I can type letters after the 70th column, but not a space. When I press the spacebar

Re: [O] Bug: CAPTION space after 70th character (8.2.7c-71-g60418c-elpa)

2014-09-26 Thread Rasmus
Ken Mankoff mank...@gmail.com writes: I'm experiencing a strange Org bug in the latest few versions. If I have a #+CAPTION line, I can type my figure caption as I would expect. But as soon as I pass the 70th column, the spacebar triggers an error. I can type letters after the 70th column,

[O] Fwd: Enforcing newlines in plain text export

2014-09-26 Thread Richard Lawrence
Hi Kaushal, I am forwarding your message to the Org mode list; you only sent it to me and Nicolas... Kaushal kaushal.m...@gmail.com writes: I came across https://lists.gnu.org/archive/html/emacs-orgmode/2014-09/msg00466.html through this emacs SE page:

Re: [O] Enforcing newlines in plain text export

2014-09-26 Thread Kaushal
The reason I switched to using this {{{NEWLINE}}} macro is that I wanted consistent results wherever I used it for any kind of export. Example: - #+TITLE: First Line of Title // Second Line of Title - Above works for only latex pdf exports. HTML export of above keeps the `//`

Re: [O] Enforcing newlines in plain text export

2014-09-26 Thread Kaushal
Do you need to enforce line breaks *outside of* a paragraph in plain text export? If so, what case are you worried about specifically? I forgot to answer this question.. I need to force line breaks in cases like these - For example, to execute the =example_1= test and run in the

Re: [O] Bug: CAPTION space after 70th character (8.2.7c-71-g60418c-elpa)

2014-09-26 Thread Ken Mankoff
* On 2014-09-26 at 11:53, Rasmus wrote: Ken Mankoff mank...@gmail.com writes: If I have a #+CAPTION line, I can type my figure caption as I would expect. But as soon as I pass the 70th column, the spacebar triggers an error. I can type letters after the 70th column, but not a space. When I

Re: [O] How to get the link the point is on?

2014-09-26 Thread Subhan Michael Tindall
[SNIP] -Original Message- From: emacs-orgmode-bounces+subhant=familycareinc@gnu.org [mailto:emacs-orgmode-bounces+subhant=familycareinc@gnu.org] On Behalf Of Marcin Borkowski Sent: Thursday, September 25, 2014 3:45 PM To: emacs-orgmode@gnu.org Subject: Re: [O] How to get

[O] How to re-bind C-,?

2014-09-26 Thread Grant Rettke
Good afternoon, ╭ │ (print emacs-version) │ (print org-version) ╰ ╭ │ 24.3.1 │ │ 8.2.7c ╰ My goal was to set a new keybinding for two keys like this: ╭ │ (local-set-key (kbd C-,) (lambda () (interactive) (insert \\larr ))) │ (local-set-key (kbd C-.) (lambda ()

Re: [O] How to re-bind C-,?

2014-09-26 Thread Jorge A. Alfaro-Murillo
Grant Rettke writes: My goal was to set a new keybinding for two keys like this: ╭ │ (local-set-key (kbd C-,) (lambda () (interactive) (insert \\larr ))) │ (local-set-key (kbd C-.) (lambda () (interactive) (insert \\rarr ))) ╰ The second works fine. The first does not; it stays

[O] Multiple entries of the same table in TOC when using longtable env + #+MACRO limitations

2014-09-26 Thread Kaushal
Hi all, I have explained this issue in detail in this stackexchange question: http://emacs.stackexchange.com/questions/314/toc-of-tables-for-org-mode-long-tables I found a sort of workable solution but it is not very practical. In the process of making that solution workable without having to

Re: [O] Difference between eval and export

2014-09-26 Thread Rainer M Krug
Grant Rettke g...@wisdomandwonder.com writes: My eye is on you post about that topic because I would also like to know. As you are using R, and if you are using sessions, what about setting them from within R[1]? Rainer On Fri, Sep 26, 2014 at 8:17 AM, Johannes Rainer

Re: [O] #+INCLUDE: myfile.html html does not include /literally/; Org processes

2014-09-26 Thread Achim Gratz
Omid writes: In any case, could you (Achim Gratz) please share with us the final patch that you and Nicolas Goaziou agreed upon? That is commit 4ed554196b on master. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ SD adaptation for Waldorf rackAttack

Re: [O] Cooperating with oneself using the cloud?

2014-09-26 Thread Monroe, Will
Thanks you Rasmus and Brett! It still sounds interesting although your combined feedback has left me in a state of indecision about whether to pursue another option or investigate git-annex further. Ha! On 9/26/14, 9:11 AM, Rasmus wrote: Hi, Tim O'Callaghan t...@linux.com writes: I have

Re: [O] Difference between eval and export

2014-09-26 Thread Grant Rettke
On Fri, Sep 26, 2014 at 1:44 PM, Rainer M Krug rai...@krugs.de wrote: Grant Rettke g...@wisdomandwonder.com writes: My eye is on you post about that topic because I would also like to know. As you are using R, and if you are using sessions, what about setting them from within R[1]?

Re: [O] How to re-bind C-,?

2014-09-26 Thread Grant Rettke
On Fri, Sep 26, 2014 at 12:17 PM, Jorge A. Alfaro-Murillo jorge.alfaro-muri...@yale.edu wrote: Grant Rettke writes: For me `org-cycle-agenda-files' is bound to C-', not C-, maybe you have something that sets C-' to C-, globally? Definitely, here in my .emacs.el: ╭ │ (global-set-key (kbd

Re: [O] How to re-bind C-,?

2014-09-26 Thread Jorge A. Alfaro-Murillo
Grant Rettke writes: On Fri, Sep 26, 2014 at 12:17 PM, Jorge A. Alfaro-Murillo jorge.alfaro-muri...@yale.edu wrote: For me `org-cycle-agenda-files' is bound to C-', not C-, maybe you have something that sets C-' to C-, globally? Definitely, here in my .emacs.el: ╭ │ (global-set-key

Re: [O] Formal description of Org files

2014-09-26 Thread Eric S Fraga
On Friday, 26 Sep 2014 at 07:53, Grant Rettke wrote: Eric do you use org in Emacs on the Pandora? Yes. I use Pandian: Debian distribution on the Pandora. It comes with Emacs 24.3. I install org (and gnus and others) from git. Emacs is also available on the stock OS for the OpenPandora. I

Re: [O] How to re-bind C-,?

2014-09-26 Thread Jorge A. Alfaro-Murillo
Jorge A. Alfaro-Murillo writes: Grant Rettke writes: On Fri, Sep 26, 2014 at 12:17 PM, Jorge A. Alfaro-Murillo jorge.alfaro-muri...@yale.edu wrote: For me `org-cycle-agenda-files' is bound to C-', not C-, maybe you have something that sets C-' to C-, globally? Definitely, here in my

Re: [O] Enforcing newlines in plain text export

2014-09-26 Thread Richard Lawrence
Kaushal kaushal.m...@gmail.com writes: Interesting thing is that `\\` work fine at the end of the lines. Yes, this is the behavior documented in the manual. I need to force line breaks in cases like these - For example, to execute the =example_1= test and run in the {{{NEWLINE}}}

Re: [O] How to re-bind C-,?

2014-09-26 Thread Grant Rettke
Yes it is the only time it is globally bound. On Fri, Sep 26, 2014 at 4:03 PM, Jorge A. Alfaro-Murillo jorge.alfaro-muri...@yale.edu wrote: Jorge A. Alfaro-Murillo writes: Grant Rettke writes: On Fri, Sep 26, 2014 at 12:17 PM, Jorge A. Alfaro-Murillo jorge.alfaro-muri...@yale.edu wrote:

Re: [O] Enforcing newlines in plain text export

2014-09-26 Thread Kaushal
I am requesting a consistent solution. If // at the end of a line inserts newline when exporting in all formats, then it should do the same when used in between a line too for ALL export formats. Example: #+TITLE: Line one // Line two I am simply trying to explain why we need another solution