Re: [O] org+cua "C-c ;" on selected region

2011-07-04 Thread Michael Markert
Hi, On 5 Jul 2011, Martin Gross wrote: > When the cua-mode is enabled and I try to select a region to comment > it via "C-c ;" the selection is just copied, but not commented. With > auctex-mode I use "C-c C-c ;" to do this and it works well. ¿How can > I get the same behavior on org-mode? The

[O] org+cua "C-c ;" on selected region

2011-07-04 Thread Martin Gross
Hello I am sorry if this has been answered before, but my google research was not very successful. When the cua-mode is enabled and I try to select a region to comment it via "C-c ;" the selection is just copied, but not commented. With auctex-mode I use "C-c C-c ;" to do this and it works well.

[O] Conditional Inclusion

2011-07-04 Thread Avdi Grimm
I'm trying to produce two slightly different PDF versions from the same document. I want to be able to conditionally include a few LaTeX_HEADER lines when I publish an Org file. I need to do it in a way I can control from the command line when I run the export in batch mode. So I need to either en

[O] Link to original Org file with batch mode, a follow-up

2011-07-04 Thread Giorgio Valoti
Il giorno 04/lug/2011, alle ore 06:58, Giorgio Valoti ha scritto: > Hi, > when I try to tangle files in batch mode, using a command like this: > > emacs -batch ~/Developer/PROJECTS/gmp/project.org --eval="(org-babel-tangle)" > > the resulting files do not have links to the original file, i.e.:

[O] Org Mode dedicated app on OS X

2011-07-04 Thread Ken Mankoff
Hi, I'm just beginning to use org-mode on OS X. I'm in a terminal a lot, and in Aquamacs Emacs a lot too, but not all the time. To make it easier to use org-mode, I would like to give it a dedicated app with the org-mode icon (unicorn) in the dock. Is there a way to do this? Fluid.app is a s

Re: [O] Calendar-like view of the org-agenda

2011-07-04 Thread Marcelo de Moraes Serpa
> https://github.com/kiwanami/emacs-calfw Wow, this is really cool! I wonder if the author subscribes to this list? Some collaboration between the two projects would be cool, this look very promising. M> On Mon, Jul 4, 2011 at 12:01 PM, Michael Markert < markert.mich...@googlemail.com> wrote:

Re: [O] Move to item to the bottom

2011-07-04 Thread Marcelo de Moraes Serpa
I definitely need to get my head around elisp. Thank you very much. On Sun, Jul 3, 2011 at 4:39 AM, Nicolas Goaziou wrote: > Hello, > > Marcelo de Moraes Serpa writes: > > > Nicolas, the function works quite well! Thanks. Just one last request: > Is > > it possible to not follow the item until

Re: [O] Makefile patch to show targets

2011-07-04 Thread Nick Dokos
Jude DaShiell wrote: > + # describe valid make targets for org-mode. I'm not sure it's worth documenting them all[fn:1], but "default" (what happens with a plain make) and "info" (and maybe "pdf" and "card") seem worth documenting too. Nick Footnotes: [fn:1] Here's what grep '^[-a-zA

Re: [O] Links in tables and LaTeX export

2011-07-04 Thread Nick Dokos
Thomas S. Dye wrote: > Aloha all, > > Links in tables have changed recently. > > I have this link definition: > > #+source: define-citep-link > #+begin_src emacs-lisp :results silent > (org-add-link-type > "citep" 'ebib > (lambda (path desc format) >(cond > ((eq

[O] Links in tables and LaTeX export

2011-07-04 Thread Thomas S. Dye
Aloha all, Links in tables have changed recently. I have this link definition: #+source: define-citep-link #+begin_src emacs-lisp :results silent (org-add-link-type "citep" 'ebib (lambda (path desc format) (cond ((eq format 'html) (format "(%s)" path))

Re: [O] [dev] footnotes improvements

2011-07-04 Thread Samuel Wales
Hi Nicolas, On 2011-06-30, Nicolas Goaziou wrote: > I think I have corrected a few glitches with font locking of inline > footnotes. Your "a lot" makes me think it isn't enough yet, though... They are really good now. There was an interaction with comments and different extents were colored wit

[O] bug: footnotes do not export to HTML

