[O] Re-marking agenda entries, with advice on org-agenda-bulk-action in .emacs

2011-10-02 Thread netty hacky
Hello, The issue of re-marking agenda entries has been raised before: http://lists.gnu.org/archive/html/emacs-orgmode/2011-02/msg00200.html I am facing the same problem. I always do more than one bulk actions on the same set of agenda entries, so having to re-mark them manually has been a pain.

Re: [O] % (org-agenda-bulk-mark-regexp) in agenda view problems

2011-10-02 Thread netty hacky
Sorry, didn't realized I wasn't sending email in plain text. On Sat, Oct 1, 2011 at 3:14 PM, netty hacky wrote: > > Hi Bastien, > > I found a third problem of org-agenda-bulk-mark-regexp, it does not work well > on daily/weekly agenda view.  Basically it chokes on lines that is not a > regular

Re: [O] Re-marking agenda entries, with advice on org-agenda-bulk-action in .emacs

2011-10-02 Thread netty hacky
My bad, didn't realized I wasn't sending email in plain txt. On Sun, Oct 2, 2011 at 2:13 AM, netty hacky wrote: > Hello, > > The issue of re-marking agenda entries has been raised before: > http://lists.gnu.org/archive/html/emacs-orgmode/2011-02/msg00200.html > > I am facing the same problem.  I

[O] Patch for bug in adjusting time ranges in Agenda

2011-10-02 Thread Niels Giesen
Hi Orgers, The discussion in the recent thread "Time range end in agenda view not displayed" prompted me to take a closer look at time/date ranges in the Agenda view. I noticed that the commands `org-agenda-do-date-later' and `org-agenda-do-date-earlier' do not work correctly on timestamp ranges,

[O] Patch for numbering continuation in source blocks.

2011-10-02 Thread Niels Giesen
NOTE: I have tried earlier to send this patch with git send-email, but apparently failed; here's a new, inlined attempt. The documentation for numbering source code blocks says: #+begin_quote If you use a `+n' switch, the numbering from the previous numbered snippet will be continued in the c

Re: [O] shortcuts to hide nearest heading or sparse tree

2011-10-02 Thread Max Mikhanosha
At Sat, 24 Sep 2011 19:55:37 -0500, Kevin Buchs wrote: > I have been studying extensively and have not found a quick way to hide the > nearest heading (which > contains point) as well as the entire sparse tree. I often have two or more > sparse trees open as I go > look for information elsewhere

[O] Bug: spreadsheet [7.7]

2011-10-02 Thread Paul Stansell
Hello, I think I have found a bug in the spreadsheet of orgmode. To reproduce the bug do the following: Edit this file with emacs orgmode. Place the cursor in the small table below and type C-c } to toggle on the display a labelled grid giving the cell references. Change the c=1 in the CONSTAN

[O] [PATCH] Re: Latex Export: Place Caption Below Table

2011-10-02 Thread Thomas S. Dye
Nick Dokos writes: > Thomas S. Dye wrote: > >> Eric S Fraga writes: >> >> > Jakob Lombacher writes: >> > >> >> Hi, >> >> >> >> if I export a document to latex, the caption of a table is always on the >> >> top. >> >> >> >> How can I place it at the bottom? Is there a parameter to config it?

Re: [O] Bug: spreadsheet [7.7]

2011-10-02 Thread Nick Dokos
Paul Stansell wrote: > To reproduce the bug do the following: > > Edit this file with emacs orgmode. > > Place the cursor in the small table below and type C-c } to toggle on the > display a labelled grid giving the cell references. > > Change the c=1 in the CONSTANTS line to c=2 and refresh t

[O] [PATCH] Add svg export using pdf2svg, for latex math and src blocks.

2011-10-02 Thread Tom Prince
This is my attempt to add export of latex code (for HTML export) via svg, rather than png. I don't know if this is the best way to go about doing it, but I wanted to avoid as much duplicated code as possible. --- lisp/ob-latex.el |5 +++- lisp/org-exp.el |1 + lisp/org-html.el |1 + l

[O] Bug: Undocumented behavior [7.7 (release_7.7.83.g258aa)]

2011-10-02 Thread Dave Abrahams
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.

[O] Checkbox difficulties

2011-10-02 Thread Dave Abrahams
Hi! I'm having two problems with checkboxes: 1. They're hard to navigate to. I have a task with 4 checkboxed sub-items, and it's very fiddly getting my cursor in position to check them off. Is there a trick for this? 2. When I have a repeating TODO item with checkbox dependencies, the

Re: [O] Checkbox difficulties

2011-10-02 Thread John Hendy
On Sun, Oct 2, 2011 at 2:06 PM, Dave Abrahams wrote: > > Hi! > > I'm having two problems with checkboxes: > > 1. They're hard to navigate to. I have a task with 4 checkboxed > sub-items, and it's very fiddly getting my cursor in position to > check them off. Is there a trick for this? > > >

