Re: [O] [BUG] superscripts exported as subscripts by ox-ascii

2014-05-08 Thread Achim Gratz
Nick Dokos gmail.com> writes: > > I pushed the obvious fix for this to master. > As a bugfix, this should have gone to maint and then merged into master. Now you'll need to cherry-pick it onto maint and get a duplicate commit. Regards, Achim.

Re: [O] Confused about list indentation

2014-05-08 Thread Guido Van Hoecke
Hi, Leonard Avery Randall writes: > Guido Van Hoecke wrote: > >> I am a bit confused about indentation in the example at node >> '2.7 Plain Lists' in the Org info file: >> >> [quote] >> ** Lord of the Rings >>My favorite scenes are (in this order) >>1. The attack of the Rohirrim >>

Re: [O] [BUG] Symbol's function definition is void: function-put

2014-05-08 Thread Achim Gratz
Sharon Kimble skimble.plus.com> writes: > I've just tried to start emacs 24.3.90.1 without success, and it > showed > --8<---cut here---start->8--- > Warning (initialization): An error occurred while loading `/home/boudiccas/.emacs': If you're in a pinch, just

[O] [PATH] Customize org-annotate-file

2014-05-08 Thread Daimrod
Hi, Here is a small patch for contrib/lisp/org-annotate-file.el. This patch creates a customization group for org-annotate-file (child of the org group) and convert defvars to defcustoms. Okay to push? >From ea5be445776f7d139f52b38306552e0012b47d0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3

