Re: [O] Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]

2013-04-15 Thread Suvayu Ali
On Fri, Apr 12, 2013 at 02:24:21AM +0200, David Arroyo Menéndez wrote: > > current state: > == > (setq > org-tab-first-hook '(org-hide-block-toggle-maybe > org-src-native-tab-command-maybe > org-babel-hide-result-toggle-maybe > org-babel-header-arg-expand) > org

Re: [O] Org-mode as a replacement for Google Reader

2013-04-15 Thread Rainer M. Krug
Steinar Bang writes: >> Karl Voit : > >> On the one hand, I do not have any Gnus experience > > It doesn't have to be Gnus. Any NNTP client will work with feeds on > gwene. On the PC you could eg. use Thunderbird. > >> and from the things I already read about Gnus configuration, I want to >

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-15 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > Aaron Ecay writes: > >> This patch series is an attempt to add synctex support to org mode. > > Thank you for your patch. > >> I have not tested this code extensively, but it does work for me. I >> don't know if it works for async export or not, since I have

Re: [O] Exploring org-element.el with navi-mode

2013-04-15 Thread Sebastien Vauban
Hello Thorsten, Thorsten Jolitz wrote: > its now possible to use the new libraries for 'Org-mode outside > Org-mode' (outshine, outorg, pop-org, navi-mode) on Emacs Lisp files > that use the official header conventions (;;;+ ). Where are these official header conventions described? Best regards,

Re: [O] Exploring org-element.el with navi-mode

2013-04-15 Thread Thorsten Jolitz
"Sebastien Vauban" writes: Hello Sebastien, > Thorsten Jolitz wrote: >> its now possible to use the new libraries for 'Org-mode outside >> Org-mode' (outshine, outorg, pop-org, navi-mode) on Emacs Lisp files >> that use the official header conventions (;;;+ ). > > Where are these official header

Re: [O] "No definition" for "per-file basis in a source code block" mode

2013-04-15 Thread Suvayu Ali
On Mon, Apr 15, 2013 at 04:34:57PM +0800, Wolfkin Chiang wrote: > Hi, All, > > While I try the "per-file basis in a source code block" mode, > It tells me: > No definition for class `per-file-class' in `org-export-latex-classes' > Please help me to resolve it, thanks! (require 'org-latex) (re

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-15 Thread Alan Schmitt
Hello, Andreas Leha writes: > I understand all your points very well: Too heavy changes for an > optional and still feature-incomplete patch targeting a sub-group of users. > > But the provided functionality would be really handy for everybody > who writes larger documents (like a thesis) with o

Re: [O] org-outlook with Outlook 2010 on Windows 7

2013-04-15 Thread AW
Am Donnerstag, 4. April 2013, 14:59:55 schrieb Per Per Kulseth Dahl: > Hello, > > I have been trying to get org-outlook to work without any success. I > am running Windows 7 and Outlook 2010. Yes, I wish didn't have to. > > I have put the VBA code generated by org-outlook-generate-vba into > Outl

Re: [O] Exploring org-element.el with navi-mode

2013-04-15 Thread Nicolas Richard
Thorsten Jolitz writes: > - the Emacs Lisp conventions for headlines: > > ,- > | https://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00266.html > `- Also f

Re: [O] org-outlook with Outlook 2010 on Windows 7

2013-04-15 Thread AW
Am Montag, 15. April 2013, 13:57:37 schrieb AW AW: > Am Donnerstag, 4. April 2013, 14:59:55 schrieb Per Per Kulseth Dahl: > > Hello, > > > > I have been trying to get org-outlook to work without any success. I > > am running Windows 7 and Outlook 2010. Yes, I wish didn't have to. > > > > I have p

Re: [O] minor bug in babel with silent output and remote R session

2013-04-15 Thread Andreas Leha
Hi all, Thomas Alexander Gerds writes: > Hi Bastien > > I think that I can describe the problem a bit better now. It is not > related to the silent option but occurs whenever ":results value". > > Emacs freezes due to the following line in > org-babel-comint-eval-invisibly-and-wait-for-file >

Re: [O] Agenda in MobileOrg for Android

2013-04-15 Thread Andreas Leha
Hi all, sorry for the OT post. [...] >> As it happens, one of the lead developers of mobileorg started a >> thread on the MobileOrg-Android mailing list asking for issues that >> need to be addressed, and features that are needed, before it's ready >> for 1.0. > > Well, I didn't know about the e

Re: [O] minor bug in babel with silent output and remote R session

2013-04-15 Thread Thomas Alexander Gerds
hmm. I agree that this should be handled by ESS and I have not given up yet. as indicated in my previous mail, I dont know how to test if an R-session is remote because the command ess-remote deletes all local variables. a hack would be to let the R-process evaluate file.exists((file-name-direct

Re: [O] [PATCH] Process hlines in imported tables

2013-04-15 Thread Sebastien Vauban
Hi Eric, "Sebastien Vauban" wrote: > Eric Schulte wrote: >> I would agree that this (meaning raw implies scalar) should either occur >> for all languages or for none. > > I think this is something interesting, but I wonder now if we wouldn't loose > more than we would win. I mean: how would one be

[O] Colour themes suggestions?

2013-04-15 Thread Rainer M. Krug
Hi I am looking for some subjective opinions on color themes for emacs 24. I am using (obviously) org-mode and mainly for literate programming in R and also use gnus. There might be more to come, but I don't know yet. I am looking for suggestions for color themes which are on a light background (

Re: [O] Colour themes suggestions?

2013-04-15 Thread Torsten Wagner
Hi Rainer, I am a big fan of Zenburn. Unfortunately, it is exactly the opposite of what you are looking for. I find it very eye friendly. However, maybe once in a while you want a dark-color-theme and then zenburn might be worse to try ;) Greetings Torsten

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-15 Thread Sebastien Vauban
Eric, Eric Schulte wrote: Let me explain. AFAICT, there were 5 possibles values of the ":colnames" header argument: - no header argument :: (default for all languages but Emacs Lisp) - ":colnames no" :: (default for Emacs Lisp code blocks) - ":colnames yes" :: Tells O

Re: [O] Colour themes suggestions?

2013-04-15 Thread Suvayu Ali
On Mon, Apr 15, 2013 at 03:32:31PM +0200, Rainer M. Krug wrote: > > I am looking for suggestions for color themes which are on a light > background (reflections are less) and has nice and effective syntax > highlighting. Any suggestions? I am using twilight-bright at the momen, > but am somehow no

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-15 Thread Sebastien Vauban
Eric, Eric Schulte wrote: >> ** Using =:colnames no= header argument (case 2) >> >> #+begin_src emacs-lisp :var data=unset-colnames-example-input :colnames no >> data >> #+end_src >> >> #+results: >> | a | b | >> |---+---| >> | 1 | 2 | >> | 3 | 4 | >> >> Here, I still don't understand why I do s

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-15 Thread Sebastien Vauban
Eric, Eric Schulte wrote: >>> What is still unclear to me as well, is why =()= and =nil= aren't the same >>> from Babel's point of view? >> >> However, I think I understood this one: it is because nil is interpreted as a >> string, not as the empty list; right? >> >> That's because strings aren't

[O] org-babel-tangle

2013-04-15 Thread Guido Van Hoecke
Hi, When editing https://github.com/bateast/google-calendar/blob/master/google-calendar.org I assume from the documentation that hitting C-c C-v C-t or M-x org-babel-tangle would produce the pure source (in casu elisp) file, but it says 'Tangled 0 code blocks from google-calendar.org' I am pretty

Re: [O] org-babel-tangle

2013-04-15 Thread Sebastien Vauban
Guido Van Hoecke wrote: > When editing > https://github.com/bateast/google-calendar/blob/master/google-calendar.org > I assume from the documentation that hitting C-c C-v C-t or M-x > org-babel-tangle would produce the pure source (in casu elisp) file, > but it says 'Tangled 0 code blocks from goog

[O] Bug: org-cycle-separator-lines ignored after S-TAB with numeric arg [8.0-pre (release_8.0-pre-443-g06294c @ /home/creidieki/elisp/org-mode/lisp/)]

2013-04-15 Thread Michael Crouch
When using a numeric prefix argument to S-TAB, empty lines aren't displayed between folded parts of the subtree, regardless of the setting of org-cycle-separator-lines. Reproduction instructions: 1) Create a file with: begin test file * Stuff ** Things * Other stuff end test file-

[O] Examples of orgmode+beamer presentations?

2013-04-15 Thread Angel de Vicente
Hi, I'm trying to find examples of presentations made with orgmode and beamer. Ideally I would like to see sample presentations first (in PDF), so that I can get one that looks as close to what I would need, and then I would like to get the source code for it. Are there any good templates out ther

Re: [O] Agenda in MobileOrg for Android

2013-04-15 Thread Bastien
Hi Andreas, Andreas Leha writes: > I guess the list is > https://groups.google.com/forum/?fromgroups#!forum/mobileorg-android > > Can someone tell me how to read that list in gnus? Is that > possible? The list is also on Gmane: http://thread.gmane.org/gmane.comp.handhelds.android.mobileorg --

Re: [O] Examples of orgmode+beamer presentations?

2013-04-15 Thread Ista Zahn
I'm not clear on whether you are looking for templates or examples, but if the later, maybe my slides at http://projects.iq.harvard.edu/rtc/event/introduction-r will be of some interest. Scroll down to the bottom and download the .zip file. The rintro.pdf is the beamer export of the rintro.org file

Re: [O] Examples of orgmode+beamer presentations?

2013-04-15 Thread John Hendy
On Mon, Apr 15, 2013 at 10:18 AM, Angel de Vicente wrote: > Hi, > > I'm trying to find examples of presentations made with orgmode and > beamer. Ideally I would like to see sample presentations first (in PDF), > so that I can get one that looks as close to what I would need, and then > I would lik

Re: [O] [PATCH] Process hlines in imported tables

2013-04-15 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Eric, > > "Sebastien Vauban" wrote: >> Eric Schulte wrote: >>> I would agree that this (meaning raw implies scalar) should either occur >>> for all languages or for none. >> >> I think this is something interesting, but I wonder now if we wouldn't loose >> more tha

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-15 Thread Eric Schulte
"Sebastien Vauban" writes: > Eric, > > Eric Schulte wrote: What is still unclear to me as well, is why =()= and =nil= aren't the same from Babel's point of view? >>> >>> However, I think I understood this one: it is because nil is interpreted as >>> a >>> string, not as the empty list;

Re: [O] Colour themes suggestions?

2013-04-15 Thread Vikas Rawal
> yet. > > I am looking for suggestions for color themes which are on a light > background (reflections are less) and has nice and effective syntax > highlighting. http://orgmode.org/worg/org-color-themes.html You may like Leuven. Vikas

Re: [O] Examples of orgmode+beamer presentations?

2013-04-15 Thread Angel de Vicente
Hi, Ista Zahn writes: > I'm not clear on whether you are looking for templates or examples, anything will do > but if the later, maybe my slides at > http://projects.iq.harvard.edu/rtc/event/introduction-r will be of > some interest. Scroll down to the bottom and download the .zip file. > The r

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-15 Thread Bastien
Hi all, even if the feature were asked by many many people, I don't think it would be the right time to implement it. The current parser needs to settle down a bit, to be heavily debugged in its current form before we can move on and modify it for another feature. So maybe for Org 9.0 if someone

Re: [O] Specify file name on commandline in batch export

2013-04-15 Thread Bastien
Hi, Wiskey 5 Alpha writes: > this works well for exporting, but it will only output the file to > the directory where the original org file is, and it will be named > .odt > > Is there anyway to specify the output directory and filename at the > time that I call the function ? Not that I can th

Re: [O] phone links...

2013-04-15 Thread Bastien
Hi Feng, thanks for your reply. I'll let Grégoire decide on what to apply to org-contacts.el. Best, -- Bastien

Re: [O] Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]

2013-04-15 Thread Bastien
Hi Suvayu, Suvayu Ali writes: > BTW, to others, is it by any chance possible to check how emacs was > started (if -q or -Q was present among the command line options)? Then > a message could be shown about minimal testing with a setup when users > call `org-submit-bug-report'. Well, there is `

Re: [O] Colour themes suggestions?

2013-04-15 Thread Manuel Prinz
On Mon, Apr 15, 2013 at 03:32:31PM +0200, Rainer M. Krug wrote: > I am looking for suggestions for color themes which are on a light > background (reflections are less) and has nice and effective syntax > highlighting. Any suggestions? I'm a big fan of Solarized [1]. It comes in light and dark. I

Re: [O] org-babel-tangle

2013-04-15 Thread Guido Van Hoecke
Hi Sebastien, "Sebastien Vauban" writes: > Guido Van Hoecke wrote: >> When editing >> https://github.com/bateast/google-calendar/blob/master/google-calendar.org >> I assume from the documentation that hitting C-c C-v C-t or M-x >> org-babel-tangle would produce the pure source (in casu elisp) fi

Re: [O] org-babel-tangle

2013-04-15 Thread Bastien
Hi Guido, Guido Van Hoecke writes: > I put it as first line of the file, saved it, and org-babel-tangle still > refuses to output any code. > > Also tried `#+PROPERTY: tangle google-calendar.el' but again, no > success. You may need to refresh the configuration by hitting C-c C-c on the #+PROPE

Re: [O] Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]

2013-04-15 Thread Suvayu Ali
Hi Bastien, On Mon, Apr 15, 2013 at 05:49:28PM +0200, Bastien wrote: > Suvayu Ali writes: > > > BTW, to others, is it by any chance possible to check how emacs was > > started (if -q or -Q was present among the command line options)? Then > > a message could be shown about minimal testing with

Re: [O] org-babel-tangle

2013-04-15 Thread Guido Van Hoecke
Hi Bastien > You may need to refresh the configuration by hitting C-c C-c on the > #+PROPERTY line (or on any #+... line). Of course, I should have realised this. After refreshing, the tangle process works as expected. Sorry for the noise, Guido -- Tempt not a desperate man. -

Re: [O] org-babel-tangle

2013-04-15 Thread Guido Van Hoecke
Hi Bastien, Guido Van Hoecke writes: > Hi Bastien > >> You may need to refresh the configuration by hitting C-c C-c on the >> #+PROPERTY line (or on any #+... line). > > Of course, I should have realised this. > After refreshing, the tangle process works as expected. > > Sorry for the noise, I

Re: [O] Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]

2013-04-15 Thread Suvayu Ali
On Mon, Apr 15, 2013 at 06:05:56PM +0200, Suvayu Ali wrote: > Hi Bastien, > > On Mon, Apr 15, 2013 at 05:49:28PM +0200, Bastien wrote: > > Suvayu Ali writes: > > > > > BTW, to others, is it by any chance possible to check how emacs was > > > started (if -q or -Q was present among the command lin

Re: [O] Colour themes suggestions?

2013-04-15 Thread Thomas S. Dye
Hi Rainer Torsten Wagner writes: > Hi Rainer, > > I am a big fan of Zenburn. > Unfortunately, it is exactly the opposite of what you are looking for. I > find it very eye friendly. > However, maybe once in a while you want a dark-color-theme and then zenburn > might be worse to try ;) > The anti

Re: [O] Bug: org-cycle-separator-lines ignored after S-TAB with numeric arg [8.0-pre (release_8.0-pre-443-g06294c @ /home/creidieki/elisp/org-mode/lisp/)]

2013-04-15 Thread Bastien
Hi Michael, Michael Crouch writes: > When using a numeric prefix argument to S-TAB, empty lines aren't > displayed between folded parts of the subtree, regardless of the setting > of org-cycle-separator-lines. thanks for the detailed report and the fix, was the good one. I just committed it.

Re: [O] org-babel-tangle

2013-04-15 Thread Eric Schulte
Guido Van Hoecke writes: > Hi Bastien, > > Guido Van Hoecke writes: > >> Hi Bastien >> >>> You may need to refresh the configuration by hitting C-c C-c on the >>> #+PROPERTY line (or on any #+... line). >> >> Of course, I should have realised this. >> After refreshing, the tangle process works a

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread John Hendy
On Fri, Apr 12, 2013 at 5:24 PM, Eric Schulte wrote: > John Hendy writes: > >> I thought this was the proper syntax for printing stuff directly to a >> LaTeX document: >> >> #+begin_src R :session :exports results :results output :wrap org >> > > I think you want either ":results latex" or ":wrap

Re: [O] Attributes on HTML tables?

2013-04-15 Thread Rick Frankel
Eric- > Rick Frankel writes: > I would argue that to set the element type fro the outer > (outline-container) div or the inner (outline-text) div, a property > setting would make more sense. I can see using a (headline level) > :HTML_CONTAINER property to set the container on a given headline >

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Eric Schulte
John Hendy writes: > On Fri, Apr 12, 2013 at 5:24 PM, Eric Schulte wrote: >> John Hendy writes: >> >>> I thought this was the proper syntax for printing stuff directly to a >>> LaTeX document: >>> >>> #+begin_src R :session :exports results :results output :wrap org >>> >> >> I think you want e

Re: [O] Nested list with percent-complete in multiple states?

2013-04-15 Thread Suvayu Ali
Hi Brett, On Fri, Apr 12, 2013 at 07:39:24AM +0200, Bastien wrote: > Hi Brett, > > thanks for sharing your recipe, nice. Yes indeed! I think this is a fine addition to Worg. Maybe the column view page would be appropriate?

Re: [O] Agenda in MobileOrg for Android

2013-04-15 Thread Andreas Leha
Hi Bastien, Bastien writes: > Hi Andreas, > > Andreas Leha writes: > >> I guess the list is >> https://groups.google.com/forum/?fromgroups#!forum/mobileorg-android >> >> Can someone tell me how to read that list in gnus? Is that >> possible? > > The list is also on Gmane: > http://thread.gmane

Re: [O] org-babel-tangle

2013-04-15 Thread Guido Van Hoecke
Eric Schulte writes: > Guido Van Hoecke writes: > >> Hi Bastien, >> >> Guido Van Hoecke writes: >> >>> Hi Bastien >>> You may need to refresh the configuration by hitting C-c C-c on the #+PROPERTY line (or on any #+... line). >>> >>> Of course, I should have realised this. >>> After r

Re: [O] [PATCH] Process hlines in imported tables

2013-04-15 Thread Sebastien Vauban
Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> "Sebastien Vauban" wrote: >>> Eric Schulte wrote: I would agree that this (meaning raw implies scalar) should either occur for all languages or for none. >>> >>> I think this is something interesting, but I wonder now if we would

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread John Hendy
On Mon, Apr 15, 2013 at 1:12 PM, Eric Schulte wrote: > John Hendy writes: > >> On Fri, Apr 12, 2013 at 5:24 PM, Eric Schulte wrote: >>> John Hendy writes: >>> I thought this was the proper syntax for printing stuff directly to a LaTeX document: #+begin_src R :session :export

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Sebastien Vauban
Dear Eric, Eric Schulte wrote: > John Hendy writes: >> On Fri, Apr 12, 2013 at 5:24 PM, Eric Schulte wrote: >>> John Hendy writes: > > Use :wrap org if your code block produces raw org. E.g., > > #+begin_src sh :results output :wrap org > cat < | a | b | > |---+---| > | 1 |

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Andreas Leha
Hi John, John Hendy writes: > On Mon, Apr 15, 2013 at 1:12 PM, Eric Schulte wrote: >> John Hendy writes: >> >>> On Fri, Apr 12, 2013 at 5:24 PM, Eric Schulte >>> wrote: John Hendy writes: > I thought this was the proper syntax for printing stuff directly to a > LaTeX docum

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread John Hendy
On Mon, Apr 15, 2013 at 2:48 PM, Andreas Leha wrote: > Hi John, > > John Hendy writes: > >> On Mon, Apr 15, 2013 at 1:12 PM, Eric Schulte wrote: >>> John Hendy writes: >>> On Fri, Apr 12, 2013 at 5:24 PM, Eric Schulte wrote: > John Hendy writes: > >> I thought this was

Re: [O] css link colors for Worg are difficult to spot

2013-04-15 Thread John Hendy
On Sat, Apr 6, 2013 at 12:59 PM, Bastien wrote: > John Hendy writes: > >> Agreed as well. > > +1 > >> It drives me crazy to have posted to the list a couple times >> recently for someone to tell me where, exactly, something is only to >> find out there was, indeed, a link in the paragraph I was l

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Nicolas Goaziou
Hello, John Hendy writes: > #+RESULTS: > #+BEGIN_org > With the assumption of 100 lbs. of input material 1 and 200 lbs. of material > 2, > we can produce the following number of widgets based on injection mold > wall thicknesses. > | wall | vals | widgets | > |---+--+--| > | 5

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Eric Schulte
>> >> Use :wrap org if your code block produces raw org. E.g., >> >> #+begin_src sh :results output :wrap org >> cat <> | a | b | >> |---+---| >> | 1 | 2 | >> EOF >> #+end_src >> >> #+RESULTS: >> #+BEGIN_org >> | a | b | >> |---+---| >> | 1 | 2 | >>

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread John Hendy
On Mon, Apr 15, 2013 at 2:56 PM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > >> #+RESULTS: >> #+BEGIN_org >> With the assumption of 100 lbs. of input material 1 and 200 lbs. of material >> 2, >> we can produce the following number of widgets based on injection mold >> wall thickness

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > John Hendy writes: > >> #+RESULTS: >> #+BEGIN_org >> With the assumption of 100 lbs. of input material 1 and 200 lbs. of >> material 2, we can produce the following number of widgets based on >> injection mold wall thicknesses. >> | wall | vals | widgets

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Nicolas Goaziou
John Hendy writes: > On Mon, Apr 15, 2013 at 2:56 PM, Nicolas Goaziou wrote: >> Hello, >> >> John Hendy writes: >> >>> #+RESULTS: >>> #+BEGIN_org >>> With the assumption of 100 lbs. of input material 1 and 200 lbs. of >>> material 2, >>> we can produce the following number of widgets based on

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Eric Schulte
Nicolas Goaziou writes: > John Hendy writes: > >> On Mon, Apr 15, 2013 at 2:56 PM, Nicolas Goaziou wrote: >>> Hello, >>> >>> John Hendy writes: >>> #+RESULTS: #+BEGIN_org With the assumption of 100 lbs. of input material 1 and 200 lbs. of material 2, we can produce th

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Sebastien Vauban
Eric Schulte wrote: > Nicolas Goaziou writes: >> John Hendy writes: >>> On Mon, Apr 15, 2013 at 2:56 PM, Nicolas Goaziou >>> wrote: John Hendy writes: > #+RESULTS: > #+BEGIN_org > ... > #+END_org This is wrong. We discussed it months ago on this ML and, IIRC

Re: [O] preview latex fragment with latex_header

2013-04-15 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > I introduced LATEX_HEADER_EXTRA keyword, which will do the same as > LATEX_HEADER but will not be used to preview latex snippets. We need to document this in the manual. Can you add a note? Also, the docstring of `org-latex-classes' uses [EXTRA] and [NO-E

[O] Superscripts and subscripts

2013-04-15 Thread Thomas S. Dye
Aloha all, With a recent git pull and #+OPTIONS: ^:{}, `C^{14}' is interpreted correctly but ` ^{14}C' is not, both in the Org buffer and in LaTeX export. The space before the caret appears to be the problem. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread John Hendy
On Mon, Apr 15, 2013 at 3:28 PM, Eric Schulte wrote: > Nicolas Goaziou writes: > >> John Hendy writes: >> >>> On Mon, Apr 15, 2013 at 2:56 PM, Nicolas Goaziou >>> wrote: Hello, John Hendy writes: > #+RESULTS: > #+BEGIN_org > With the assumption of 100 lbs. of i

Re: [O] preview latex fragment with latex_header

2013-04-15 Thread Nicolas Goaziou
Hello, Bastien writes: > Nicolas Goaziou writes: > >> I introduced LATEX_HEADER_EXTRA keyword, which will do the same as >> LATEX_HEADER but will not be used to preview latex snippets. > > We need to document this in the manual. Can you add a note? Done. > Also, the docstring of `org-latex-c

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread John Hendy
On Mon, Apr 15, 2013 at 3:51 PM, Sebastien Vauban wrote: > Eric Schulte wrote: >> Nicolas Goaziou writes: >>> John Hendy writes: On Mon, Apr 15, 2013 at 2:56 PM, Nicolas Goaziou wrote: > John Hendy writes: > >> #+RESULTS: >> #+BEGIN_org >> ... >> #+END_org >>

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread John Hendy
On Mon, Apr 15, 2013 at 2:47 PM, Sebastien Vauban wrote: > Dear Eric, > > Eric Schulte wrote: >> John Hendy writes: >>> On Fri, Apr 12, 2013 at 5:24 PM, Eric Schulte >>> wrote: John Hendy writes: >> >> Use :wrap org if your code block produces raw org. E.g., >> >> #+begin_src sh :resu

Re: [O] preview latex fragment with latex_header

2013-04-15 Thread Bastien
Thanks! -- Bastien

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Sebastien Vauban
John, John Hendy wrote: > Here's my summary of possible options from this thread and others in > which I've tried to do similar things (=:exports results= used in all > cases): > > 1) =:results output wrap=. > - Documentation: none seems to suggest that this combination is even possible. > - Behav

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Sebastien Vauban
John, John Hendy wrote: >>> I think you're confusing ":results org" with ":wrap org". >> >> And it's even possible to use ":wrap SRC org" to get the same as ":results >> org"... > > True, however I don't get the same output as I used to with this and > think it's essentially useless now. =#+begin_

Re: [O] Best way to generate textile from orgmode ?

2013-04-15 Thread Suvayu Ali
On Fri, Apr 12, 2013 at 07:36:26AM +0200, Bastien wrote: > For this you need to define a new derived exporter from 'ascii. > > Get a fresh clone of Org and see how this is done in ox-md.el, > which create a MarkDown exporter by deriving it from the ascii > one. Actually ox-md derives from ox-html

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread John Hendy
On Mon, Apr 15, 2013 at 4:44 PM, Sebastien Vauban wrote: > John, > > John Hendy wrote: I think you're confusing ":results org" with ":wrap org". >>> >>> And it's even possible to use ":wrap SRC org" to get the same as ":results >>> org"... >> >> True, however I don't get the same output as I

[O] Fix for bug in org-capture

2013-04-15 Thread Robert Goldman
I tried to make two submenus to my org-capture templates: a prefix key "t" (for TODO) and a prefix key "T" (for today's TODO). When I tried to use them, the "T" key did not appear and was not accepted. Looking more deeply, it appears that it was filtered out by a mistakenly case-folding (or at le

Re: [O] evil-mode movement keys in the agenda?

2013-04-15 Thread Marcelo de Moraes Serpa
Works like a charm! Thank you very much! On Thu, Apr 11, 2013 at 5:06 AM, Michael Strey wrote: > Marcelo, > > I'm using only the following two lines. > > #+BEGIN_SRC emacs-lisp > ;;; org agenda -- leave in emacs mode but add j & k > > (define-key org-agenda-mode-map "j" 'evil-next-line) > (defi

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Eric Schulte
John Hendy writes: > On Mon, Apr 15, 2013 at 3:28 PM, Eric Schulte wrote: >> Nicolas Goaziou writes: >> >>> John Hendy writes: >>> On Mon, Apr 15, 2013 at 2:56 PM, Nicolas Goaziou wrote: > Hello, > > John Hendy writes: > >> #+RESULTS: >> #+BEGIN_org >>

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread John Hendy
On Mon, Apr 15, 2013 at 5:38 PM, Eric Schulte wrote: > John Hendy writes: > >> On Mon, Apr 15, 2013 at 3:28 PM, Eric Schulte wrote: >>> Nicolas Goaziou writes: >>> John Hendy writes: > On Mon, Apr 15, 2013 at 2:56 PM, Nicolas Goaziou > wrote: >> Hello, >> >> Joh

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Eric Schulte
>>> >> >> Sounds great. Thanks for helping to improve the documentation! >> > > No problem. Prior to that, I have unanswered questions: > - Is the \begin/end{verbatim} wrapping the expected result for > #+begin/end_src org? > Yes, this is the default export for any src block, see the following pa

Re: [O] phone links...

2013-04-15 Thread Feng Shu
Bastien writes: > Hi Feng, > > thanks for your reply. > > I'll let Grégoire decide on what to apply to org-contacts.el. > > Best, It's a good decision --

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Thomas S. Dye
Hi all, Eric Schulte writes: >> >> - Can we prune some options/syntax that's no longer necessary? For >> example, what does =:wrap= (no argument provided) do? > > Wrap has been deprecated for some time. Perhaps it has been long enough > that we can go ahead and remove it entirely from the code

[O] Looking for a way to "scrape" a webpage to a org-mode note (text+images)

2013-04-15 Thread Itai kloog
Hya all im looking for a way/wondering if anyone has a homebrew script he uses, to "scrape" a webpage into org. That is mark the text+images you want (or just do it for the whole page), and then paste that into org-mode as a note, with the images as inline images (stored locally somewhere as attac

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Eric Schulte
t...@tsdye.com (Thomas S. Dye) writes: > Hi all, > > Eric Schulte writes: > >>> >>> - Can we prune some options/syntax that's no longer necessary? For >>> example, what does =:wrap= (no argument provided) do? >> >> Wrap has been deprecated for some time. Perhaps it has been long enough >> that w

[O] Typo in doc string of org-small-year-to-year

2013-04-15 Thread Nick Dokos
The doc string of org-small-year-to-year says: , | Convert 2-digit years into 4-digit years. | 38-99 are mapped into 1938-1999. 1-37 are mapped into 2001-2007. ` That 2007 should be 2037. -- Nick

Re: [O] Typo in doc string of org-small-year-to-year

2013-04-15 Thread Carsten Dominik
Fixed, thanks. - Carsten On 16.4.2013, at 05:01, Nick Dokos wrote: > The doc string of org-small-year-to-year says: > > , > | Convert 2-digit years into 4-digit years. > | 38-99 are mapped into 1938-1999. 1-37 are mapped into 2001-2007. > ` > > That 2007 should be 2037. > > -- > Nic

[O] [bug] list sorting wrong-type-argument error

2013-04-15 Thread Samuel Wales
To reproduce, place point at one of the entries and do: C-c ^ t === - State "DONE" from "SOMESTATE" [2012-12-28 Fri 02:16] - Note taken on [2012-12-29 Sat 02:15] \\ test === wrong-type-argument integer-or-marker-p nil in org-list-get-item-end-before-blank. I tried loading from

Re: [O] GNU Emacs 24.3.1 creates macro-expansion failure messages

2013-04-15 Thread Charles
Bastien gnu.org> writes: > I gather this is not with emacs -Q. > > Can you narrow down to what causes this in your configuration? I decided to start with a new .emacs file by commenting out every line then adding back the commands starting with orgmode. Everything worked fine so I can only a

Re: [O] GNU Emacs 24.3.1 creates macro-expansion failure messages

2013-04-15 Thread Bastien
Hi Charles, Charles writes: > Now that I am happy with the latest version of org-mode and GNU Emacs I wont > pursue the cause of my reported problem - obviously something of my own > making. Good to know, thanks. > It is good to have a much cleaner .emacs file. I deleted a lot of code of >

Re: [O] [bug] list sorting wrong-type-argument error

2013-04-15 Thread Bastien
Hi Samuel, Samuel Wales writes: > To reproduce, place point at one of the entries and do: > > C-c ^ t > > === > > - State "DONE" from "SOMESTATE" [2012-12-28 Fri 02:16] > - Note taken on [2012-12-29 Sat 02:15] \\ > test > > === > > wrong-type-argument integer-or-marker-p nil in >

Re: [O] css link colors for Worg are difficult to spot

2013-04-15 Thread Bastien
Hi John, John Hendy writes: > Didn't get to this, but looks like someone else did a bit of an > overhaul! No more gray background, blue/purple links and simple > underline appearance for hover. Works for me. I did this. This was inspired by Jambunathan's suggestion to look a bit more "plain",

Re: [O] Superscripts and subscripts

2013-04-15 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: > With a recent git pull and #+OPTIONS: ^:{}, `C^{14}' is interpreted > correctly but ` ^{14}C' is not, both in the Org buffer and in LaTeX > export. The space before the caret appears to be the problem. Confirmed -- this was reported already onc

Re: [O] Error with :wrap org in babel and 8.0-pre

2013-04-15 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Nicolas Goaziou wrote: >> John Hendy writes: >> >>> #+RESULTS: >>> #+BEGIN_org >>> With the assumption of 100 lbs. of input material 1 and 200 lbs. of >>> material 2, we can produce the following number of widgets based on >>> injection mold wall thicknesse

Re: [O] Looking for a way to "scrape" a webpage to a org-mode note (text+images)

2013-04-15 Thread Ted Wiles
Itai kloog writes: > Hya all > > im looking for a way/wondering if anyone has a homebrew script he > uses, to "scrape" a webpage into org. That is mark the text+images you > want (or just do it for the whole page), and then paste that into > org-mode as a note, with the images as inline images (s