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

2012-04-15 Thread Nick Dokos
Madan Ramakrishnan 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 > org-agenda-bulk-mark > will fa

Re: [O] latex to org converter

2012-04-15 Thread Marvin Doyley
Marvin Doyley writes: > Does anybody has a script that convert latex files to org mode ? > > I wrote one in Matlab, but it is a little clunky - I wrote it in matlab > because I am still learning lisp Not exactly a script, but I highly recommend Pandoc[1]. There is also pandoc-mode[2], which is a

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

2012-04-15 Thread Madan Ramakrishnan
* 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 org-agenda-bulk-mark will fail with no parameter. Change the max to a

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

2012-04-15 Thread Eli Zaretskii
> Date: Sun, 15 Apr 2012 23:04:16 +0200 > Cc: 11...@debbugs.gnu.org, emacs-orgmode@gnu.org > From: Toby Cubitt > > The obvious solution is for org-mode to use a face that doesn't enlarge > the characters. Another solution would be to enlarge the calendar window by one line.

[O] agenda links replaced by target, possible?

2012-04-15 Thread Ezequiel Birman
Is it possible to have links in agenda views replaced by the actual target? I mean for example, having [bbdb:] type links replaced by the contact information or [gnus:] type links replaced by the message text. This could be usefull especially when exporting agenda views for printing. -- Ezequiel

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

2012-04-15 Thread Marius Hofert
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 because of the latest features in Gnus). The org-mode version I use is 7.

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

2012-04-15 Thread Toby Cubitt
On Sun, Apr 15, 2012 at 11:41:00PM +0300, Eli Zaretskii wrote: > > Date: Sun, 15 Apr 2012 21:24:39 +0200 > > From: Toby Cubitt > > > > Steps to reproduce: > > > > 1. emacs -Q > > 2. M-x calendar > > 3. M-: (setq o (make-overlay 1 2)) > > 4. M-: (overlay-put o 'face 'font-lock-warning-face) > > 5

Re: [O] multiple date_tree values possible in a single file

2012-04-15 Thread Simon Thum
On 04/14/2012 03:23 PM, Carsten Dominik wrote: On 12.4.2012, at 16:55, Nick Dokos wrote: Stuart McLean wrote: Hi, Nick I have expressed myself poorly. It is not so much what I can not get to work. It is more "is such-and-such possible". I would like to have two headings in one file, and to

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

2012-04-15 Thread Simon Thum
Hi Bastien, my agenda is fine with the patch. Cheers, Simon On 04/10/2012 07:31 PM, Bastien wrote: Hi Simon, Simon Thum writes: I have found some irritating behaviour, potentially a bug. I have a block agenda which goes like: tags-todo "@home&TODO=\"TODO\" and it displays a certain org

Re: [O] Making org-fit-agenda-window able to be turned off?

2012-04-15 Thread Nick Dokos
Kyle Machulis wrote: > Would adding a flag to skip calls to org-fit-agenda-window be handy to > anyone else? > > Some context: I use workgroups.el > (https://github.com/tlh/workgroups.el) for my desktop management > setup. I have a workgroup that keeps my org-mode daily agenda and > sauron (http

Re: [O] Capturing to current file

2012-04-15 Thread Nick Dokos
Samuel Wales wrote: > The only thing it needs is to insert above the current headline if you > are in body text. > org-capture-insert-template-here won't do that by itself: it will insert it *here*, but it's up to you to make sure that *here* is the right place. Nick

Re: [O] Sticky agenda status?

2012-04-15 Thread Nick Dokos
Kyle Machulis wrote: > > So far I had one problem with babel, which appears unrelated to sticky > > changes, as org-babel-header-arg-expand seems to be made it into > > default value of org-tab-first-hook, and right that function throws > > some weird error inside of it. > > I don't really use b