[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 netty.ha...@gmail.com 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

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 netty.ha...@gmail.com 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

[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

[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

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

2011-10-02 Thread Thomas S. Dye
Nick Dokos nicholas.do...@hp.com writes: Thomas S. Dye t...@tsdye.com wrote: Eric S Fraga e.fr...@ucl.ac.uk writes: Jakob Lombacher kont...@lombacher.net 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

Re: [O] Bug: spreadsheet [7.7]

2011-10-02 Thread Nick Dokos
Paul Stansell paulstans...@gmail.com 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

[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.

Re: [O] Checkbox difficulties

2011-10-02 Thread John Hendy
On Sun, Oct 2, 2011 at 2:06 PM, Dave Abrahams d...@boostpro.com 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

Re: [O] Checkbox difficulties

2011-10-02 Thread Nicolas Goaziou
Hello, Dave Abrahams d...@boostpro.com 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

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

2011-10-02 Thread Nicolas Goaziou
Dave Abrahams d...@boostpro.com 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

Re: [O] Hide drawers in indirect buffers?

2011-10-02 Thread Dave Abrahams
on Sat Oct 01 2011, Dave Abrahams dave-AT-boostpro.com 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...

[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, Dave Abrahams dave-AT-boostpro.com wrote: on Sun Oct 02 2011, Nicolas Goaziou n.goaziou-AT-gmail.com wrote: Hello, Dave Abrahams d...@boostpro.com writes: I'm having two problems with checkboxes: 1. They're hard to navigate to. I have a task with 4 checkboxed

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 n.goaziou-AT-gmail.com wrote: Dave Abrahams d...@boostpro.com 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

[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

[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 d...@boostpro.com 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