Re: [O] Checkbox difficulties

2011-10-02 Thread Nicolas Goaziou
Hello, Dave Abrahams writes: > I'm having two problems with checkboxes: > > 1. They're hard to navigate to. I have a task with 4 checkboxed >sub-items, and it's very fiddly getting my cursor in position to >check them off. Is there a trick for this? No. I use C-s to navigate to the ch

Re: [O] Bug: Undocumented behavior [7.7 (release_7.7.83.g258aa)]

2011-10-02 Thread Nicolas Goaziou
Dave Abrahams writes: > `C-u C-c C-c' on a checkbox seems to make it disappear. If that's > intentional it should be documented. Otherwise, it should be fixed. It is already documented. According to the manual, in "5.6 Checkboxes", at the "C-c C-c" line: "Toggle checkbox status or (with prefix

Re: [O] Hide drawers in indirect buffers?

2011-10-02 Thread Dave Abrahams
on Sat Oct 01 2011, Dave Abrahams wrote: > When I initially request an indirect buffer for an item (especially from > the agenda) it shows up with all its drawers open. I'd prefer it if > they were closed by default. Is there a way to do that? To follow up my own post... This is actually ver

[O] Bug: Feature-request: `org-after-checkbox-statistics-hook' [7.7 (release_7.7.370.g8e44ba)]

2011-10-02 Thread Dave Abrahams
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] Checkbox difficulties

2011-10-02 Thread Dave Abrahams
on Sun Oct 02 2011, Nicolas Goaziou wrote: > Hello, > > Dave Abrahams writes: > >> I'm having two problems with checkboxes: >> >> 1. They're hard to navigate to. I have a task with 4 checkboxed >>sub-items, and it's very fiddly getting my cursor in position to >>check them off. Is the

Re: [O] Checkbox difficulties

2011-10-02 Thread Dave Abrahams
on Sun Oct 02 2011, Dave Abrahams wrote: > on Sun Oct 02 2011, Nicolas Goaziou wrote: > >> Hello, >> >> Dave Abrahams writes: >> >>> I'm having two problems with checkboxes: >>> >>> 1. They're hard to navigate to. I have a task with 4 checkboxed >>>sub-items, and it's very fiddly getting

Re: [O] Bug: Undocumented behavior [7.7 (release_7.7.83.g258aa)]

2011-10-02 Thread Dave Abrahams
on Sun Oct 02 2011, Nicolas Goaziou wrote: > Dave Abrahams writes: > >> `C-u C-c C-c' on a checkbox seems to make it disappear. If that's >> intentional it should be documented. Otherwise, it should be fixed. > > It is already documented. According to the manual, in "5.6 Checkboxes", > at the

[O] Bug: incorrect indentation of DEADLINE [7.7]

2011-10-02 Thread Paul Stansell
Hello, I think I have found a very minor bug in the current org mode. The is a bug present when using: Org-mode version 7.7 with GNU Emacs 23.1.1 (i386-redhat-linux-gnu, GTK+ Version 2.18.9) of 2010-06-03 on xb-01.phx2.fedoraproject.org To reproduce the bug do: Start emacs on this emai

Re: [O] Checkbox difficulties

2011-10-02 Thread Nicolas Goaziou
Dave Abrahams writes: >>> You may have a look to org-checklist.el in contrib directory. It >>> exactly does that. >> >> Wow, that's awesome... we're *so* close... but how do I get it to >> automatically mark the item DONE when the last box is checked? > ^^ > Still want that one. You mig

Re: [O] Bug: Feature-request: `org-after-checkbox-statistics-hook' [7.7 (release_7.7.370.g8e44ba)]

2011-10-02 Thread Nicolas Goaziou
Dave Abrahams writes: > I was using checkboxes for a group of subtasks, and was surprised when > the following (which I lifted from the manual) wasn't causing the parent > item to be marked DONE upon checking the last box. > > (defun dwa/org-summary-todo (n-done n-not-done) > "Switch entry to D

[O] Bug in LaTeX export for links with underscores in captions. (Easy to fix for elispers)

2011-10-02 Thread Magnus Nilsson
This is a bug which elisp-driven orgers with access to the git repository can fix quickly. * Linking to [[a_file.txt][a file with underscore]] in a headline works well with LaTeX export #+CAPTION: Linking [[a_file.txt][a file with underscore]] in a caption does _not_ work well with LaTeX export.

Re: [O] Checkbox difficulties

2011-10-02 Thread Nick Dokos
Dave Abrahams wrote: > Wow, that's awesome... we're *so* close... but how do I get it to > automatically mark the item DONE when the last box is checked? > Take a look at http://thread.gmane.org/gmane.emacs.orgmode/42715/focus=42721 Nick