[O] Bug: Literal Example does not work [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2014-05-08 Thread KURODA Hisao
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[O] [BUG] Symbol's function definition is void: function-put

2014-05-08 Thread Sharon Kimble
I've just tried to start emacs 24.3.90.1 without success, and it showed --8<---cut here---start->8--- Warning (initialization): An error occurred while loading `/home/boudiccas/.emacs': Symbol's function definition is void: function-put --8<---cut h

Re: [O] [PATCH] Fix error prone babel table output format detection

2014-05-08 Thread Ian Kelling
Eric Schulte writes: > This looks good to me. Could you reformat the patch with > > git format-patch > > and attach the results (this will be easier to apply). Done. I was actually following the instructions in man git-format-patch by not attaching it before, but I will avoid that in future.

[O] (Bug)Open the attachment in the subheading in agenda view

2014-05-08 Thread Kyutech
I am wondering if I can open the attachment which is attached to the father heading in agenda view. I think it will be very convenient to open as the way above, and I really do not want to attach the same file to all of the subheadings. I have turned on the inheritance of the properties, but i

Re: [O] [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region)

2014-05-08 Thread Alex Kosorukoff
After I replaced my patch and merged Bastien's fix, I started seeing the error though less frequently than before. It didn't occur in the template I posted, but I started seeing it again in another template. ("w" "org-protocol tag" entry (file "~/org/bookmarks.org") "* %:description

Re: [O] [BUG] superscripts exported as subscripts by ox-ascii

2014-05-08 Thread Nick Dokos
Suvayu Ali writes: > Hi, > > When exporting the following snippets, superscripts are exported as > subscripts by the ascii exporter. > > Org src: > > - B⁺ → D(K_{s}ππ)K⁺, B → D(K_{s}KK)K⁺, > - CPV in B^{±} → D(K_{s}K^{±}π^{∓})K^{±}, and B^{±} → > D(K_{s}K^{∓}π^{±})K^{±}, > > Exported text: > >

[O] [PATCH] org-mime slightly out of date

2014-05-08 Thread Eric Abrahamsen
Hi, org-mime still includes a call to `org-export-grab-title-from-buffer', which doesn't exist any more. The attached patch does the same the way org-export currently does it (I think). Eric >From c967afb70bd7c9039c09d7c7f22388e1eced30fa Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Thu,

Re: [O] Questions about mail, MIME, etc.

2014-05-08 Thread Eric Abrahamsen
Peter Davis writes: > On Thu, May 08, 2014 at 10:34:26PM +0800, Eric Abrahamsen wrote: >> Peter Davis writes: >> >> Yeah I got that error too, a while ago, and your message prompted me to >> look at it. It seems like org-mime is just a bit behind the state of >> org-export, and fixing that one

Re: [O] crossing out tasks

2014-05-08 Thread Sharon Kimble
Ian Barton writes: > On 08/05/14 11:12, Sharon Kimble wrote: >> This is so simple but I can't find a solution. If I have a list of >> tasks with + in front, when done I can put a + at the end which >> crosses them out, making it very easy to see what I have left to >> do. Except, sometimes the pr

Re: [O] Using KOMA and Memoir?

2014-05-08 Thread Martin Schöön
Tonight I have been a bit adventurous and I have seen some success. But before that I tried to understand what lading ox-latex meant and how to do it. I found something here: http://orgmode.org/worg/exporters/koma -letter-export.html and tried it with no luck. Then I thought, org + LaTeX and export

Re: [O] Adding export option for babel language

2014-05-08 Thread Ken Mankoff
I figured it out: (setq org-latex-custom-lang-environments '((python "pyconsole"))) And of course \usepackage{pythontex} somewhere. This is really nice. Now the Org buffer behaves as before, but the exported LaTeX has the python code appear as if it were run right there in an interacti

Re: [O] Insert #+BEAMER_HEADER_EXTRA before \begin{document}?

2014-05-08 Thread Andreas Leha
Eric S Fraga writes: > On Thursday, 8 May 2014 at 15:38, Sebastien Vauban wrote: > > [...] > >> The above things are currently (almost, for some) impossible. Changing >> where the #+BEAMER_HEADER placeholder gets inserted makes them possible >> and easy. > > but unfortunately would make other t

Re: [O] Adding export option for babel language

2014-05-08 Thread Ken Mankoff
Hi Chuck, On 2014-05-08 at 12:17, Charles Berry wrote: >> I'd like the python code blocks to behave just as they do now, but if I >> have set (setq org-latex-listings 'pythontex) instead of (setq >> org-latex-listings 'minted), then instead of wrapping python code blocks >> with: >> >> \begin{mi

Re: [O] Confused about list indentation

2014-05-08 Thread Leonard Avery Randall
Guido Van Hoecke wrote: I am a bit confused about indentation in the example at node '2.7 Plain Lists' in the Org info file: The last line aligns the word 'him' directly under 'Sean', which is what I expect. The 'He makes a really...' sentence is aligned under the list hyphen, rather th

Re: [O] Insert #+BEAMER_HEADER_EXTRA before \begin{document}?

2014-05-08 Thread Eric S Fraga
On Thursday, 8 May 2014 at 15:38, Sebastien Vauban wrote: [...] > The above things are currently (almost, for some) impossible. Changing > where the #+BEAMER_HEADER placeholder gets inserted makes them possible > and easy. but unfortunately would make other things more difficult. For instance

[O] words pre-"lexed" for use as keywords in an agenda view

2014-05-08 Thread Haroldo Stenger
hello, is there alredy a word lexer connected somehow to org-mode, that uses the most frequent words in the org-agenda-files , and offers them to you to look for the lines in which they occur in an agenda view ? best haroldo

[O] bug#17416: bug#17416: insecure temp files in ob-screen.el

2014-05-08 Thread Eric Schulte
Glenn Morris writes: > Eric Schulte wrote: > >>> org-babel-screen-session-write-temp-file and org-babel-screen-test seem >>> to use predictable temp-file names, which is a security issue. Using >>> `make-temp-file', or if the file names really need to be predictable, >>> something equivalent to `

Re: [O] Questions about mail, MIME, etc.

2014-05-08 Thread Peter Davis
On Thu, May 08, 2014 at 10:34:26PM +0800, Eric Abrahamsen wrote: > Peter Davis writes: > > Yeah I got that error too, a while ago, and your message prompted me to > look at it. It seems like org-mime is just a bit behind the state of > org-export, and fixing that one dead function link is enough

[O] Confused about list indentation

2014-05-08 Thread Guido Van Hoecke
Hi, I am using Org version 8.2.6 (release_8.2.6-949-g751506). I am a bit confused about indentation in the example at node '2.7 Plain Lists' in the Org info file: [quote] ** Lord of the Rings My favorite scenes are (in this order) 1. The attack of the Rohirrim 2. Eowyn's fight with the

Re: [O] Managing bibtex database using org-mode?

2014-05-08 Thread Richard Lawrence
Hi Vikas and all, Vikas Rawal writes: >> I manage my whole bibtex database on org. It makes my workflow more >> integrated. It allows me to keep bib info, todo states and notes all >> in the same place, and it allows me to access it all through the >> agenda. I just periodically run org-bibtex t

Re: [O] Adding export option for babel language

2014-05-08 Thread Charles Berry
Ken Mankoff gmail.com> writes: > > > I'd like to add support for PythonTeX to Org Babel > https://github.com/gpoore/pythontex > > The motivation is that PythonTeX is a better literate environment than > just Org + Babel, because it can print results inline just like an > interactive Python se

Re: [O] How to tangle?

2014-05-08 Thread Suvayu Ali
Hi John, On Thu, May 08, 2014 at 11:36:25AM -0400, John Kitchin wrote: > that is pretty strange. I just tried it and got > > Tangled 51 code blocks from org-ref.org > You can run the command `org-babel-tangle' with C-c C-v t > > You could also try: > [[elisp:(org-babel-load-file "org-ref.org")]]

Re: [O] How to tangle?

2014-05-08 Thread John Kitchin
that is pretty strange. I just tried it and got Tangled 51 code blocks from org-ref.org You can run the command `org-babel-tangle' with C-c C-v t You could also try: [[elisp:(org-babel-load-file "org-ref.org")]] John --- John Kitchin Associate Professor Doherty H

Re: [O] Questions about mail, MIME, etc.

2014-05-08 Thread Peter Davis
On Thu, May 08, 2014 at 10:34:26PM +0800, Eric Abrahamsen wrote: > Peter Davis writes: > > > I'd love to get mail working so I could send MIME messages right from org > > mode. However, I have a couple of issues/questions: > > > > 1) I tried using org-mime > >

[O] How to tangle?

2014-05-08 Thread Suvayu Ali
Hi, I was trying to tangle John's org-ref.org[1]; when I visit the file and do `M-x org-babel-tangle RET', all I get is: Tangled 0 code blocks from org-ref.org Any ideas what is wrong? Footnotes: [1] -- Suvayu Open source is the f

Re: [O] Insert #+BEAMER_HEADER_EXTRA before \begin{document}?

2014-05-08 Thread Suvayu Ali
On Thu, May 08, 2014 at 03:38:21PM +0200, Sebastien Vauban wrote: > Suvayu Ali wrote: > > On Wed, May 07, 2014 at 07:26:26PM -0400, Nick Dokos wrote: > > > I think I looked into this sometime back and I don't think there was a > > nice resolution (as evidenced by Seb's links). That said, I vaguel

Re: [O] Questions about mail, MIME, etc.

2014-05-08 Thread Eric Abrahamsen
Peter Davis writes: > I'd love to get mail working so I could send MIME messages right from org > mode. However, I have a couple of issues/questions: > > 1) I tried using org-mime > , but when I try the > command org-mime-org-buffer-htmlize,

Re: [O] org-ref code

2014-05-08 Thread John Kitchin
I added a user variable for that key-binding. I like C-c ] because there is no shift to get ). You can set org-ref-insert-cite-key to what ever shortcut you prefer now. I would prefer to keep org-ref where it is until it "stabilizes". This summer my group will be using it pretty extensively for wr

