Re: [O] [PATCH] Agenda: Fix org-agenda-bulk-toggle when point is at already marked item

2012-04-16 Thread Nick Dokos
Madan Ramakrishnan madan...@gmail.com wrote: * lisp/org-agenda.el (org-agenda-bulk-mark): truly make arg optional as advertised by the function Problem here was that org-agenda-bulk-toggle calls org-agenda-bulk-mark with no parameters; however, the (max arg 1) call inside

[O] Sticky agenda branch merged

2012-04-16 Thread Max Mikhanosha
I had just pushed a merge of max-sticky-agenda branch to master, let me know if there are any problems, also feel free to hack/iterate on it, if you have question as to why something was done, I'll do my best to answer. In particular I just seen a new commit introducing filter on categories, and

Re: [O] [babel] eval code only once :eval once

2012-04-16 Thread Sebastien Vauban
Hi Thomas, Thomas S. Dye wrote: Torsten Wagner torsten.wag...@gmail.com writes: I started to use lisp (as well as other) code blocks more and more to modify my work environment (emacs) for a particular (buffer-based) task. That is I change some variables, add some stuff etc. A real world

Re: [O] [PATCH] Agenda: Fix org-agenda-bulk-toggle when point is at already marked item

2012-04-16 Thread Madan Ramakrishnan
Hi Nick, Ah, of course, you're right; it would result in a change in behavior. While I can certainly tweak the patch to maintain the old behavior in the case of a negative or zero arg, stepping back, I don't quite understand the reasoning for the current behavior. If a user has gone to the

Re: [O] Scientific papers related to Org-mode

2012-04-16 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: #+begin_src emacs-lisp (defun org-insert-manual-bitex-citation-at-point () Insert a Bibtex citation of the Org manual at point. (interactive) (insert @book{dominik10:_org_mode_refer_manual, author = {Carsten Dominik}, title ={The

Re: [O] [PATCH] Allow more control over inserted whitespace in capture templates

2012-04-16 Thread Toby Cubitt
Was there any feedback on this patch, or did it get lost in the noise? At least for me, org-capture breaks the document heading layout by inserting incorrect amounts of whitespace. And there's no way to configure capture templates to make it work correctly. The patch I posted fixes this

Re: [O] bug#11249: 24.1.50; Overlay with face property causes calendar buffer to scroll

2012-04-16 Thread Toby Cubitt
On Mon, Apr 16, 2012 at 05:50:50AM +0300, Eli Zaretskii wrote: Date: Sun, 15 Apr 2012 23:04:16 +0200 Cc: 11...@debbugs.gnu.org, emacs-orgmode@gnu.org From: Toby Cubitt toby-dated-1335733484.f89...@dr-qubit.org The obvious solution is for org-mode to use a face that doesn't enlarge the

Re: [O] Agenda filter for a specific file

2012-04-16 Thread Sebastien Vauban
Hi Marcelo and Bernt, Bernt Hansen wrote: Marcelo de Moraes Serpa celose...@gmail.com writes: Is there a way to define an agenda filter that will search in only one of the agenda files? The reason I do that is because although I have several files added to the agenda, only one contains

Re: [O] Bug: Footnotes badly positioned in HTML export [7.8.09 (release_7.8.09.234.g4a35)]

2012-04-16 Thread Shaun Johnson
On 16/04/2012 14:03, Shaun Johnson wrote: Hi, The attached example org file (t.org) with two footnotes generates the attached HTML file (t.html). As you can see in the attached screenshot (t.png) the footnote placement is odd to say the least. This problem doesn't org with the new exporter

Re: [O] Bug: Footnotes badly positioned in HTML export [7.8.09 (release_7.8.09.234.g4a35)]

2012-04-16 Thread Jambunathan K
Shaun Johnson sh...@slugfest.demon.co.uk writes: On 16/04/2012 14:03, Shaun Johnson wrote: Hi, The attached example org file (t.org) with two footnotes generates the attached HTML file (t.html). As you can see in the attached screenshot (t.png) the footnote placement is odd to say the

Re: [O] [PATCH] Agenda: Fix org-agenda-bulk-toggle when point is at already marked item

2012-04-16 Thread Nick Dokos
Madan Ramakrishnan madan...@gmail.com wrote: Hi Nick,   Ah, of course, you're right; it would result in a change in behavior.     While I can certainly tweak the patch to maintain the old behavior in the case of a negative or zero arg, stepping back, I don't quite understand the reasoning

