Re: [O] Alternate format for datetree

2012-09-05 Thread Jambunathan K
c b <24x7x...@gmail.com> writes: > It took a while to figure out that the back-tick is different from the > quote. Two useful links in this respect. http://www.lisperati.com/syntax.html http://www.lisperati.com/looking.html Just focus on the diagrams in the link - particularly the flip-

Re: [O] can't find org-version?

2012-09-05 Thread Achim Gratz
Benjamin Slade writes: > Since updating to org 7.9, I've had an odd problem with another > package that depends on org-mode (org-toodledo). It reports that it > can't find org-version. I did have org installed via git, but I > decided, given that I'm running emacs24, to change over to the elpa > in

Re: [O] org-refile failing

2012-09-05 Thread Brian van den Broek
On 5 Sep 2012 19:59, "Marcelo de Moraes Serpa" wrote: > > Sorry Bastien, should have included it before. > > Emacs: > GNU Emacs 23.4.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-01-29 on bob.porkrind.org > > Org: > Org-mode version 7.9.1 (release_7.9.1-145-g0a6165-git @ mixed installat

Re: [O] Alternate format for datetree

2012-09-05 Thread Nick Dokos
c b <24x7x...@gmail.com> wrote: > Thank a lot for your suggestions. I finally got it working. It took a while > to figure out that the back-tick is different from the quote. > I am an elisp newbie. Is there an easy explanation of why we need a > back-tick vs. quote? > quote says: take the next e

Re: [O] Alternate format for datetree

2012-09-05 Thread c b
Hi John and Nick, Thank a lot for your suggestions. I finally got it working. It took a while to figure out that the back-tick is different from the quote. I am an elisp newbie. Is there an easy explanation of why we need a back-tick vs. quote? Also, I found that while the template works, it crea

Re: [O] org-spreadsheet: formatting chops off units

2012-09-05 Thread Michael Brand
Hi Kyle On Wed, Sep 5, 2012 at 11:46 PM, Kyle Andrews wrote: > If you type in '0.66138679 lb into calc directly, and press d f 2, calc > displays 0.66 lb as desired. Is there any reason for the %.2f notation > chops off the units? Is there some better way to accomplish what I > want? Org spreads

Re: [O] org-spreadsheet: formatting chops off units

2012-09-05 Thread Nick Dokos
Kyle Andrews wrote: > Hello everyone, > > I want to use an org-spreadsheet to perform unit conversions for me. > > | Mass (g) | Mass (lb) | > |--+---| > | 300 g| 0.66138679 lb | > | 23 kg| 50.706320 lb | > | 50 Mg| 110231.13 lb | > #+TBLFM: $2=uconvert($1,

Re: [O] org-refile failing

2012-09-05 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Hi Nick, thanks for the reply. > > I don't remember customizing the org-refile-targets var. When I evaluate it, > I get the following: > > ((org-agenda-files :maxlevel . 0)) > You must have customized it since the original value is nil. I have customized it t

Re: [O] Limiting Invoice Block

2012-09-05 Thread Nick Dokos
Esben Stien wrote: > Playing around with org-invoice, but can't figure out how to limit the > block to subtree. > > Why is this not legal as it is with other blocks?: > > #+BEGIN: invoice :maxlevel 2 :scope subtree :link t :tstart "<2012-09-03 > Thu 10:00>" :tend "<2012-09-06 Thu 12:00>" > C

Re: [O] dnd-protocol-alist and org

2012-09-05 Thread Marcelo de Moraes Serpa
In addition to that: An even more awesome feature would be to hook into the pasting process in emacs, get that data, save that to a pre-defined location, and link it in the org buffer. Imagine copying an image from anywhere and being able to insert it in the org buffer with just a paste command! :)

Re: [O] org-refile failing

