Re: [O] problems invoking org-agenda

2012-02-24 Thread Nick Dokos
Peter Salazar wrote: > Maybe this is too esoteric for anyone to know, but I'm struggling and I can't > figure this out.  > > The time is Aquamacs 2.4. The place is org-mode 7.8.03. When I try to invoke > org-agenda (C-c a a --- > i.e.  "Agenda for current week or day"), I get the error message

Re: [O] \section*{}

2012-02-24 Thread Thomas Alexander Gerds
but, you can always do this: , | ** sec 1 | | bla | | #+LaTeX: \section*{sec2} ` Tomy Marvin Doyley writes: > Thanks nick, > > Can I use this to suppress the numbering selectively > For example, lets say I have > > * Intro > * Results > * Figures and Tables > > Can I use this to su

[O] [babel] FYI: documentation for picolisp added to worg

2012-02-24 Thread Thorsten
Hi List, I added the documentation page for the org babel language picolisp to worg. You can find it here: http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-picolisp.html -- cheers, Thorsten

[O] problems invoking org-agenda

2012-02-24 Thread Peter Salazar
Maybe this is too esoteric for anyone to know, but I'm struggling and I can't figure this out. The time is Aquamacs 2.4. The place is org-mode 7.8.03. When I try to invoke org-agenda (C-c a a --- i.e. "Agenda for current week or day"), I get the error message: Args out of range: #(" work :

[O] [PATCH] Fix task cloning for repeating tasks

2012-02-24 Thread Bernt Hansen
* org.el (org-clone-subtree-with-time-shift): Fix task cloning for repeating tasks using .+n and ++n syntax Tasks with repeaters using .+n and ++n syntax retain the repeater in all of the clones causing duplicate tasks. These tasks are now handled the same as the regular repeating task using +n s

[O] [PATCH] Fix task cloning for repeating tasks

2012-02-24 Thread Bernt Hansen
org.el (org-clone-subtree-with-time-shift): Fix task cloning for repeating tasks using .+n and ++n syntax Tasks with repeaters using .+n and ++n syntax retain the repeater in all of the clones causing duplicate tasks. These tasks are now handled the same as the regular repeating task using +n syn

[O] Bug: Org-mode don't export to html footnotes references inside footnotes as such. [7.8.03]

2012-02-24 Thread Bruno Félix Rezende Ribeiro
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Beamer confusion: environments are ignored

2012-02-24 Thread James Harkins
At Fri, 24 Feb 2012 09:34:11 +0800, James Harkins wrote: > Still, though, if there is nothing wrong with Carsten's example presentation > and it renders incorrectly, then I suppose it's a bug. > > Shall I file a bug report? There is a reproducer here: > > http://article.gmane.org/gmane.emacs.org

Re: [O] COMMENT in links

2012-02-24 Thread Samuel Wales
Agreed; I think the same is useful for priorities and things like ARCHIVE. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com

[O] odt-export fails

