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-
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
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
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
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
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
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,
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
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
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! :)
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-
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
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
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
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
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
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/
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
>
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
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
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,
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
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.
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-
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
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
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
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
>
> #
"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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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=
>>>
>>
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
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
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
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=
>>>
>
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
good tip, thanks!
giuseppe
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 \)
>
>
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
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} \)
>
> Please try leaving a space between # and +
Ok, a bit strange but it works :-)
Thanks,
Fabrice
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
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
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" -*-
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
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-
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
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
75 matches
Mail list logo