2012-09-05 Thread Marcelo de Moraes Serpa
Hi Nick, thanks for the reply. I don't remember customizing the org-refile-targets var. When I evaluate it, I get the following: ((org-agenda-files :maxlevel . 0)) - Marcelo. On Wed, Sep 5, 2012 at 7:57 PM, Nick Dokos wrote: > Marcelo de Moraes Serpa wrote: > > > Here's the backtrace (debug-

[O] dnd-protocol-alist and org

2012-09-05 Thread Marcelo de Moraes Serpa
Hi list, I've been trying to get dnd-protocol-alist to work on Emacs 23, OSX (GNU Emacs 23.4.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-01-29 on bob.porkrind.org) but couldn't so far. Has anyone got it to work with Cocoa Emacs? I think this could be used to implement some real cool

[O] Limiting Invoice Block

2012-09-05 Thread Esben Stien
Playing around with org-invoice, but can't figure out how to limit the block to subtree. Why is this not legal as it is with other blocks?: #+BEGIN: invoice :maxlevel 2 :scope subtree :link t :tstart "<2012-09-03 Thu 10:00>" :tend "<2012-09-06 Thu 12:00>" -- Esben Stien is b0ef@e s a

Re: [O] org-refile failing

2012-09-05 Thread Nick Dokos
Marcelo de Moraes Serpa wrote: > Here's the backtrace (debug-on-error set to t): > Thanks for that! I sent mail requesting the same just a second before I got your mail, so I was wondering if the speed of light limit had been violated, but I guess not :-) Looks like the calculation of descre i

Re: [O] org-refile failing

2012-09-05 Thread Nick Dokos
Bastien wrote: > Hi Marcelo, > > Marcelo de Moraes Serpa writes: > > > When trying to run org-refile on an org entry, I'm getting the > > following error: > > > > while: Invalid regexp: "Invalid content of \\{\\}" > > Can you give us your Org version, your Emacs version and a recipe > to repr

Re: [O] org-refile failing

2012-09-05 Thread Marcelo de Moraes Serpa
Here's the backtrace (debug-on-error set to t): debugger entered--Lisp error: (invalid-regexp "Invalid content of \\{\\}") re-search-forward("^\\*\\{1,0\\}[ ]" nil t) (while (re-search-forward descre nil t) (goto-char (setq pos0 ...)) (catch (quote next) (when org-refile-target-verify-function

Re: [O] org-refile failing

2012-09-05 Thread Marcelo de Moraes Serpa
Sorry Bastien, should have included it before. Emacs: GNU Emacs 23.4.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) of 2012-01-29 on bob.porkrind.org Org: Org-mode version 7.9.1 (release_7.9.1-145-g0a6165-git @ mixed installation! /Applications/Emacs.app/Contents/Resources/lisp/org/ and /Users/

[O] make org-agenda-tree-to-indirect-buffer use new frame only

2012-09-05 Thread Viktor Rosenfeld
Hi, I've recently switched from Aquamacs to Emacs.app and noticed a different behavior of C-c C-x b in the agenda. I have the following in my Emacs settings: (setq org-indirect-buffer-display 'new-frame) If I open in indirect buffer from the agenda, it creates a new frame, but also splits the ag

Re: [O] org-refile failing

2012-09-05 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa writes: > When trying to run org-refile on an org entry, I'm getting the > following error: > > while: Invalid regexp: "Invalid content of \\{\\}" Can you give us your Org version, your Emacs version and a recipe to reproduce this problem? Refiling works fin

[O] [OT] evil-leader Evil mode extension

2012-09-05 Thread Marcelo de Moraes Serpa
Hey guys, Just wanted to share this little gem I've found. Some of you might already be using Evil mode for Emacs, it's great. But if you want to improve your experience, try the evil-leader extension -- it allows you to setup shortcuts by emulating Vim's mapleader. So you can have key shortcuts j

[O] org-refile failing

2012-09-05 Thread Marcelo de Moraes Serpa
Hi guys, When trying to run org-refile on an org entry, I'm getting the following error: while: Invalid regexp: "Invalid content of \\{\\}" Any ideas? Cheers, - Marcelo.

Re: [O] Mindwave Emacs. EEG reading and Data gathering in an org-mode buffer.