2011-07-04 Thread Samuel Wales
I find that in recent git org, footnotes do not export to HTML. The calls export, but the footnotes do not. So far I have been able to determine that e01e160 works (.el). It is before the recent footnote fixes, but I don't know yet whether they are related. Samuel -- The Kafka Pandemic: http:

Re: [O] LaTex export: How to use `csquotes' and `\enquote{}'

2011-07-04 Thread Thomas S. Dye
Aloha Frederik, Welcome to Org-mode. One way to use \enquote in your LaTeX export is described here: http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-10-3 [[latex:enquote][Das ist ein Test]] will export as \enquote{Das ist ein Test}. hth, Tom Frederik writes: > Hi there! > >

Re: [O] Compiler warnings on current HEAD

2011-07-04 Thread Bastien
Hi Achim, Achim Gratz writes: > I confirm both fixes and the current HEAD is compiling without any > warnings. Thanks for confirming! -- Bastien

[O] Makefile patch to show targets

2011-07-04 Thread Jude DaShiell
Only in ./b/: 1 Only in ./b/: 2 diff -c ./a//Makefile ./b//Makefile *** ./a//Makefile 2011-07-03 11:06:04.0 -0400 --- ./b//Makefile 2011-07-04 18:02:29.0 -0400 *** *** 513,515 --- 513,527 lisp/org-w3m.elc: lisp/org.el lisp/org-wl.elc: l

Re: [O] [Babel] Language Mode Error Stops Tangling Process, Fix Attached

2011-07-04 Thread Eric Schulte
aditya siram writes: > Hi all, > I was running into an issue where "lua-mode" would throw an error that > stopped "org-babel-tangle" function in "ob-tangle.el". I have patched > "org-babel-tangle" to ignore errors thrown by invoking any language's > mode. The patch is attached. > > -deech > Hi D

Re: [O] Portability

2011-07-04 Thread Eric Schulte
Ista Zahn writes: > Hi all, > Over the past couple of days I've been happily tweaking my org-mode > settings. At one point something happened that gave me great pause. I > forgot to load a function that adds an APA style LaTeX export (using > apa6e.cls) to my org-export-latex-classes Alist. So of

[O] [Babel] Language Mode Error Stops Tangling Process, Fix Attached

2011-07-04 Thread aditya siram
Hi all, I was running into an issue where "lua-mode" would throw an error that stopped "org-babel-tangle" function in "ob-tangle.el". I have patched "org-babel-tangle" to ignore errors thrown by invoking any language's mode. The patch is attached. -deech From 2093523c672b83d53d9eca3680cb10682784df

[O] Portability

2011-07-04 Thread Ista Zahn
Hi all, Over the past couple of days I've been happily tweaking my org-mode settings. At one point something happened that gave me great pause. I forgot to load a function that adds an APA style LaTeX export (using apa6e.cls) to my org-export-latex-classes Alist. So of course when I tried to export

Re: [O] org-mobile setup: org-mobile-push not copying my org files?

2011-07-04 Thread Tassilo Horn
Vinh Nguyen writes: Hi Vinh, > I'm having trouble setting up org-mobile in emacs for use with > MobileOrg on Android. I have the following in my init file: > > ;; org-mode OrgMobile > (setq org-directory "~/Documents/Org") ;; my folder is empty Why is that folder empty? > (setq org-mobile-dir

Re: [O] [babel] python sessions

2011-07-04 Thread Eric Schulte
Andrea Crotti writes: > Eric Schulte writes: > >> >> From what I hear the situation should improve in Emacs24, as there is a >> ground up re-write which should contain much of the functionality of >> python-mode.el with the Emacs-amenable license of python.el. >> > > Nice to know, I use python-m

Re: [O] Compiler warnings on current HEAD

2011-07-04 Thread Eric Schulte
Bastien writes: > Hi Achim, Eric, > > Bastien writes: > >>> In end of data: >>> ob-ref.el:265:1:Warning: the following functions are not known to be >>> defined: >>> org-id-find-id-in-file, org-show-context >> >> Eric, could you fix those? > > I just pushed this fix: > > > http://orgmode

Re: [O] [PATCH] org-table.el: Calc formulas evaluate to #ERROR.

2011-07-04 Thread Eric S Fraga
Achim Gratz writes: > Eric S Fraga writes: >> That's the problem with deadlines... :( > > "I love deadlines. I like the whooshing sound they make as they fly by." > (Douglas N. Adams) ;-) for me, the problem is the *thud* they make when they hit the ground behind me... -- : Eric S Fraga (GnuP