[O] current task being worked in agenda time grid

2014-05-08 Thread J. David Boyd
Is there any way to do that? It would be beneficial if, when I did C-a a, the time grid could show, at the current time, what I am currently clocking time against. I know that it shows up in the mode line, but my emacs window is seldom wide enough for me to read that, actually. Thanks for any

Re: [O] crossing out tasks

2014-05-08 Thread Nick Dokos
Ian Barton writes: > On 08/05/14 11:12, Sharon Kimble wrote: >> This is so simple but I can't find a solution. If I have a list of >> tasks with + in front, when done I can put a + at the end which >> crosses them out, making it very easy to see what I have left to >> do. Except, sometimes the pr

Re: [O] Insert #+BEAMER_HEADER_EXTRA before \begin{document}?

2014-05-08 Thread Sebastien Vauban
Suvayu Ali wrote: > On Wed, May 07, 2014 at 07:26:26PM -0400, Nick Dokos wrote: >> Suvayu Ali writes: >>> On Wed, May 07, 2014 at 09:01:39PM +0200, Sebastien Vauban wrote: >>> To insert a short title for a Beamer presentation, you can glean the following answers on the Web: -

Re: [O] crossing out tasks

2014-05-08 Thread Ian Barton
On 08/05/14 11:12, Sharon Kimble wrote: This is so simple but I can't find a solution. If I have a list of tasks with + in front, when done I can put a + at the end which crosses them out, making it very easy to see what I have left to do. Except, sometimes the preceding task inherits the crossin