2012-02-24 Thread Mirko Vukovic
Hello: This is on Windows 7 Emacs 23.3.1, org-version 7.8.03.  (I installed org-mode inside cygwin's shell). Here is the backtrace: Debugger entered--Lisp error: (error "Unable to create odt file (12)") signal(error ("Unable to create odt file (12)")) error("Unable to create odt file (%S)" 1

Re: [O] notifications for todo items

2012-02-24 Thread Nick Dokos
=?utf-8?Q?Peter_M=C3=BCnster?= wrote: > On Thu, Feb 23 2012, Nick Dokos wrote: > > > what does this do that appt.el (and its org interface) does not? > > Sorry, I've totally forgotten to write about my motivation, to create > such an org-notify module. > > Here a summary: > - different warning

[O] COMMENT in links

2012-02-24 Thread François Pinard
Hi, Org people. When I save a "* COMMENT Header" with `C-c l' and re-insert it elsewhere through `C-c C-l', the "COMMENT" bit is part of the link contents and display. I may want to quickly refer to such a header from another Org file even if I do not publish it nor its contents. Then, at some l

Re: [O] \section*{}

2012-02-24 Thread Nick Dokos
Marvin Doyley wrote: > Thanks nick, > > Can I use this to suppress the numbering selectively  > For example, lets say I have > > * Intro > * Results > * Figures and Tables > > Can I use this to suppress numbering of Figures and Tables only ? > Not that I know of: it's all or nothing. Nick

Re: [O] \section*{}

2012-02-24 Thread Marvin Doyley
Thanks nick, Can I use this to suppress the numbering selectively For example, lets say I have * Intro * Results * Figures and Tables Can I use this to suppress numbering of Figures and Tables only ? cheers M On Fri, Feb 24, 2012 at 4:14 PM, Nick Dokos wrote: > Marvin Doyley wrote: > > > Do

Re: [O] \section*{}

2012-02-24 Thread Nick Dokos
Marvin Doyley wrote: > Does anybody now how to force org-latex-export to do \section*{name} rather > than \section{name} ? > #+OPTIONS: num:nil Nick

[O] \section*{}

2012-02-24 Thread Marvin Doyley
Does anybody now how to force org-latex-export to do \section*{name} rather than \section{name} ? thanks M

Re: [O] Frames and the agenda

2012-02-24 Thread Max Mikhanosha
Check out my multiple-agenda-buffers branch from http://github.com/7max/org-mode Its designed exactly for that (multiple independent agenda buffers living together). to enable it use, M-x org-toggle-sticky-agenda You will have to set different agenda names for different agenda views in your org-a

[O] Frames and the agenda

2012-02-24 Thread Marcelo de Moraes Serpa
Hey guys, So, I would like to keep a sort of dashboard in a osx virtual desktop - basically having emacs frames with different todo lists for reference at quick glance: http://minus.com/mlgjv21R4 The problem is that the agenda is global to the emacs instance and won't allow me to show a filter v

Re: [O] Links to Gnus articles don't export correctly

2012-02-24 Thread Mikhail Titov
Jason: I just noticed that behavior. Take a look at [[http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-17-2-2][latex export tutorial]]. Just override defaults from org-gnus.el #+begin_src lisp (org-add-link-type "gnus" 'org-gnus-open) #+end_src -- Mikhail

[O] Bug: Duration subtraction gives bad values [7.8.03 (release_7.8.03.421.g61f83.dirty)]

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

Re: [O] Location of OpenDocument style files should be configurable

2012-02-24 Thread Jambunathan K
Ulrich Btw, I have not applied the other patch that you submitted here. http://lists.gnu.org/archive/html/emacs-orgmode/2012-01/msg5.html Only "make install" copies the OpenDocument styles files. So, your approach of setting the value during compilation seems a bit strange to me. I have a fe

Re: [O] Location of OpenDocument style files should be configurable

2012-02-24 Thread Jambunathan K
Ulrich >> ps: Makefiles are beyond my jurisdiction. I will let Bastien act on >> your patch(es). > > Looks like my earlier patch hasn't been applied for 7.8.03. :( I have applied the patch below. This should be available in the next release.. > Cheers, > Ulrich > > > From 274fc9a41d7e573bc67a85f

Re: [O] orgmode and auctex

2012-02-24 Thread Christopher Witte
It's been working for me so far so I think I'll stick with it. Thanks for all your help. Chris. On 24 February 2012 06:34, Nick Dokos wrote: > Christopher Witte wrote: > > > Hi all, > > > > (setq TeX-auto-save t) > > (setq TeX-parse-self t) > > (setq-default TeX-master nil) > > (make-variable-

Re: [O] Bug: Org-mode don't recognizes footnote references inside a #BEGIN_VERSE--#END_VERSE block [7.8.03]

2012-02-24 Thread Nicolas Goaziou
Hello, oitofe...@gmail.com (Bruno Félix Rezende Ribeiro) writes: >Org-mode don't recognizes the footnote reference inside the >#+BEGIN_VERSE--#+END_VERSE block. This should be fixed now. Thanks for the report. Regards, -- Nicolas Goaziou

[O] Removing TODO overviews (e.g., [3/5]) on export?

2012-02-24 Thread Greg Tucker-Kellogg
I am preparing a presentation using Org and Beamer. This time -- for the first time -- I am marking the slides as TODO items. I have the org export options set so the TODO keywords don't wind up in the LaTeX export, (todo:nil) and d:nil to make sure my status logging drawer is not included. Thi