Marcelo de Moraes Serpa 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 nil t nil
[2nd attempt: I think the first one went astray]
Marcelo de Moraes Serpa 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 00:52>
>
> I hav
Michael Brand writes:
> The doc is missing that so I attached a patch.
Applied, thanks!
--
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:
http://librema
"Sebastien Vauban"
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 its contents at
>> this stage.
> I don't _
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, bu
Marcelo de Moraes Serpa 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.
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 draw
t...@tsdye.com (Thomas S. Dye) writes:
> Eric Schulte 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 point i
Nick Dokos 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
> (or (null h
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
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 S
> Puneeth Chaganti :
[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 keep runni
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 wrote:
> On Sun, Jan 15, 2012 at 12:37:16AM -0600, Marcelo de Moraes Serpa wrote:
> > A bit OT, b
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
de
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", bu
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 Morae
Gregor Zattler writes:
> Hi Bernt, org-mode developers,
> * Bernt Hansen [05. Jan. 2012]:
>> Gregor Zattler 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 this suddenly gives me this error
Hi Nicolas,
Thanks for your answer.
On 2012-01-14 17:43, Nicolas Goaziou wrote:
Hello,
Christian Wittern writes:
There was a thread last April about a way to introduce captions and
labels to src and example blocks (see
http://lists.gnu.org/archive/html/emacs-orgmode/2011-04/msg00877.html).
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
e
Bernt Hansen 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
>> definition and s
Takafumi Arakaki 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
> SCHEDU
> 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
Johnny 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 about this abo
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
25 matches
Mail list logo