Re: [O] org-edit-src-code outside of org

2014-05-16 Thread Jorge A. Alfaro-Murillo
I figure it out, I am updating the variable that causes problems and it is working very well so in case you want to use org-edit-src-code in Message mode all is needed is: #+BEGIN_SRC emacs-lisp (eval-after-load "message" '(progn (define-key message-mode-map (kbd "") (lambda

Re: [O] [RFC] [PATCH] ob-core.el: allow the auto-generation of output file names for src blocks.

2014-05-16 Thread Achim Gratz
Aaron Ecay writes: > Fixed. (It actually required changes to the code, not the tests, since > my commit made org-babel-graphical-output-file stricter). OK. > Good catch (especially since I recently pushed a patch changing some > errors to user-errors *blush*). Fixed. Code review works. :-) R

Re: [O] Preview tikz in org-mode (reduce margins of produced images)

2014-05-16 Thread Leu Zhe
Hi ndokos, Thanks for you advice. I added a attachment which matches my problem. Best regards! test.org Description: Binary data

Re: [O] FILE special property?

2014-05-16 Thread Nick Dokos
Boyan Penkov writes: > Thanks for your help, Alex. > > The backslashes do get the string to evaluate correctly (now the value of > org-stuck-projects is indeed set to what you’d think it would be set to, > where the first element is a > string), but this does not yield the right output — C-c #

Re: [O] FILE special property?

2014-05-16 Thread Boyan Penkov
Thanks for your help, Alex. The backslashes do get the string to evaluate correctly (now the value of org-stuck-projects is indeed set to what you’d think it would be set to, where the first element is a string), but this does not yield the right output — C-c # still yields no output, and I do

Re: [O] LaTeX cross references

2014-05-16 Thread Alan L Tyree
On 17/05/14 11:26, Aaron Ecay wrote: Hi Alan, 2014ko maiatzak 16an, Alan L Tyree-ek idatzi zuen: G'day, My org manuscript has cross references like this: see [[id:4c473c51-b484-4a29-8fe7-118d8084a6f8][Limitations Acts]] Exporting to LaTeX currently gives me: see \hyperref[sec-4-3]{Limitatio

[O] LaTeX cross references

2014-05-16 Thread Alan L Tyree
G'day, My org manuscript has cross references like this: see [[id:4c473c51-b484-4a29-8fe7-118d8084a6f8][Limitations Acts]] Exporting to LaTeX currently gives me: see \hyperref[sec-4-3]{Limitations Acts} What I would like is: \ref{sec-4-3} since I am trying to end up with a Word file for a

Re: [O] Export to iCalendar only not DONE, scheduled tasks?

2014-05-16 Thread Chris Poole
That's very helpful, thanks — I'll get experimenting. Cheers, Chris

Re: [O] FILE special property?

2014-05-16 Thread Alexander Baier
On 2014-05-16 22:12 Boyan Penkov wrote: > (setq org-stuck-projects > ‘(“+FILE="~/todos/myTodos.org"+LEVEL=1" ("NEXT" "TODO") nil "”)) I have never used this feature, but this first element look odd to me. I would try this: “+FILE=\"~/todos/myTodos.org\"+LEVEL=1". HTH, -- Alexander Baier

[O] FILE special property?