2012-09-05 Thread Jonathan Arkell
Hey Kyle Right now I am working with the course-grained (1/sec) data sets from the Mindwave. They provide their eSense(tm) measurements as well as the "eegPower", which seems to give a general overview of the different brainwave levels in relation to each-other (but not much else). This actually

Re: [O] [OT] Mindwave Emacs. EEG reading and Data gathering in an org-mode buffer.

2012-09-05 Thread brian powell
I used to do brainwave research (using eeg's): Maybe make some software (R?) to do some FFT (Fast Fourier Transforms) calcs on the brainwaves and compute the "power wave" and have it report percentages or counts of AlphaWaves, BetaWaves, ThetaWaves, etc? Thanks Jonathan and Joakim (zen-mode) for t

Re: [O] org-agenda-finalize-hook

2012-09-05 Thread Nick Dokos
Thomas S. Dye wrote: > Aloha all, > > My old code for org-finalize-agenda-hook to keep the mouse cursor from > highlighting agenda lines doesn't work after switching over to > org-agenda-finalize-hook. I have: > > *** ON Mouse cursor doesn't highlight agenda lines > #+begin_src emacs-lisp :tang

[O] org-spreadsheet: formatting chops off units

2012-09-05 Thread Kyle Andrews
Hello everyone, I want to use an org-spreadsheet to perform unit conversions for me. | Mass (g) | Mass (lb) | |--+---| | 300 g| 0.66138679 lb | | 23 kg| 50.706320 lb | | 50 Mg| 110231.13 lb | #+TBLFM: $2=uconvert($1, lb) I made the table above, but can't fi

[O] org-agenda-finalize-hook

2012-09-05 Thread Thomas S. Dye
Aloha all, My old code for org-finalize-agenda-hook to keep the mouse cursor from highlighting agenda lines doesn't work after switching over to org-agenda-finalize-hook. I have: *** ON Mouse cursor doesn't highlight agenda lines #+begin_src emacs-lisp :tangle yes (add-hook 'org-agenda-finalize

[O] Debugger entered--Lisp error: (invalid-read-syntax "#")

2012-09-05 Thread Sebastien Vauban
Hello, When refiling items (or capturing), I now have (for a couple of days): --8<---cut here---start->8--- Debugger entered--Lisp error: (invalid-read-syntax "#") read(#) bookmark-alist-from-buffer() bookmark-load("~/.emacs.d/bookmarks.txt" t t) bookma

Re: [O] list-load-path-shadows

2012-09-05 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> Nick Dokos writes: >> >> > Thomas S. Dye wrote: >> > >> >> Hmm, after putting your minimal .emacs (suitably localized) in ~/temp, >> >> emacs -Q -l /Users/dk/temp/.emacs launches emacs and opens the minimal >> >> .emacs file for editing, but appa

Re: [O] list-load-path-shadows

2012-09-05 Thread Nick Dokos
Thomas S. Dye wrote: > Nick Dokos writes: > > > Thomas S. Dye wrote: > > > >> Hmm, after putting your minimal .emacs (suitably localized) in ~/temp, > >> emacs -Q -l /Users/dk/temp/.emacs launches emacs and opens the minimal > >> .emacs file for editing, but apparently doesn't source it. M-x

Re: [O] list-load-path-shadows

2012-09-05 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> Hmm, after putting your minimal .emacs (suitably localized) in ~/temp, >> emacs -Q -l /Users/dk/temp/.emacs launches emacs and opens the minimal >> .emacs file for editing, but apparently doesn't source it. M-x >> locate-library RET org RET points

Re: [O] [Bug] [babel] calls in :noexport: subtrees evaluated

2012-09-05 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> Nicolas Goaziou wrote: >>> "Sebastien Vauban" writes: In fact, what you expect is that putting a tag ":noexport:" on a subtree would propagate the option ":eval no-export"[1] to all code blocks beneath it. That's >

Re: [O] list-load-path-shadows

2012-09-05 Thread Nick Dokos
Thomas S. Dye wrote: > Hmm, after putting your minimal .emacs (suitably localized) in ~/temp, > emacs -Q -l /Users/dk/temp/.emacs launches emacs and opens the minimal > .emacs file for editing, but apparently doesn't source it. M-x > locate-library RET org RET points to the org that ships with m

Re: [O] conditional export based on babel result

2012-09-05 Thread Andreas Leha
t...@tsdye.com (Thomas S. Dye) writes: > Hi Andreas, > > Perhaps you could generate the conditional parts of the document from > source code blocks? Pass in your test result and either export "" or > #+begin_latex ... #+end_latex? > Hi Tom, thanks for the suggestion. I have indeed done that al

Re: [O] conditional export based on babel result

2012-09-05 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Hi all, >> >> is there a possibility to exclude (or include) parts of the document >> based on some babel source block result? >> >> First some use case: >> Say, I am doing a statistical test. And only if the test turns out to be >> significant,

Re: [O] [babel] subtree evaluation with results outside the subtree

2012-09-05 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Hi all, >> >> I have the following question. Consider the following simple org file >> >> #+begin_org >> * Subtree to eval (with C-c C-v s) >> #+name: some_test >> #+begin_src R >> 5+1 >> #+end_src >> >> >> * another subtree containing the resu

Re: [O] [Bug] [babel] calls in :noexport: subtrees evaluated

2012-09-05 Thread Andreas Leha
Eric Schulte writes: > "Sebastien Vauban" writes: > >> Hi Nicolas, >> >> Nicolas Goaziou wrote: >>> "Sebastien Vauban" writes: In fact, what you expect is that putting a tag ":noexport:" on a subtree would propagate the option ":eval no-export"[1] to all code blocks beneath it.

Re: [O] list-load-path-shadows

2012-09-05 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> The initialization error was coming when one of my files was being >> evaluated. If I don't require org-latex, the compiled version of org >> will initialize. >> >> *** OFF Require org-latex >> #+begin_src emacs-lisp :tangle no >> (require 'org-

[O] Filtering Agenda View

2012-09-05 Thread Ken Mankoff
I'd like my agenda to not show waiting items. I'm not sure of the best way to implement this, but my current solution has been: (agenda "" ( (org-agenda-overriding-header "Scheduled") (org-agenda

Re: [O] Mindwave Emacs. EEG reading and Data gathering in an org-mode buffer.

2012-09-05 Thread Nick Dokos
Kyle Machulis wrote: > I still wonder if org is the right medium for this. Most of the > devices are going to give you a TON of data (the neurosky raw stream > is ~500hz update, emotiv is ~128hz, etc...). Pedometers and blood > pressure monitors that do one-time large dumps might be somewhat more

Re: [O] Mindwave Emacs. EEG reading and Data gathering in an org-mode buffer.

2012-09-05 Thread Kyle Machulis
Something this thread might be interested in. I proposed a project a couple of years ago called the Quantified Coder, basically looking at hooking as many biometrics as possible into emacs. There's a small presentation on it at http://www.openyou.org/2011/05/13/the-quantified-coder/ Unfortunately

Re: [O] [babel] subtree evaluation with results outside the subtree

2012-09-05 Thread Eric Schulte
Andreas Leha writes: > Hi all, > > I have the following question. Consider the following simple org file > > #+begin_org > * Subtree to eval (with C-c C-v s) > #+name: some_test > #+begin_src R > 5+1 > #+end_src > > > * another subtree containing the result > > #+results: some_test > : 6 > > #

Re: [O] [Bug] [babel] calls in :noexport: subtrees evaluated

2012-09-05 Thread Eric Schulte
"Sebastien Vauban" writes: > Hi Nicolas, > > Nicolas Goaziou wrote: >> "Sebastien Vauban" writes: >>> In fact, what you expect is that putting a tag ":noexport:" on a subtree >>> would >>> propagate the option ":eval no-export"[1] to all code blocks beneath it. >>> That's >>> the one which inhi

Re: [O] conditional export based on babel result

2012-09-05 Thread Eric Schulte
Andreas Leha writes: > Hi all, > > is there a possibility to exclude (or include) parts of the document > based on some babel source block result? > > First some use case: > Say, I am doing a statistical test. And only if the test turns out to be > significant, a follow-up analysis is carried ou

Re: [O] list-load-path-shadows

2012-09-05 Thread Nick Dokos
Thomas S. Dye wrote: > The initialization error was coming when one of my files was being > evaluated. If I don't require org-latex, the compiled version of org > will initialize. > > *** OFF Require org-latex > #+begin_src emacs-lisp :tangle no > (require 'org-latex) > #+end_src > That's n

Re: [O] list-load-path-shadows

2012-09-05 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> Nick Dokos writes: >> >> > Thomas S. Dye wrote: >> > >> >> Aloha all, >> >> >> >> I'm working to understand why my initialization files don't work if I >> >> compile org from git, but do seem to work (that is, initialization runs >> >> to comple

Re: [O] [Bug] [babel] calls in :noexport: subtrees evaluated

2012-09-05 Thread Sebastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: >> In fact, what you expect is that putting a tag ":noexport:" on a subtree >> would >> propagate the option ":eval no-export"[1] to all code blocks beneath it. >> That's >> the one which inhibits code block evaluation during export

Re: [O] repeater not working?

2012-09-05 Thread Sebastien Vauban
Hi Alan, Alan Schmitt wrote: >> * TODO Return books to library [/] >> ** TODO Search books >> ** TODO Put books in bag >> ** TODO Unlock bike >> ** TODO Drive to library > > Is there a way for a TODO to be hidden from an agenda until all previous > TODOs have been done? Here, there is no point in

Re: [O] conditional export based on babel result

2012-09-05 Thread Thomas S. Dye
Hi Andreas, Perhaps you could generate the conditional parts of the document from source code blocks? Pass in your test result and either export "" or #+begin_latex ... #+end_latex? All the best, Tom Andreas Leha writes: > Hi all, > > is there a possibility to exclude (or include) parts of th

[O] LinkedIn Group & Company

2012-09-05 Thread Neil Smithline
12 days ago someone created a LinkedIn group for Org Mode ( http://j.mp/TmQK5R). I've now joined the group bringing the total group members to 2. Two things. - I don't think the Org Mode group was announced to this email list. Problem resolved with this email :-D - I would like to create a Link

[O] items in org-class do not get exported in ical export

2012-09-05 Thread Enda
When export an org file to ical, the items in org-class do not get exported. http://orgmode.org/worg/org-faq.html#org-class - Enda

Re: [O] list-load-path-shadows

2012-09-05 Thread Nick Dokos
Thomas S. Dye wrote: > Nick Dokos writes: > > > Thomas S. Dye wrote: > > > >> Aloha all, > >> > >> I'm working to understand why my initialization files don't work if I > >> compile org from git, but do seem to work (that is, initialization runs > >> to completion) when I don't compile org fr

Re: [O] repeater not working?

2012-09-05 Thread Alan Schmitt
Memnon Anon writes: > My point was: > > TODO Items will pop up in your agenda, checklists will not. > If "Archive Mail" involves some ministeps you just want to make sure you > won't forget, which you don't want to log separately, checklists are > probably a better idea. But don't overuse them; a

Re: [O] Mindwave Emacs. EEG reading and Data gathering in an org-mode buffer.

2012-09-05 Thread joakim
Jonathan Arkell writes: > Hi Orgers! > > I recently picked up a Neruosky Mindwave, a consumer level EEG device (it > reads brainwaves). Unfortunately, the software bundle doesn't include a > way to log the EEG levels. Since I am fairly decent at Elisp, I thought I > would write a little library

Re: [O] [Bug] [babel] calls in :noexport: subtrees evaluated

2012-09-05 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > "Sebastien Vauban" > writes: > >> Andreas Leha wrote: >>> it seems to me, that #+call lines in subtrees with the :noexport: tag >>> are evaluated. Is this intended? > > As far as the new exporter goes (you may want to have a look at > `org-export-as' functio

Re: [O] [Bug] [babel] calls in :noexport: subtrees evaluated

2012-09-05 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Andreas Leha wrote: >> it seems to me, that #+call lines in subtrees with the :noexport: tag >> are evaluated. Is this intended? > > I think that, at least, it's not a bug. I don't /think/ it has never been > specified like that. But I still don't have a cl

[O] conditional export based on babel result

2012-09-05 Thread Andreas Leha
Hi all, is there a possibility to exclude (or include) parts of the document based on some babel source block result? First some use case: Say, I am doing a statistical test. And only if the test turns out to be significant, a follow-up analysis is carried out. Is that possible? One thinkable

Re: [O] [Bug] [babel] calls in :noexport: subtrees evaluated

2012-09-05 Thread Andreas Leha
Hi Sebastien, "Sebastien Vauban" writes: > Hello Andreas, > > Andreas Leha wrote: >> it seems to me, that #+call lines in subtrees with the :noexport: tag >> are evaluated. Is this intended? > > I think that, at least, it's not a bug. I don't /think/ it has never been > specified like that. Bu

Re: [O] org-pretty-entities and org-cdlatex

2012-09-05 Thread Giovanni Ridolfi
Da: Thomas Holst Inviato: Mercoledì 5 Settembre 2012 12:20 >· Carsten Dominik wrote: >> On 5.9.2012, at 11:08, Thomas Holst wrote: > >>> Hello, >> >>> there is a different behaviour of sub (_) and superscripts (^) depending >>> on =org-pretty-entities=. When I type: >>> >>>  =ab_cdef= >>> >>

Re: [O] [Bug] [babel] calls in :noexport: subtrees evaluated

2012-09-05 Thread Sebastien Vauban
Hello Andreas, Andreas Leha wrote: > it seems to me, that #+call lines in subtrees with the :noexport: tag > are evaluated. Is this intended? I think that, at least, it's not a bug. I don't /think/ it has never been specified like that. But I still don't have a clear view of what is done, in whi

Re: [O] org-pretty-entities and org-cdlatex

2012-09-05 Thread Thomas Holst
Hi Carsten, here is an update on the subject. I performed a another test with emacs 23.3.1 under cygwin X11. I see same behaviour as under WinXP. Maybe I have to clarifiy what I did. So here is a step by step procedure. Inside an orgmode document do the following: Set =org-pretty-entities= to

Re: [O] org-pretty-entities and org-cdlatex

2012-09-05 Thread Thomas Holst
Hi Casten, · Carsten Dominik wrote: > On 5.9.2012, at 12:20, Thomas Holst wrote: > [... snip ...] >>> >>> I am not able to reproduce this, I get the second behavior always. >>> >>> - Carsten >>> >> >> I also tested it with emacs 23.2 on WinXP. I get different results >> depending on =org-pret

Re: [O] org-pretty-entities and org-cdlatex

2012-09-05 Thread Carsten Dominik
On 5.9.2012, at 12:20, Thomas Holst wrote: > Hello, > > · Carsten Dominik wrote: > >> On 5.9.2012, at 11:08, Thomas Holst wrote: >> >>> Hello, >>> >>> there is a different behaviour of sub (_) and superscripts (^) depending >>> on =org-pretty-entities=. When I type: >>> >>> =ab_cdef= >>> >

Re: [O] org-pretty-entities and org-cdlatex

2012-09-05 Thread Thomas Holst
Hello, · Carsten Dominik wrote: > On 5.9.2012, at 11:08, Thomas Holst wrote: > >> Hello, >> >> there is a different behaviour of sub (_) and superscripts (^) depending >> on =org-pretty-entities=. When I type: >> >> =ab_cdef= >> >> inside LaTeX fragments with =org-pretty-entities= enabled I

Re: [O] Using double square brackets literally (escaping link conversion) in org-mode

2012-09-05 Thread Giuseppe Pagnoni
good tip, thanks! giuseppe

Re: [O] org-pretty-entities and org-cdlatex

2012-09-05 Thread Carsten Dominik
On 5.9.2012, at 11:08, Thomas Holst wrote: > Hello, > > there is a different behaviour of sub (_) and superscripts (^) depending > on =org-pretty-entities=. When I type: > > =ab_cdef= > > inside LaTeX fragments with =org-pretty-entities= enabled I get: > > \( ab_{c}def \) > >

Re: [O] Emacs mode first line and Org-mode

2012-09-05 Thread Giovanni Ridolfi
Da: Fabrice Popineau A: Giovanni Ridolfi Inviato: Mercoledì 5 Settembre 2012 10:35 >>Please try leaving a space between # and + > Ok, a bit strange but it works :-) Hi, Fabrice, it is not strange at all, it is even documented in the release notes of the software you're using. Release not

[O] org-pretty-entities and org-cdlatex

2012-09-05 Thread Thomas Holst
Hello, there is a different behaviour of sub (_) and superscripts (^) depending on =org-pretty-entities=. When I type: =ab_cdef= inside LaTeX fragments with =org-pretty-entities= enabled I get: \( ab_{c}def \) With =org-pretty-entities= disabled I get: \( ab_{cdef} \)

Re: [O] Emacs mode first line and Org-mode

2012-09-05 Thread Fabrice Popineau
> > Please try leaving a space between # and + Ok, a bit strange but it works :-) Thanks, Fabrice

[O] [babel] subtree evaluation with results outside the subtree

2012-09-05 Thread Andreas Leha
Hi all, I have the following question. Consider the following simple org file #+begin_org * Subtree to eval (with C-c C-v s) #+name: some_test #+begin_src R 5+1 #+end_src * another subtree containing the result #+results: some_test : 6 #+end_org (a) When I evaluate the source block intera

[O] [Bug] [babel] calls in :noexport: subtrees evaluated

2012-09-05 Thread Andreas Leha
Hi all, it seems to me, that #+call lines in subtrees with the :noexport: tag are evaluated. Is this intended? In my opinion, these #+calls should not be evaluated. * Example Export this subtree with org-export-dispatch. You will have to wait for more than 1+10 secs... ** To be exported This

Re: [O] Emacs mode first line and Org-mode

2012-09-05 Thread Giovanni Ridolfi
Da: Fabrice Popineau A: emacs-orgmode@gnu.org Inviato: Mercoledì 5 Settembre 2012 8:12 Hi, Fabrice, > Something changed recently with the handling of emacs mode first line. I used > to have : > #+-*- coding:utf-8; mode:org; mode:org-e-beamer; > ispell-local-dictionary:"fr_FR_hunspell" -*-

[O] suggestion for org-emphasis-regexp-components: *U*nited *N*ations

2012-09-05 Thread Stefan Vollmar
Hallo, I am using Org-mode 7.9 and found that with a small change in org.el, it is then possible to create HTML output corresponding to "*U* nited *N* ations" - but without the spaces after the bold initial letters. This kind of feature is useful for defining acronyms, also to emphasize syllabl

Re: [O] [Orgmode] [SOLVED] Bug: LaTeX export of subscripts and superscripts in Tables. [7.9.1]

2012-09-05 Thread Giovanni Ridolfi
The new exporter exports the table correctly: \begin{tabular}{l} \hline 10$^3$\\ H$_2$O\\ \hline \end{tabular} please use it as suggested in the Release notes[1] cheers, Giovanni [1] http://orgmode.org/Changes.html Make sure contrib/lisp/ is in your load-path M-: (require 'org-export) RET M-

Re: [O] Mindwave Emacs. EEG reading and Data gathering in an org-mode buffer.

2012-09-05 Thread Torsten Wagner
Hi Jonathan, does that mean we can mark the point * TODO org-mode should read my mind from the requested org-mode feature list ;) I think your example is great but frighten to be very specific to really get attention. However, it might make a nice example for presentations etc. Similar like the

Re: [O] Google-weather.el and the Latest Git Version of Org-mode

2012-09-05 Thread Ian Barton
On 04/09/12 08:54, Ian Barton wrote: On 31/08/12 14:19, Carson Chittom wrote: Jude DaShiell writes: It might be near time to investigate wunderground.com and loose google for weather before igoogle disappears. Other weather sites capable of text output may also be available, I haven't invest