[O] org-agenda-show-log, org-timeline bugs

2013-02-04 Thread Derek Upham
I tried running org-timeline on an Org file with lots of timestamped TODO - DONE state changes, and didn't see the matches I was expecting. While poking around, I found two problems. 1. `org-timeline' isn't setting the text properties necessary to refresh the timeline buffer. This means that

Re: [O] New exporter, beamer confusion

2013-02-04 Thread James Harkins
Suvayu Ali fatkasuvayu+linux at gmail.com writes: On Mon, Feb 04, 2013 at 12:00:08PM +0800, James Harkins wrote: #+OPTIONS: H:10 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t :t The H:10 is your problem. Since you want 2nd level headlines to be frames, it should be H:2. Ah. OK, that's

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-02-04 Thread Detlef Steuer
Hi Nicolas! Great news and I'm really looking forward using the new exporter, but: 3. Export section from Org manual is now obsolete. It is being rewritten, but until this task is completed, your best source of information will still be the ML or the source files. I rely

[O] I have a problem about Multi-state workflows

2013-02-04 Thread Helong Feng
I read the orgguide.pdf when I read page 11,I have a problem. I set some TODO keywords such as (setq org-todo-keywords '((sequence TODO(t) | DONE(d)) (sequence REPORT(r) BUG(b) KNOWNCAUSE(k) | FIXED(f)) (sequence | CANCELED(c and it works,but I am confused about the following: To define TODO

[O] beamer export - options vs. arguments

2013-02-04 Thread Jan-Mark Batke
All, I would like to have a literature list in my beamer presentation. As it is longer than one slide, I would like to see something like something like this \begin[allowframebreaks]{frame} \frametitle{Literature} \bibliographystyle{plain} \bibliography{References} \end{frame} in the exported tex

Re: [O] LaTeX-export: letters after $..$ turn off math-mode

2013-02-04 Thread Greg Minshall
hi. this was on the list a year ago (see below). i'd like to plead the case of allowing the user to suppress dollar-sign behavior (or, force dollar-signs to mean math-mode). the main reason is convenience: when trying to quickly write up thoughts, typing $ a = b^2 $ is just that much more

[O] [PATCH] Correctly align clock information in default time grid

2013-02-04 Thread Sebastien Vauban
Hello, Here a tiny patch to correctly align clock info in the default time grid. For example: --8---cut here---start-8--- Day-agenda (W06): 2013-02-04 Mon __ 8:00.. Clk (1:05)9:03-10:08

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-02-04 Thread Rasmus
Nicolas Goaziou n.goaz...@gmail.com writes: ━ ANNOUNCING THE NEW EXPORT FRAMEWORK ━ Thanks Nicolas, this is much appreciated. I have been looking forward to this for a

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-02-04 Thread David Bjergaard
Detlef Steuer detlef.ste...@gmx.de writes: Hi Nicolas! Great news and I'm really looking forward using the new exporter, but: 3. Export section from Org manual is now obsolete. It is being rewritten, but until this task is completed, your best source of information will

Re: [O] I have a problem about Multi-state workflows

2013-02-04 Thread Thomas S. Dye
Helong Feng fenghelongn...@gmail.com writes: I read the orgguide.pdf when I read page 11,I have a problem. I set some TODO keywords such as (setq org-todo-keywords '((sequence TODO(t) | DONE(d)) (sequence REPORT(r) BUG(b) KNOWNCAUSE(k) | FIXED(f)) (sequence | CANCELED(c and it

Re: [O] Macro question with new texinfo exporter

2013-02-04 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@altern.org writes: Now back to the issue at hand, what about simply allowing to escape the , and characters? This was Thomas first try, and a natural one I'd say. I have pushed a fix in maint for that. It should now be possible to

Re: [O] Macro question with new texinfo exporter

2013-02-04 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: I'm stymied here. I'd like to be able to use the new macro code with the new exporter. How is that possible? You need to reload uncompiled files with C-u M-x org-reload RET BTW, I think it should be the defaut behavior of org-reload.

Re: [O] Macro question with new texinfo exporter

2013-02-04 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: Nicolas Goaziou n.goaz...@gmail.com writes: Bastien b...@altern.org writes: Now back to the issue at hand, what about simply allowing to escape the , and characters? This was Thomas first try, and a natural one I'd say. I have pushed a fix

Re: [O] Macro question with new texinfo exporter

2013-02-04 Thread Achim Gratz
Thomas S. Dye writes: Then, I checkout maint: git checkout maint I'm not sure what your starting point is, but you'd almost certainly will want to create the correct autoloads. In fact, you'd have a much better chance of this working correctly if you took the time (just once) to set up an

Re: [O] Macro question with new texinfo exporter

2013-02-04 Thread Thomas S. Dye
Nicolas Goaziou n.goaz...@gmail.com writes: I pushed the fix to maint because it was about Elements, not directly the exporter. Oh, I see now. You pushed the fix to maint, then merged branch 'maint' with master, so the fix is there as well. I didn't understand the workflow, so the reference

Re: [O] Macro question with new texinfo exporter

2013-02-04 Thread Achim Gratz
Bastien writes: You need to reload uncompiled files with C-u M-x org-reload RET I don't see the relation to the original problem, which is caused by a switch from master to maint. This will not work without at least unloading Org or better, restarting Emacs. BTW, I think it should be the

Re: [O] org-caldav issue: Search failed: ;\\([A-Za-z0-9-]+\\)=

2013-02-04 Thread giles
David Engster d...@randomsample.de writes: Just FYI: Giles send me the offending calendar entry off-list and this issue is fixed. Leaving me as a very happy bunny as I can now further reduce my excursions outside Emacs. And my thanks to David for a very rapid turn around. -- Giles

Re: [O] Macro question with new texinfo exporter

2013-02-04 Thread Thomas S. Dye
Aloha Achim, Achim Gratz strom...@nexgo.de writes: What were those messages? And since the presence of both features indicates that you were previously on master, why did you switch to maint at all (everything on maint should have been merged into master)? Org-mode version 7.9.3e (7.9.3e @

Re: [O] New exporter, beamer confusion

2013-02-04 Thread Nicolas Goaziou
Hello, James Harkins jamshar...@gmail.com writes: Suvayu Ali fatkasuvayu+linux at gmail.com writes: On Mon, Feb 04, 2013 at 12:00:08PM +0800, James Harkins wrote: #+OPTIONS: H:10 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t :t The H:10 is your problem. Since you want 2nd level

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-02-04 Thread Suvayu Ali
On Mon, Feb 04, 2013 at 08:49:28AM -0500, David Bjergaard wrote: Detlef Steuer detlef.ste...@gmx.de writes: [...] If there are no docs at all I, as a simple user, would suggest to postpone the release till after some usage notes are available. Alternatively keep the old exporter

[O] [PATCH] Add a different prefix for past deadlines in the agenda view

2013-02-04 Thread Sebastien Vauban
Hello, Here's a patch to allow for a different prefix for deadline entries which are in the past: for example, 3 d ago instead of In -3 d... Example: --8---cut here---start-8--- Day-agenda (W06): 2013-02-04 Mon

[O] tagging text, not headlines

2013-02-04 Thread 42 147
I want to avoid over-headlining data. So in my playlist, I will list the songs as text, rather than as headlines. The problem is, I'd like to tag, in the following example, (8) Beata Viscera as my favorite composition in the Hilliard Ensemble performance. ** Classical *** Pérotin

Re: [O] Prefix arguments, checklists, and lists

2013-02-04 Thread Nicolas Goaziou
Hello, Robert Horn rjh...@alum.mit.edu writes: Nicolas Goaziou writes: As a rule of thumb, C-c C-c on a list will operate on every top level items and C-c C-c on a item will operate on the item. You are considered to be on a list when calling C-c C-c from affiliated keywords or from the

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-02-04 Thread Bastien
Hi Detlef and all, Detlef Steuer detlef.ste...@gmx.de writes: If there are no docs at all I, as a simple user, would suggest to postpone the release till after some usage notes are available. Alternatively keep the old exporter alive , please, till the new one has documentation. (or the

Re: [O] Quick comment on the website

2013-02-04 Thread Bastien
Hi Dieter, Dieter Wilhelm die...@duenenhof-wilhelm.de writes: For an uninitiated as me I felt the worg wiki a bit hidden, too humbly placed in this nice and otherwise practical layout. Agreed, refreshing the Worg layout and promotion on orgmode.org is on my (big) TODO list. -- Bastien

Re: [O] [PATCH] Fix error handling deadline lead time specified in hours

2013-02-04 Thread Bastien
Hi John, John K. Luebs jklu...@luebsphoto.com writes: From: John K. Luebs jklu...@luebsphoto.com * lisp/org.el (org-get-wdays): Handle matching a lead time specified in hours, which is matched by the current regexp but will erroneously return nil. Applied, thanks. -- Bastien

Re: [O] Off for the next four days

2013-02-04 Thread Bastien
Hi Christopher, Christopher Schmidt christop...@ch.ristopher.com writes: Would it be possible to set an announce-only mailing list up? Unless there is a high pressure for this, I will not make a separate list of announcements. But I will try to use [ANN] as a topic for the next release

Re: [O] org-export-as-html-and-open problem

2013-02-04 Thread Bastien
Hi Zhenjiang, zhenjiang xu zhenjiang...@gmail.com writes: when I type the keys `C-c C-e b', the html is generated but it is opened in emacs instead of an internet browser. Does anyone know why? Check the value of `org-file-apps'. C-h v org-file-apps RET Hope this helps, -- Bastien

Re: [O] org-export-as-html-and-open problem

2013-02-04 Thread zhenjiang xu
Thanks, Bastien. It's the default value - I've not changed it: org-file-apps is a variable defined in `org.el'. Its value is ((auto-mode . emacs) (\\.mm\\' . default) (\\.x?html?\\' . default) (\\.pdf\\' . default)) On Mon, Feb 4, 2013 at 4:20 PM, Bastien b...@altern.org wrote: Hi

Re: [O] org-export-as-html-and-open problem

2013-02-04 Thread Bastien
zhenjiang xu zhenjiang...@gmail.com writes: Thanks, Bastien. It's the default value - I've not changed it: org-file-apps is a variable defined in `org.el'. Its value is ((auto-mode . emacs)  (\\.mm\\' . default)  (\\.x?html?\\' . default)  (\\.pdf\\' . default)) So you need to check the

Re: [O] tagging text, not headlines

2013-02-04 Thread Bastien
42 147 aeus...@gmail.com writes: I want to avoid over-headlining data. So in my playlist, I will list the songs as text, rather than as headlines. The problem is, I'd like to tag, in the following example, (8) Beata Viscera as my favorite composition in the Hilliard Ensemble performance.

[O] viewing number of nested headlines

2013-02-04 Thread 42 147
Is there a way to see how many nested headlines there are within a higher-level headline (not necessarily top-level)?

Re: [O] tagging text, not headlines

2013-02-04 Thread 42 147
Sometimes I forget what org-mode is built on... It would be nice to keep things in the org-style (e.g., :favorite song: is preferable to --- favorite song, just on rudimentary aesthetic grounds. But what you suggested will do. 2013/2/4 Bastien b...@altern.org 42 147 aeus...@gmail.com writes:

Re: [O] New exporter, beamer confusion

2013-02-04 Thread James Harkins
On Feb 5, 2013 3:51 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: In particular, All frames children become block environments. So in your example Third-level is a block environment and Fourth-level is a block within it. There's no flattening going on (look at the tex file to convince

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-02-04 Thread Eric S Fraga
Suvayu Ali fatkasuvayu+li...@gmail.com writes: [...] I would echo this sentiment. Org mode from master has no business in a production environment, just like any other software project. Although I agree, in principle, with this statement, life is not always so straightforward. I track org

Re: [O] [PATCH] Correctly align clock information in default time grid

2013-02-04 Thread Bernt Hansen
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Hello, Here a tiny patch to correctly align clock info in the default time grid. For example: Day-agenda (W06): 2013-02-04 Mon __ 8:00..

Re: [O] [PATCH] Add a different prefix for past deadlines in the agenda view

2013-02-04 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Here's a patch to allow for a different prefix for deadline entries which are in the past: for example, 3 d ago instead of In -3 d... Please make sure the change is backward compatible so that users

Re: [O] [PATCH] Correctly align clock information in default time grid

2013-02-04 Thread Bastien
Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Here a tiny patch to correctly align clock info in the default time grid. For me the clock is shown like this: Week-agenda (W06): Monday 4 February 2013 W06 8:00..

Re: [O] Opendocument problem

2013-02-04 Thread Jambunathan K
Steve Prud'Homme sprud...@gmail.com writes: Hello, I have emacs for cygwin and when I try to export I have a message that emacs is unable to export a opendocument with the number 8 code(8). Zip is intalled. What is the problem ? Look at *Messages* buffer for the error string that zip or

Re: [O] block quotes in prose?

2013-02-04 Thread Peter Salazar
I think an easy workaround would be to define block quotes as code blocks instead. putting the : as a prefix before a paragraph automatically fontifies it and places it in another color. This allows me to work in org-mode with visual highlighting of block quotes as desired. Now the question is:

Re: [O] New exporter, beamer confusion

2013-02-04 Thread Nick Dokos
James Harkins jamshar...@gmail.com wrote: On Feb 5, 2013 3:51 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: In particular, All frames children become block environments. So in your example Third-level is a block environment and Fourth-level is a block within it. There's no flattening

Re: [O] [ANN] Merge of new export framework on Wednesday

2013-02-04 Thread Suvayu Ali
Hi Eric, On Tue, Feb 05, 2013 at 11:37:35AM +1030, Eric S Fraga wrote: I have been using the new exporter for many tasks but have not completely moved over for two: generation of beamer presentations and publishing of web pages. The latter is probably not a major issue for me but the