Re: [O] org-wikinodes - find files in a specific directory

2012-04-16 Thread Darlan Cavalcante Moreira
Maybe a custom link type is enough for this. You can define a 'wiki' link type with #+LINK: wiki ~/Wiki_folder/%s and then use [[wiki:something.org][description]] -- Darlan At Fri, 13 Apr 2012 12:23:12 -0500, Marcelo de Moraes Serpa celose...@gmail.com wrote: [1 text/plain; ISO-8859-1

Re: [O] Bug: Footnotes badly positioned in HTML export [7.8.09 (release_7.8.09.234.g4a35)]

2012-04-16 Thread Jambunathan K
[Fwding to the list] Shaun Johnson sh...@slugfest.demon.co.uk writes: On 16/04/2012 15:03, Jambunathan K wrote: Shaun Johnsonsh...@slugfest.demon.co.uk writes: On 16/04/2012 14:03, Shaun Johnson wrote: Hi, The attached example org file (t.org) with two footnotes generates the attached

Re: [O] Sticky agenda branch merged

2012-04-16 Thread Tassilo Horn
Max Mikhanosha m...@openchat.com writes: Hi Max, I had just pushed a merge of max-sticky-agenda branch to master, let me know if there are any problems,... since the merge, I get an error on emacs startup. The error is caused by invoking `org-agenda-to-appt' on emacs startup. Here's a

Re: [O] Brackets around title in HTML from org-e-html

2012-04-16 Thread Jambunathan K
Shaun Johnson sh...@slugfest.demon.co.uk writes: Hi, The appended org file when exported to HTML using org-e-html (via org-export-dispatch) has brackets around the title. The generated HTML is attached (t.html) as is a screenshot (t.png). How can I avoid these brackets being inserted?

Re: [O] Scientific papers related to Org-mode

2012-04-16 Thread Thomas S. Dye
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Hi Bastien, Bastien wrote: #+begin_src emacs-lisp (defun org-insert-manual-bitex-citation-at-point () Insert a Bibtex citation of the Org manual at point. (interactive) (insert

Re: [O] Sticky agenda branch merged

2012-04-16 Thread Charles Philip Chan
Tassilo Horn tass...@member.fsf.org writes: since the merge, I get an error on emacs startup. The error is caused by invoking `org-agenda-to-appt' on emacs startup. You beat me to it. I am seeing the same thing. Also, I am able to run the function manually if there is an Agenda buffer.

Re: [O] Possible bug in parsing / clarification of syntax

2012-04-16 Thread Simon Thum
Hi Bastien, I have to revoke my earlier statement. The patch does _not_ remove the TODO_ line from the agenda. I see no change at all. Cheers, Simon On 04/10/2012 07:31 PM, Bastien wrote: Hi Simon, Simon Thumsimon.t...@gmx.de writes: I have found some irritating behaviour, potentially

Re: [O] Brackets around title in HTML from org-e-html

2012-04-16 Thread Shaun Johnson
On 16/04/2012 19:07, Jambunathan K wrote: Shaun Johnsonsh...@slugfest.demon.co.uk writes: Hi, The appended org file when exported to HTML using org-e-html (via org-export-dispatch) has brackets around the title. The generated HTML is attached (t.html) as is a screenshot (t.png). How can I

Re: [O] Usage of disqus instead of mailinglist considered harmful

2012-04-16 Thread Steinar Bang
Karl Voit devn...@karl-voit.at: Mailinglists - though currently handled by gmane which is also a company - Gmane isn't a company and does not handle the org mailing list(s). Gmane is one man that gets donated server location, old servers, and network hosting from his employer. And gmane is

Re: [O] Usage of disqus instead of mailinglist considered harmful

2012-04-16 Thread Kyle Sexton
Brian van den Broek brian.van.den.br...@gmail.com writes: On 8 Apr 2012 13:44, Karl Voit snip Oh I'd like to warn here: disqus is a private commercial company that wants to make money. Their strategy can (and will) change from one day to the other. An enthusiastic +1 from this largely

Re: [O] Frequent crashes of Emacs 24 on Mac OS X 10.7.3 due to org-mode

