Re: [O] Trimming quotes

2012-12-29 Thread Nick Dokos
Ben Finney wrote: > t...@tsdye.com (Thomas S. Dye) writes: > > > Can you point me to trimming guidelines for digest readers? > > In brief: Don't respond at all to a digest message. > > Instead, respond to the actual message you want to respond to; that way, > your response will include correct

Re: [O] Trimming quotes

2012-12-29 Thread Ben Finney
t...@tsdye.com (Thomas S. Dye) writes: > Can you point me to trimming guidelines for digest readers? In brief: Don't respond at all to a digest message. Instead, respond to the actual message you want to respond to; that way, your response will include correct fields in the header to preserve th

Re: [O] Trimming quotes

2012-12-29 Thread James Harkins
On Dec 29, 2012 11:23 PM, "Thomas S. Dye" wrote: > Can you point me to trimming guidelines for digest readers? I don't know where to find published guidelines, but this is how I try to handle it: - Quote just enough to capture the gist of what you're replying to. (As here -- I'm answering a spec

Re: [O] Bug: Table export to [tc]sv doesn't convert \vert [7.8.11]

2012-12-29 Thread Nathan Trapuzzano
Thanks Bastien. I agree that we need a more general fix for \vert escapes for exports to all formats. Unfortunately, the best way of going about it (in my opinion) would not be backwards compatible. I'd offer the patch myself if I knew it would be accepted on the master branch, so I will live with

Re: [O] Error: unknown function with-buffer-modified-unmodified

2012-12-29 Thread Bastien
Hi Nick, Nick Dokos writes: > Commit aa3786b changed org-entry-blocked-p to use > with-buffer-modified-unmodified, which is defined in bookmark.el. I had > to > > (require 'bookmark) > > at a strategic place to get past the "Unknown function" error. Fixed, thanks. -- Bastien

[O] Error: unknown function with-buffer-modified-unmodified

2012-12-29 Thread Nick Dokos
Commit aa3786b changed org-entry-blocked-p to use with-buffer-modified-unmodified, which is defined in bookmark.el. I had to (require 'bookmark) at a strategic place to get past the "Unknown function" error. Nick

Re: [O] org reserved and special words in drawers

2012-12-29 Thread Bastien
Hi Tony, Tony Day writes: > I'm trying to get my head around what a 'readable exchange format' is. > > org-export.el already exports as an elisp list: > > M-: (setq my-org-buffer-as-elisp (org-element-parse-buffer)) RTE > > ... and it's pretty readable :-) > > So the basic idea is that you would

Re: [O] [BUG] [contrib/org-koma-letter.el] #+DATE and #+TO_ADDRESS picked up from outside the current subtree

2012-12-29 Thread Viktor Rosenfeld
Hi Alan, Alan Schmitt wrote: > If you want subtree exporting, the information should be in a > :PROPERTIES: drawer at the beginning of the thing to export. Here is > what I did for a recent letter: > > #+BEGIN_SRC org > ** Lettre d'Accueil pour ... > :PROPERTIES: > :EXPORT_LATEX_CLASS: my-in

Re: [O] collaborating between org-mode and MS Word users

2012-12-29 Thread Karl Voit
* Julian Burgos wrote: > > - Is there a better way to have a non-org mode use to edit/correct a > org-mode document and then bring back the corrections to an org-mode > document? What about simple text files? Export your Org-file into UTF-8, keep a copy of it and compare your copy with the file y

Re: [O] In agenda, better handling of files changed behind Org's back

2012-12-29 Thread Bastien
Hi Achim, Achim Gratz writes: > I think that, aside from the above suggestion, it may be worth pondering if > Org should really "visit" those files that it just needs to look at for > building the agenda. If it would not visit them (Emacs must visit a file > that the user opened in edit mode ob

Re: [O] forward to the past ... Rounding timeclock

2012-12-29 Thread Bastien
Hi Kevin, Kevin Buchs writes: > I would like clocking to round to 15 minute intervals when I clock in > and clock out. I have the following in .emacs custom-set-variables > section: > '(org-time-stamp-rounding-minutes (quote (15 15))) > My org-version is 7.8.11 and emacs is 24.2.50.1 There

Re: [O] In agenda, better handling of files changed behind Org's back

2012-12-29 Thread Achim Gratz
Am 29.12.2012 14:29, schrieb Bastien: My argument is that read-only buffers are not supposed to change on emacs' side, so it would always be OK to re-read them. If that is true (I don't really know), then auto-revert-mode should keep them in sync with the file on disk. There is no simple fi

Re: [O] Trimming quotes

2012-12-29 Thread Thomas S. Dye
Hi James, James Harkins writes: > Just a reminder to be kind to list members who are receiving digests and TRIM > QUOTED MATERIAL. > > Recently: http://article.gmane.org/gmane.emacs.orgmode/63982 That's me! I want to be kind. > 48 lines of new content vs 1123 lines of quotes, for a whopping

Re: [O] [BUG] [contrib/org-koma-letter.el] #+DATE and #+TO_ADDRESS picked up from outside the current subtree

2012-12-29 Thread Alan Schmitt
Viktor Rosenfeld writes: > Hi, > > I've configured the scrlttr2 exporter found in > contrib/lisp/org-koma-letter.el to write letters directly in org-mode. > I'm very happy with the results, but I've noticed the following bug: If > there are multiple letters defined in an org-file, the contents of

Re: [O] On org-clock-table and day-of-the-week

2012-12-29 Thread Raghavendra D Prabhu
Hi, * On Sat, Dec 29, 2012 at 12:36:42PM +0100, Bastien wrote: Hi Raghavendra, Raghavendra D Prabhu writes: I am using org clock-table to generate reports etc. However, it has starting day for the week hard-coded as Monday 0:00 (in org-clock-special-range I believe). It would be nice if th

Re: [O] elp-instrument-package does not return anything

2012-12-29 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > To conclude, that means we should never forget about SSD-less Org-users like > me, and as well be once again delighted by the work done by Max (caching the > agenda, so that these ugly figures are only for the first generation of every > view we do ha

Re: [O] In agenda, better handling of files changed behind Org's back

2012-12-29 Thread Simon Thum
On 12/29/2012 02:29 PM, Bastien wrote: Hi Simon, Simon Thum writes: It's not a burden at all. This recipe breaks for me: 1 ) invoke agenda 2)> touch some_agenda_file.org 3) invoke agenda again I am asked: some_agenda_file.org changed on disk; really edit the buffer? (y, n, r or C-h) No

Re: [O] Distinguish between blank and zero in org-mode spreadsheet

2012-12-29 Thread Bastien
Hi Michael, this is just great! Thanks a lot for this major enhancement, and for your details explanations and tests. Michael Brand writes: > Patch 6 of the attached patches makes it possible to write > spreadsheet Calc formulas that check for empty fields: To sum the > first two columns unles

Re: [O] Error exporting empty results block

2012-12-29 Thread Bastien
Hi Michael, Michael Gauland writes: > org-escape-code-in-region produces an 'Invalid search bound (wrong side > of point)' error when exporting a block that produces an empty wrapped > block. For example: > > #+BEGIN_SRC emacs-lisp :wrap fundamental :exports both > (setq x nil) > #+END_SRC

Re: [O] In agenda, better handling of files changed behind Org's back

2012-12-29 Thread Bastien
Hi Simon, Simon Thum writes: > It's not a burden at all. This recipe breaks for me: > > 1 ) invoke agenda > > 2) > touch some_agenda_file.org > > 3) invoke agenda again > > I am asked: some_agenda_file.org changed on disk; really edit the buffer? > (y, n, r or C-h) > > No matter what I answer, t

Re: [O] Errors from remote sh scripts somewhat non-intuititve

2012-12-29 Thread George Jones
On Sat, Dec 29, 2012 at 5:44 AM, Bastien wrote: > For me, when the dir is available, I get a command not found > for the xecho command. > Same here, after a git-update of org-mode. Not sure what the issue was Thanks, ---George

Re: [O] On org-clock-table and day-of-the-week

2012-12-29 Thread Bastien
Hi Raghavendra, Raghavendra D Prabhu writes: > I am using org clock-table to generate reports etc. However, it has > starting day for the week hard-coded as Monday 0:00 (in > org-clock-special-range I believe). It would be nice if this is > configurable much like how org-agenda-start-on-weekday

Re: [O] In agenda, better handling of files changed behind Org's back

2012-12-29 Thread Simon Thum
On 12/29/2012 11:29 AM, Bastien wrote: Hi Simon, (New thread for this topic.) Simon Thum writes: I'd also like to use this opportunity to ask about more graceful agenda handling of changed files. When someone (not emacs) touches agenda files, the agenda code fails horribly. That is even if

Re: [O] Bug: org-edit-special adds commas to source blocks repeatedly [7.9.2 (release_7.9.2-781-g5de94e @ /home/bernt/git/org-mode/lisp/)]

2012-12-29 Thread Bastien
Hi Bernt, Bernt Hansen writes: > The following source blocks refer to my document > http://doc.norang.ca/org-mode.org > > > line 564 original > : #name : #+begin_...#+end_ > : # -- > : #+begin_$1 $2 > : $0 > : #+end_$1 > > C-c ' twice > : #name : #+begin_...#+end_ > : # -- > : ,#+begin_$

Re: [O] Bug: Can't edit example blocks [7.9.2 (release_7.9.2-781-g5de94e @ /home/bernt/git/org-mode/lisp/)]

2012-12-29 Thread Bastien
Hi Bernt, Bernt Hansen writes: > The following source blocks refer to http://doc.norang.ca/org-mode.org > > org-mode.org line 1553 > > #+begin_example > Default Task > [d] norang Organization <-- Task B > The task interrupted by starting the last one > [i] noran

Re: [O] Bug: Commas not removed from source blocks [7.9.2 (release_7.9.2-781-g5de94e @ /home/bernt/git/org-mode/lisp/)]

2012-12-29 Thread Bastien
Hi Bernt, Bernt Hansen writes: > Now editing the blocks does not remove all of the commas previously > introduced. Please try to remove all the commas and to TAB again in those blocks, it will escape the lines that need to be escaped. Let us know if it fixes things for you. Thanks, -- Bast

Re: [O] Errors from remote sh scripts somewhat non-intuititve

2012-12-29 Thread Bastien
Hi George, George Jones writes: > When a a remote sh script fails in babel, the feedback to the user > is "Setting current directory: no such file or directory, ..." even > it what happened is just a command not found.  It would be more > useful to > see the error output as happens with the loca

Re: [O] [PATCH] [contrib/org-koma-letter.el] Configurable subject title and place and signature bugfix

2012-12-29 Thread Bastien
Hi Viktor, Viktor Rosenfeld writes: > the attached patch adds the following options to the scrlttr2 > exporter: Thanks for this. Can you resubmit the patch and add a commit changelog? See http://orgmode.org/worg/org-contribute.html#sec-4 Best, -- Bastien

[O] In agenda, better handling of files changed behind Org's back (was: Agenda highlighting bug)

2012-12-29 Thread Bastien
Hi Simon, (New thread for this topic.) Simon Thum writes: > I'd also like to use this opportunity to ask about more graceful agenda > handling of changed files. When someone (not emacs) touches agenda files, > the agenda code fails horribly. That is even if the file is readonly or has > the "

Re: [O] Agenda highlighting bug

2012-12-29 Thread Bastien
Hi Simon, Simon Thum writes: > I dropped back to non-special surrogates but it feels like 90s. Can I set > the agenda file's encoding or is there something else which comes to mind? Let's first try to reproduce the bug :) -- Bastien

Re: [O] Bug: inline tasks behave strange with respect to visibility cycling within plain lists [7.9.2 (release_7.9.2-646-g664217 @ /home/grfz/src/org-mode/lisp/)]

2012-12-29 Thread Bastien
Hi Gregor, thanks for the detailed report. Gregor Zattler writes: > Summary: > > 1) With respect to visibility cycling I would expect to see >inline tasks as normal text or plainlist item. I would not >expect the display of children or subtrees to be cut of >immediately after an i

Re: [O] [PATCH] Introduce a new variable for x11idle

2012-12-29 Thread Bastien
Hi Yasushi, Yasushi SHOJI writes: > I've signed the paper and it's on its way to FSF. it will take a few > more days to reach the office, though. thanks a lot for the time you spent on this -- and don't hold your breath, it may take some time for the FSF to process this. Let me know when you

Re: [O] org-columns slowness with fairly large files (~700 lines)

2012-12-29 Thread Bastien
Hi Leonidas, Leonidas Tsampros writes: > It seems strange to me that switching to the next value of a cell, a > call to org-columns-compute is needed. As you can see > org-get-property-block is calles 786 times (which is rougly the number of > all-level entries in this particular org file). Tha

Re: [O] bugs in export

2012-12-29 Thread Bastien
Hi Samuel, Samuel Wales writes: > Another bug. The paragraphs are not wrapped in . This causes > there to be no line spacing after or before the headers. I can't reproduce this... but maybe I lost track of what to try. > === > > Quote > > > > Here is a quote: > === > > Is the current expor

Re: [O] How to generate agenda view tasks of all states?

2012-12-29 Thread Bastien
Hi Joakim, joa...@verona.se writes: > I would like to experiment with a graphical view of all tasks I've ever > finished, produced with graphviz or something. > > However, I can't seem to reliably generate a suitable view for further > processing. For some reason arg 0 only shows TODO items, not

Re: [O] [Bug] Bug in org-depend, was: Strange behavior of property-search and org-tags-view

2012-12-29 Thread Bastien
Hi Sven, Bastien writes: > Please let me know if the attached patch fixes the problem for you. Just FYI I've applied a slightly enhanced patch. Thanks for reporting this, -- Bastien

Re: [O] [Bug] Inline Links from Agenda

2012-12-29 Thread Bastien
Hi Memnon, Memnon Anon writes: > it seems to me that `C-c C-o' (org-agenda-open-link) does not work > correctly for internal links with: I fixed this in maint. Please test it heavily. Thanks for reporting this bug! -- Bastien