Re: [O] Including an active timestamp in encrypted (crypt) org entries

2012-01-15 Thread Nick Dokos
Marcelo de Moraes Serpa celose...@gmail.com wrote: Hi folks, So I timestamp everything I input into my (org-based) GTD system (except for inbox items, that I'm sure I will review soon anyway). Here's how I do it: * Sample entry   2012-01-15 Sun 00:52 I have  (org-insert-time-stamp

Re: [O] Including an active timestamp in encrypted (crypt) org entries

2012-01-15 Thread Nick Dokos
[2nd attempt: I think the first one went astray] Marcelo de Moraes Serpa celose...@gmail.com wrote: So I timestamp everything I input into my (org-based) GTD system (except for inbox items, that I'm sure I will review soon anyway). Here's how I do it: * Sample entry   2012-01-15 Sun

Re: [O] org-float with hours

2012-01-15 Thread Bastien
Michael Brand michael.ch.br...@gmail.com writes: The doc is missing that so I attached a patch. Applied, thanks! -- Bastien

[O] The spanish version of the website is online

2012-01-15 Thread Bastien
Hi all, the spanish version of http://orgmode.org is now online, you should be redirected to it if your browser uses es as the language. Thanks a lot to David Arroyo Menéndez and Alvar Maciel for this work. Note that the spanish translation of the Org Mode guide is still on:

Re: [O] LOGBOOK opening

2012-01-15 Thread François Pinard
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: François Pinard wrote: When using SPC in the Agenda buffer (org-agenda-show-and-scrollup), the LOGBOOK drawer is shown opened, which is not a big problem, yet a slightly annoying one, as I'm rarely interested to see

Re: [O] [Orgmode] Automatic screenshot insertion

2012-01-15 Thread Russell Adams
On Sun, Jan 15, 2012 at 12:37:16AM -0600, Marcelo de Moraes Serpa wrote: A bit OT, but related. --- It would be *awesome* if we could somehow hook into the emacs paste/(drag-and)drop events and automatically paste or drop the image in an org buffer. I don't know if it's possible, but I

Re: [O] Including an active timestamp in encrypted (crypt) org entries

2012-01-15 Thread Richard Riley
Marcelo de Moraes Serpa celose...@gmail.com writes: Expected: Encrypted message and timestamp to stay as is. What happens: A new encrypted message is written, with the timestamp + the old encrypted message as part of it. Any hints appreciated :) Put the timestamp in the header.

Re: [O] LOGBOOK opening

2012-01-15 Thread Bernt Hansen
pin...@iro.umontreal.ca (François Pinard) writes: Hello, Sebastien. The manual says, in (org) Drawers: Sometimes you want to keep information associated with an entry, but you normally don't want to see it. For this, Org mode has _drawers_. [...] In order to look inside the drawer,

Re: [O] :noweb header argument

2012-01-15 Thread Eric Schulte
t...@tsdye.com (Thomas S. Dye) writes: Eric Schulte eric.schu...@gmx.com writes: As I recall this was originally implemented and then later removed because it was causing more confusion and problems than it was worth. I hope it hasn't crossed the line of existence more than once. At some

Re: [O] How to debug org-clock-display: Args out of range: [48230 48230 48230 38618 38618 0 0 0 0 0 ...], 61

2012-01-15 Thread Stefan Nobis
Nick Dokos nicholas.do...@hp.com writes: The code that sets the level seems suspect to me: (let* ((headline-forced (get-text-property (point) :org-clock-force-headline-inclusion)) (headline-included

Re: [O] [babel] Code for simple set-operations on two tables. Asking for some input.

2012-01-15 Thread Eric Schulte
Hi Marc-Oliver, I would recommend two small coding style points for writing lisp code (especially for inclusion into the library of babel). 1. You *never* want to leave trailing )'s on a line by themselves, but rather you should always stack these, indentation is used to visually identify

[O] :noweb no-export

2012-01-15 Thread Thomas S. Dye
Hi Eric, The :noweb no-export option depends on the value of :exports in an unexpected way. If :exports code, then the noweb references are not expanded on export to LaTeX, as expected. If :exports both, then the noweb references are expanded on export to LaTeX. All the best, Tom -- Thomas

Re: [O] Minimal overhead Org-mode blogging system

2012-01-15 Thread Steinar Bang
Puneeth Chaganti puncha...@gmail.com: [snip!] https://github.com/punchagan/blog-files I've added a short README that tries to include the things that you are looking for. But, it's something I wrote up quickly. Feel free to ask any specific questions. I've been trying to use it, but I

Re: [O] [Orgmode] Automatic screenshot insertion

2012-01-15 Thread Marcelo de Moraes Serpa
Awesome! I will try that out. What about hooking into the pasting event and check when it's an image (or whatever file you want) ? Thanks, - Marcelo. On Sun, Jan 15, 2012 at 6:10 AM, Russell Adams rlad...@adamsinfoserv.comwrote: On Sun, Jan 15, 2012 at 12:37:16AM -0600, Marcelo de Moraes

[O] Hack: org-agenda-cache.el

2012-01-15 Thread Max Mikhanosha
As my agenda files slowly grew over the years, the speed of generating agenda had slowly deteriorated, finally hitting the point of me jdoing something about it. (it got to around 5-7 seconds, which kind of interrupts work-flow) Attached file org-agenda-cache.el is a quick fix solution that I

[O] byte-code: Error (org-odt): Cannot find factory styles files. Aborting.

2012-01-15 Thread Johnny
Hi, I just upgraded to org-mode 7.8.03 (from 7.6) and now get this error message when trying to use the org-odt converter. With version 7.6, I used org-odt from contrib and that worked fine, so what is the reason for this error? I did see another post about this about installing style files, but

Re: [O] [Orgmode] Automatic screenshot insertion

2012-01-15 Thread Russell Adams
Marcelo, You can check out the Emacs DND (drag-n-drop) help files for more information. I'm not sure what other capabilities it has. I know that I was subscribing my function to the files event only, there were a few other types. Thanks. On Sun, Jan 15, 2012 at 01:31:02PM -0600, Marcelo de

Re: [O] How to debug org-clock-display: Args out of range: [48230 48230 48230 38618 38618 0 0 0 0 0 ...], 61

2012-01-15 Thread Bernt Hansen
Gregor Zattler telegr...@gmx.net writes: Hi Bernt, org-mode developers, * Bernt Hansen be...@norang.ca [05. Jan. 2012]: Gregor Zattler telegr...@gmx.net writes: I use org-mode to record my working time. If I want to know the total time worked on a project I do a M-X org-clock-display. But

Re: [O] Captions for src and example blocks

2012-01-15 Thread Christian Wittern
Hi Nicolas, Thanks for your answer. On 2012-01-14 17:43, Nicolas Goaziou wrote: Hello, Christian Witterncwitt...@gmail.com writes: There was a thread last April about a way to introduce captions and labels to src and example blocks (see

Re: [O] Captions for src and example blocks

2012-01-15 Thread Christian Wittern
Hi Jambunathan, First of all, thanks for all your work with ODT, it makes org-mode so much more useful! On 2012-01-15 01:38, Jambunathan K wrote: As Nicolas notes, all essential infrastructure is in place. Only thing that needs to happen is to switch over the existing ODT backend to the new

Re: [O] LOGBOOK opening

2012-01-15 Thread François Pinard
Bernt Hansen be...@norang.ca writes: pin...@iro.umontreal.ca (François Pinard) writes: I do not see why RET and SPC from the Agenda would act differently from one another in that respect [of opening the drawers in the associate Org buffer], nor why one of them would contradict the

Re: [O] Old entry remains in appt when the original one in org file is changed

2012-01-15 Thread Bernt Hansen
Takafumi Arakaki aka@gmail.com writes: I am using org-agenda-to-appt and I noticed a bug. 1. Add the following in the agenda file * TODO test SCHEDULED: 2012-01-14 Sat 12:00 2. Call org-agenda-to-appt 3. Change the SCHEDULED time-stamp in the entry like this * TODO test

Re: [O] Captions for src and example blocks

2012-01-15 Thread Jambunathan K
BTW, is it currently possible to set the size for figures (I mean, included graphic)? I know it is possible in Latex, but the Latex directive seems to be ignored by ODT? Anyway, I guess this problem will go away with the new generic exporter. Try (info (org) Images in ODT export) or M-x

Re: [O] byte-code: Error (org-odt): Cannot find factory styles files. Aborting.

2012-01-15 Thread Jambunathan K
Johnny yggdra...@gmx.co.uk writes: Hi, I just upgraded to org-mode 7.8.03 (from 7.6) and now get this error message when trying to use the org-odt converter. With version 7.6, I used org-odt from contrib and that worked fine, so what is the reason for this error? I did see another post

[O] [BUG] ORG-LIST-END-MARKER when exporting from within a babel block with an exclude or include tag

2012-01-15 Thread Frozenlock
Ok, I know this a very specific application. Perhaps it's not even a bug and I'm using it the wrong way. Here is a minimum working example: #+TITLE: Test org file #+EXPORT_INCLUDE_TAGS: test2 * First heading