2012-04-16 Thread Martyn Jago
Hi Marius Marius Hofert marius.hof...@math.ethz.ch writes: Hi, I work with GNU Emacs 24.0.95.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) [installed as Emacs-pretest-24.0.95-universal-10.6.8 from http://emacsformacosx.com/builds ] on Mac OS X 10.7.3. (The reason for Emacs 24 is

[O] Yearly repeats on the agenda

2012-04-16 Thread SW
I have entries such as the following: *** 2011-01-01 +1y New Year's Day:holiday: which appear on the agenda on the correct day each year, but they appear as: File: 2011-01-01 +1y Public Holiday: Freedom Day :holiday: with the date showing. Other deadline/schedule/plain

[O] [latex, beamerposter] Muticolumn poster with multicolumn blocks or BMCOL and B_columns coexistance, is it possible?

2012-04-16 Thread Mikhail Titov
All: I realized I have a need for 2 columns in a block. However when I tried to use B_columns and B_column besides BMCOL that were alreasy in there, it failed to generate proper LaTeX source. Below is the trimmed down example that fails to work properly on 7.8.09 . Do I miss something? #-*-

Re: [O] Sticky agenda branch merged

2012-04-16 Thread Max Mikhanosha
At Mon, 16 Apr 2012 19:44:54 +0200, Tassilo Horn wrote: I had just pushed a merge of max-sticky-agenda branch to master, let me know if there are any problems,... since the merge, I get an error on emacs startup. The error is caused by invoking `org-agenda-to-appt' on emacs startup.

Re: [O] Sticky agenda branch merged

2012-04-16 Thread Charles Philip Chan
Max Mikhanosha m...@openchat.com writes: I had pushed a fix, which should fix `org-agenda-to-appt' Thanks, it worked. Charles -- The world is beating a path to our door -- Bruce Perens, (Open Sources, 1999 O'Reilly and Associates) pgpS9uKFsMF8D.pgp Description: PGP signature

Re: [O] Yearly repeats on the agenda

2012-04-16 Thread Nick Dokos
SW sabrewo...@gmail.com wrote: I have entries such as the following: *** 2011-01-01 +1y New Year's Day :holiday: which appear on the agenda on the correct day each year, but they appear as: File: 2011-01-01 +1y Public Holiday: Freedom Day :holiday: with the date

[O] Org-mode for Product Requirements

2012-04-16 Thread Bill Wishon
Hi Org-mode Community, I'm a product manager and I've been using org-mode for quite some time and was recently thinking how Org-mode might be a good starting point for a personal product requirements management system. I've searched around a bit and didn't find any discussions about such a

Re: [O] Yearly repeats on the agenda

2012-04-16 Thread Samuel Wales
Copied a South African diary? :)

Re: [O] org-wikinodes - find files in a specific directory

2012-04-16 Thread Marcelo de Moraes Serpa
Thanks Darlan, I'll try it out. - Marcelo. On Mon, Apr 16, 2012 at 9:23 AM, Darlan Cavalcante Moreira darc...@gmail.com wrote: Maybe a custom link type is enough for this. You can define a 'wiki' link type with #+LINK: wiki ~/Wiki_folder/%s and then use

[O] footnotes and mouse

2012-04-16 Thread Samuel Wales
I use org-mouse.el and footnotes.[fn::Like this.] I find that clicking in the middle of a footnote will place point at the beginning of the footnote after the last colon. I expected it to put point at the clicked location. Also with footnotes[fn:1: Like this.] which Org seems to insert. This

[O] Bug in org-diary (Bad sexp)?

2012-04-16 Thread Rafael Villarroel
I think there might be a bug related to the recent changes in the agenda code, since it has just appeared in the last days. The following are minimal steps: (Ubuntu 11.10, GNU Emacs 23.3.1 (i686-pc-linux-gnu, GTK+ Version 2.24.5) of 2011-08-14 on rothera, modified by Debian, Org version just

Re: [O] Frequent crashes of Emacs 24 on Mac OS X 10.7.3 due to org-mode

2012-04-16 Thread Marius Hofert
Dear Martyn, thanks for helping. 3) 7.7: As far as I remember, I've been there. 2) 24.0.94.1: I've definitely been there -- didn't sort it out. I even wanted to build Emacs on my own to see if that has an influence. But I obtained some errors due to missing tools (starting with libgif/libungif