[O] LaTex export: How to use `csquotes' and `\enquote{}'

2011-07-04 Thread Frederik
Hi there! I just started using org-mode - what a fantastic piece of software! Now I wonder how to make use of one of the best LaTeX-packages out there: `csquotes'. I figured out how to include the package in the header by altering the corresponding variable, but I didn't find any hint how to

[O] org-mobile setup: org-mobile-push not copying my org files?

2011-07-04 Thread Vinh Nguyen
Dear list, I'm having trouble setting up org-mobile in emacs for use with MobileOrg on Android. I have the following in my init file: ;; org-mode OrgMobile (setq org-directory "~/Documents/Org") ;; my folder is empty (setq org-mobile-directory "~/Dropbox/MobileOrg") (setq org-mobile-inbox-for-pu

Re: [O] [PATCH] org-table.el: Calc formulas evaluate to #ERROR.

2011-07-04 Thread Achim Gratz
Eric S Fraga writes: > That's the problem with deadlines... :( "I love deadlines. I like the whooshing sound they make as they fly by." (Douglas N. Adams) Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Waldorf Blofeld: http://Synth.Stromeko.

Re: [O] Calendar-like view of the org-agenda

2011-07-04 Thread Michael Markert
On 4 Jul 2011, Kan-Ru Chen wrote: > Michael Markert writes: > >> On 1 Jul 2011, Bastien wrote: >> >>> PS: there are definitely nice things in Taskwarrior I would love to >>> see integrated in Org. Let's continue brainstorming about this. >> >> I don't know if Taskwarrior features that, but I'd l

Re: [O] Compiler warnings on current HEAD

2011-07-04 Thread Achim Gratz
I confirm both fixes and the current HEAD is compiling without any warnings. Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

[O] working with delimited files

2011-07-04 Thread Sivaram Neelakantan
I sometimes work with files looking like this BEL EQ 13-Jan-2006 978.85 988.9 1050 983 1025 1024.5 1025.94 27 2838.429191 BEL EQ 16-Jan-2006 1024.5 1030 1043 1001.5 1003.5 1008.65 1027.02 72409 743.655 BEL EQ 17-Jan-2006 1008.65 1010 1030 985.1 993.75 989.95 1013.83 102589 1040.07 BEL EQ 18-Ja

[O] working with delimited files

2011-07-04 Thread Sivaram Neelakantan
I sometimes work with files looking like this BEL EQ 13-Jan-2006 978.85 988.9 1050 983 1025 1024.5 1025.94 27 2838.429191 BEL EQ 16-Jan-2006 1024.5 1030 1043 1001.5 1003.5 1008.65 1027.02 72409 743.655 BEL EQ 17-Jan-2006 1008.65 1010 1030 985.1 993.75 989.95 1013.83 102589 1040.07 BEL EQ 18-Ja

Re: [O] OLUG talk about Org-mode

2011-07-04 Thread Bastien
Hi Carsten, Carsten Dominik writes: > I just saw this flying by on twitter: > > George De Bruin is giving a talk about Emacs org-mode on July 5. It will > be streamed live - maybe someone can try to capture the stream (Don't know > if the OLUG makes the video available afterwards)? > > http://w

Re: [O] Orgmode Capture to Insert a Mairix Link in VM

2011-07-04 Thread Bastien
Hi Memnon, Memnon Anon writes: > Rest ("rather crude solution") here: > http://robert-adesam.blogspot.com/2011/07/orgmode-capture-to-insert-mairix-link.html I added this to Org hacks, thanks! -- Bastien

Re: [O] Bug: inline images for filenames with spaces

2011-07-04 Thread Bastien
Hi Huy, Thanks for confirming the fix is okay! Huy writes: > I don't know how to do any exporting yet. Try the magic keystroke in any Org file: C-c C-e HTH, -- Bastien

Re: [O] MobileOrg: Push more than the current week?

2011-07-04 Thread Rémi Vanicat
Tassilo Horn writes: > Hi all, > > is there a way to push more than the current week using M-x > org-mobile-push RET? This should do it (Monday is a bad day to test it...) #+begin_src emacs-lisp (defun rv-org-mobile-push () (interactive) (let (org-agenda-start-on-weekday (s

Re: [O] Bug: inline images for filenames with spaces

2011-07-04 Thread Huy
On Thu, Jun 30, 2011 at 05:41:55PM +0200, Bastien wrote: > Hi Huy, > > Huy writes: > > > inline image display doesn't seem to work for image links with spaces in > > them. > > The attached patch fixes this. > > Please confirm and also take the time to check that there is no > side-effects -

Re: [O] [PATCH] org-table.el: Calc formulas evaluate to #ERROR.

2011-07-04 Thread Eric S Fraga
Bastien writes: > Hi Eric, > > Eric S Fraga writes: > >> unfortunately, it does not seem to have been applied quite correctly. >> The following should correct the latest version: > > Applied, thanks for your careful testing/checking. New version works fine. Thanks! > I definitely need to rele

Re: [O] [PATCH] org-table.el: Calc formulas evaluate to #ERROR.

2011-07-04 Thread Bastien
Hi Eric, Eric S Fraga writes: > unfortunately, it does not seem to have been applied quite correctly. > The following should correct the latest version: Applied, thanks for your careful testing/checking. I definitely need to release soon and to stop doing things too fast... -- Bastien

Re: [O] MobileOrg: Push more than the current week?

2011-07-04 Thread Tassilo Horn
Tassilo Horn writes: Hi again, > is there a way to push more than the current week using M-x > org-mobile-push RET? After reading the docs more carefully, I managed to answer my question. The trick is to define a custom agenda view. --8<---cut here---start->

Re: [O] [PATCH] org-table.el: Calc formulas evaluate to #ERROR.

2011-07-04 Thread Eric S Fraga
Bastien writes: > Hi Maciek, > > Maciek Starzyk writes: > >> This fixes regression bug introduced in >> 2e20cf9358deb9579ae6a22bc0deb2a772387194 > > Applied, thanks a lot. Bastien, unfortunately, it does not seem to have been applied quite correctly. The following should correct the latest ver

Re: [O] [RFC] testing the org exporters

2011-07-04 Thread Martyn Jago
Hi Jambunathan >> I have been using the attached test.org file as part of my org-odt >> related work. >> >> The usual steps I follow for testing are quite simple: >> 1. Visit the file >> 2. Export it to xhtml or odt >> 3. Visually make sure that everything is OK. >> >> I would like to add this fi

[O] MobileOrg: Push more than the current week?

2011-07-04 Thread Tassilo Horn
Hi all, is there a way to push more than the current week using M-x org-mobile-push RET? For example, it would be handy to be able to push the current plus the next week (or maybe push the next 7 days starting with today), so that you can push the next week on this week's Sunday. Right now, it s

Re: [O] org -> lilypond?

2011-07-04 Thread Martyn Jago
Hi Rusi > Hello fellow-music-orgers!I would really like to use something like > lilypond > to make music.  A basic requirement of mine is that it should render as > score and play as sound simultaneously. See http://vimeo.com/16894001 > for a demo.  This is because I use it to teach singing to pel

Re: [O] Compiler warnings on current HEAD

2011-07-04 Thread Bastien
Hi Achim, Eric, Bastien writes: >> In end of data: >> ob-ref.el:265:1:Warning: the following functions are not known to be defined: >> org-id-find-id-in-file, org-show-context > > Eric, could you fix those? I just pushed this fix: http://orgmode.org/w/?p=org-mode.git;a=commit;h=b9af1d0c

Re: [O] [PATCH] Don't call calendar-absolute-from-gregorian in org-diary-class

2011-07-04 Thread Bastien
Hi Rémi, Rémi Vanicat writes: > calendar-absolute-from-gregorian return a number of day. But the > result is used as if it was a (year month day) list. Applied, with a slight modification. Thanks, -- Bastien

Re: [O] [PATCH] org-table.el: Calc formulas evaluate to #ERROR.

2011-07-04 Thread Bastien
Hi Maciek, Maciek Starzyk writes: > This fixes regression bug introduced in > 2e20cf9358deb9579ae6a22bc0deb2a772387194 Applied, thanks a lot. -- Bastien

Re: [O] [PATCH] org-table.el: Calc formulas evaluate to #ERROR.

2011-07-04 Thread Eric S Fraga
Maciek Starzyk writes: > This fixes regression bug introduced in > 2e20cf9358deb9579ae6a22bc0deb2a772387194 Confirmed. Table calculations do not work at all unless this patch is applied. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.5 (release_7.5.