2014-05-16 Thread Boyan Penkov
Hello, I’m looking to set up a search string using the FILE special property, but cannot get the syntax right. This is as part of setting up org-stuck-projects. If the file is in ~/todos/myTodos.org, and I want all the entries with heading 1, will (setq org-stuck-projects ‘(“+FILE="~/t

Re: [O] [babel][PATCHES] ob-R patches for review

2014-05-16 Thread Charles C. Berry
On Fri, 16 May 2014, Rainer M Krug wrote: Sorry for coming back to your suggestions so late, but I did some thinking about the approach. Comments inline below. No problem. I am about to leave town and my email for a couple of weeks, so I might not be able to reply to further correspondence til

Re: [O] Preview tikz in org-mode (reduce margins of produced images)

2014-05-16 Thread Nick Dokos
Leu Zhe writes: > Hi, everyone! > > I always use org-preview-latex-fragment command to preview the LaTeX > code, which is awesome. It can effectively crop and suit the size of > produced png to the content. > > However, recently I start to preview some tikz code.  I can greatly > produce the go

Re: [O] Playwriitng with org?

2014-05-16 Thread Igor Sosa Mayor
Rustom Mody writes: > Earlier I used to use troff and wrote play/drama-like pieces using > that > eg http://www.the-magus.in/Publications/ewd.pdf > > Later we switched to latex and using play.sty. Here is an example: > http://www.the-magus.in/Publications/DotingOnTheDot.pdf > > I would now like t

[O] Playwriitng with org?

2014-05-16 Thread Rustom Mody
Earlier I used to use troff and wrote play/drama-like pieces using that eg http://www.the-magus.in/Publications/ewd.pdf Later we switched to latex and using play.sty. Here is an example: http://www.the-magus.in/Publications/DotingOnTheDot.pdf I would now like to stay in org as much as possible an

[O] Bug: Archive subtree with parent structure [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-05-16 Thread Florian Lindner
This is not a bug report but a wishlist item. org-archive-subtree archives a subtree. * A ** AA *** AAA ** AB *** ABA Archiving AA will remove the subtree from the original file and create it like that in archive target: * AA ** AAA What I want (wish for) is to create it like that in the arc

Re: [O] [PATCH] Empty inline tasks in latex export

2014-05-16 Thread Michael Weylandt
On May 16, 2014, at 4:39, Nicolas Goaziou wrote: > Hello, > > "R. Michael Weylandt" writes: > >> If the body if the inline task is empty, org-latex-inlinetask writes >> nil in the exported document. This patch skips including contents (and >> the bar above it) if it's nil. > > Thank you for r

[O] solved: "org-mode fontification error" with newest git

2014-05-16 Thread Rainer M Krug
Sorry for the noise - working. Was caused by inconsistent compilation of org and ess. Cheers, Rainer Rainer M Krug writes: > Hi > > I get an "org-mode fontification error" for R when using the newest org > From git. > > I have set > > (setq org-src-fontify-natively t) > > Unfortunately, I d

[O] "org-mode fontification error" with newest git

2014-05-16 Thread Rainer M Krug
Hi I get an "org-mode fontification error" for R when using the newest org From git. I have set (setq org-src-fontify-natively t) Unfortunately, I do not manage to get a backtrace. Cheers, Rainer -- Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, UCT), Dipl. P

Re: [O] [Latex Export] Influence placement of \maketitle command

2014-05-16 Thread Alexander Baier
On 2014-05-16 09:15 Eric S Fraga wrote: > On Thursday, 15 May 2014 at 22:41, Alexander Baier wrote: >> On 2014-05-15 21:57 Eric S Fraga wrote: >>> I put it under its own heading with an :ignoreheading: tag and use the >>> filter that was posted on this list (today in fact): >> >> I can't find the f

Re: [O] Centering graphics in LaTeX export

2014-05-16 Thread Nicolas Goaziou
Hello, "Francesco Pizzolante" writes: > Here's a small patch that enables centering graphics in LaTeX exports > (as it already exists for tables). Thanks for this. A few, minor, comments follow. > +(defcustom org-latex-images-centered t > + "When non-nil, images are exported in a center env

Re: [O] [Latex Export] Influence placement of \maketitle command

2014-05-16 Thread Eric S Fraga
On Thursday, 15 May 2014 at 22:41, Alexander Baier wrote: > On 2014-05-15 21:57 Eric S Fraga wrote: >> I put it under its own heading with an :ignoreheading: tag and use the >> filter that was posted on this list (today in fact): > > I can't find the filter you are referring to. I guess it is in th

Re: [O] [PATCH] Empty inline tasks in latex export

2014-05-16 Thread Nicolas Goaziou
Hello, "R. Michael Weylandt" writes: > If the body if the inline task is empty, org-latex-inlinetask writes > nil in the exported document. This patch skips including contents (and > the bar above it) if it's nil. Thank you for reporting it and providing this patch. I applied a slightly differe

Re: [O] [Latex Export] Influence placement of \maketitle command

2014-05-16 Thread Alexander Baier
On 2014-05-16 06:19 Nick Dokos wrote: > Alexander Baier writes: > >> On 2014-05-15 21:57 Eric S Fraga wrote: >>> I put it under its own heading with an :ignoreheading: tag and use the >>> filter that was posted on this list (today in fact): >> >> I can't find the filter you are referring to. I gue

[O] Preview tikz in org-mode (reduce margins of produced images)

2014-05-16 Thread Leu Zhe
Hi, everyone! I always use org-preview-latex-fragment command to preview the LaTeX code, which is awesome. It can effectively crop and suit the size of produced png to the content. However, recently I start to preview some tikz code. I can greatly produce the good results except one problem: The

[O] Error with org-mode-reftex-setup after upgrade

2014-05-16 Thread Loris Bennett
Hi, I have just upgraded to version Org-mode version 8.2.6 (8.2.6-18-gaaae4a-elpaplus @ /home/loris/.emacs.d/elpa/org-plus-contrib-20140512/ >From Thomas Dye's description of how to create an annotated bibliography (http://orgmode.org/worg/exporters/anno-bib-template-worg.html) I'm using: ,