[O] Questions about mail, MIME, etc.

2014-05-08 Thread Peter Davis
I'd love to get mail working so I could send MIME messages right from org mode. However, I have a couple of issues/questions: 1) I tried using org-mime , but when I try the command org-mime-org-buffer-htmlize, I get the error: Symbol's func

Re: [O] Using KOMA and Memoir?

2014-05-08 Thread Suvayu Ali
On Thu, May 08, 2014 at 08:08:36AM +0200, Martin Schöön wrote: > On 8 May 2014 00:29, Suvayu Ali wrote: > > > On Wed, May 07, 2014 at 11:19:07PM +0200, Martin Schöön wrote: > > > Quick up-date before bed-time: I commented out the (add-to-list > > > 'org-latex-classes stuff > > > and restarted ema

Re: [O] org-export-babel-evaluate

2014-05-08 Thread Vikas Rawal
> >> Could somebody tell me how to define org-export-babel-evaluate for a file? >> >> I want the default to be t, but want to set it to nil in some of my files. >> > > (info "(emacs) Specifying File Variables”) Perfect. Thank you. Vikas

Re: [O] html5?

2014-05-08 Thread Nick Dokos
Dave Pawson writes: > org.html says > > " > > Fancy HTML5 export > > HTML5 introduces several new element types. By default, Org will not > make use of these element types, but you can set org-html-html5-fancy > to t (or set html5-fancy item in an OPTIONS line), to enable a few new > block-level

[O] html5?

2014-05-08 Thread Dave Pawson
org.html says " Fancy HTML5 export HTML5 introduces several new element types. By default, Org will not make use of these element types, but you can set org-html-html5-fancy to t (or set html5-fancy item in an OPTIONS line), to enable a few new block-level elements. These are created using arbit

Re: [O] org-export-babel-evaluate

2014-05-08 Thread Nick Dokos
Vikas Rawal writes: > Could somebody tell me how to define org-export-babel-evaluate for a file? > > I want the default to be t, but want to set it to nil in some of my files. > (info "(emacs) Specifying File Variables") -- Nick

[O] [BUG] superscripts exported as subscripts by ox-ascii

2014-05-08 Thread Suvayu Ali
Hi, When exporting the following snippets, superscripts are exported as subscripts by the ascii exporter. Org src: - B⁺ → D(K_{s}ππ)K⁺, B → D(K_{s}KK)K⁺, - CPV in B^{±} → D(K_{s}K^{±}π^{∓})K^{±}, and B^{±} → D(K_{s}K^{∓}π^{±})K^{±}, Exported text: • B⁺ → D(K_{s}ππ)K⁺, B → D(K_{s}KK)K⁺, • CPV

Re: [O] org-mode variables

2014-05-08 Thread Igor Sosa Mayor
Dave Pawson writes: > Searching http://orgmode.org/org.html > I failed to find how to modify org-mode variables, > where they are stored, etc. > > They are listed, but no mention of setting them? > > Are they standard emacs vars, if so , perhaps > this could be made clear in the manual please? y

[O] org-mode variables

2014-05-08 Thread Dave Pawson
Searching http://orgmode.org/org.html I failed to find how to modify org-mode variables, where they are stored, etc. They are listed, but no mention of setting them? Are they standard emacs vars, if so , perhaps this could be made clear in the manual please? regards -- Dave Pawson XSLT XSL-FO

Re: [O] Managing bibtex database using org-mode?

2014-05-08 Thread Leonard Avery Randall
Hi Vikas, Vikas Rawal wrote: This is exactly what I have in mind. Would you mind sharing an example file, and may be an outline of your work flow? I only switched over to using org-bibtex about 4 weeks ago, so I have not yet perfected my workflow. However, I will try to give you some idea

[O] crossing out tasks

2014-05-08 Thread Sharon Kimble
This is so simple but I can't find a solution. If I have a list of tasks with + in front, when done I can put a + at the end which crosses them out, making it very easy to see what I have left to do. Except, sometimes the preceding task inherits the crossing out too, even though it does not have a

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

2014-05-08 Thread Rainer M Krug
Envoyé de mon iPhone > Le 8 mai 2014 à 04:26, Charles Berry a écrit : > > Eric Schulte gmail.com> writes: > >> >> Rainer M Krug krugs.de> writes: >> >>> Hi >>> >>> Attached please find seven patches for review to implement the storing >>> of org variables in their own environment and to

[O] strange behaviour in org-agenda-diary-entry

2014-05-08 Thread Eric S Fraga
Dear all, Just a quick heads up to say that I have some strange behaviour that appeared within the past week or so: I manage my diary by viewing it in org-agenda and adding entries from that view with "i d" (org-agenda-diary-entry). I have org-agenda-diary-file defined and my diary entries are i

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

2014-05-08 Thread Rainer M Krug
> Le 7 mai 2014 à 12:27, Eric Schulte a écrit : > > Rainer M Krug writes: > >> Hi >> >> Attached please find seven patches for review to implement the storing >> of org variables in their own environment and to make the org-issued R >> code look nicer in the R session. >> >> Thanks, >> >> R

Re: [O] Exporting org-mode source

2014-05-08 Thread Sebastien Vauban
Vikas Rawal wrote: >>> It does not work without ":exports code” >> >> I don't understand that, as ":exports code" is the default for Org code >> blocks, as shown by: >> >> ╭ >> │ org-babel-default-header-args:org is a variable defined in `ob-org.el'. >> │ Its value is ((:results . "raw sil

Re: [O] problem with org-caldav and ox-icalendar: UID property wrapping

2014-05-08 Thread Eric S Fraga
On Wednesday, 7 May 2014 at 22:45, David Engster wrote: [...] > I've already rewritten that part in org-caldav, but it needs more > testing. I'll push a fix in the coming days. Excellent! I look forward to the fix. Thanks. -- : Eric S Fraga (0xFFFCF67D), Emacs 24.4.50.2, Org release_8.2.6-9

Re: [O] org-ref code

2014-05-08 Thread Vikas Rawal
> > All the talk about citations in org-mode inspired me to finish and polish > some code I have been working on for my group for a while on > bibtex/reftex/org-mode integration. I packaged it up in a literate > programming org-file here: > https://github.com/jkitchin/jmax/blob/master/org-ref

Re: [O] Using KOMA and Memoir?

2014-05-08 Thread Eric S Fraga
On Wednesday, 7 May 2014 at 23:03, Martin Schöön wrote: [...] > The LaTeX call sits just before the KOMA stuff. No ox-latex to be found, I > haven't > needed it so far. Is that maybe... Could you post the initialisation you do have? It's difficult to debug your case with partial information.

Re: [O] Exporting org-mode source

2014-05-08 Thread Sebastien Vauban
Vikas Rawal wrote: > On 04-May-2014, at 11:46 am, Han Fan wrote: >> Fletcher Charest writes: >>> >>> Sorry if I misunderstood... If you create an Org source block like >>> this with nothing inside: >>> >>> #+begin_src org >>> >>> #+end_src >>> >>> ...then, with your cursor inside, enter it wi

[O] org-export-babel-evaluate

2014-05-08 Thread Vikas Rawal
Could somebody tell me how to define org-export-babel-evaluate for a file? I want the default to be t, but want to set it to nil in some of my files. Vikas

[O] bug#17416: bug#17416: insecure temp files in ob-screen.el

2014-05-08 Thread Glenn Morris
Eric Schulte wrote: >> org-babel-screen-session-write-temp-file and org-babel-screen-test seem >> to use predictable temp-file names, which is a security issue. Using >> `make-temp-file', or if the file names really need to be predictable, >> something equivalent to `doc-view-make-safe-dir' (there