Erik Iverson writes:
> Loris Bennett wrote:
>> Hi,
>>
>> I have an org file containing several src blocks which generate images
>> using ditaa. When I publish to PDF via LaTeX, the images are all
>> generated every time, which makes publishing rather slow.
>>
>> Is there some way to toggle the ev
On Wed, 02 Feb 2011 19:35:52 +0100
Bastien wrote:
> Hi Jeff,
>
> Jeff Horn writes:
>
> > I like this change. But for me, when I mark a repeating task with the
> > keyword "APPT" as DONE, the task is re-scheduled with the TODO keyword
> > instead of APPT. It usually isn't a big deal, but I mean
Can someone commit the following patch to worg?
Btw, I need commit access to 'new' worg.
Jambunathan K.
>From 0251dc250594cdc69d9cc7eca83ca3cf80302ad4 Mon Sep 17 00:00:00 2001
From: Jambunathan K
Date: Thu, 3 Feb 2011 13:51:36 +0530
Subject: [PATCH] Update info on OpenOffice exporter.
---
Hi all,
I have found an indentation bug:
Example:
---
* headline
:PROPERTIES:
#+TITLE: title
:END:
* INARBEIT test
:LOGBOOK:
CLOCK: [2011-02-03 Do 09:54]--[2011-02-03 Do 09:54] => 0:00
CLOCK: [2011-02-03 D
Hi Alan,
"Alan E. Davis" wrote:
> I adapted something from Sacha Chua: a file with links to my most
> frequently accessed links. I too have been seeking some way to make
> this automatic, but even as it is, it works great.
>
> I call the file "Pointers.org".
>
> It is just an org-mode file, each
Hi,
I've been using the table editing feature of org mode, I never
realised plain text tables could be such fun to work with, and I just
came across a small bug. I had entered a table:
| Heading 1 | Heading 2 |
| 1 | 2 |
|11 |22 |
and then decided I wanted to go
Hi Rainer,
Rainer Stengele wrote:
> I have found an indentation bug:
>
> Example:
> ---
> * headline
> :PROPERTIES:
> #+TITLE: title
> :END:
>
> * INARBEIT test
> :LOGBOOK:
> CLOCK: [2011-02-03 Do 09:54]--[2011-02-
Hi,
For once, I have to disagree: Numbers at the beginning of the line
inadvertently starting a list item is a bug.
It means you can mess up your exported document (it doesn't just
happen at M-RET) by just writing a perfectly normal text, and there is
no easy-to-remember escape. (I really do
Am 02.02.2011 21:35, schrieb Sébastien Vauban:
> Hi,
>
> Imagine the following headline:
>
> --8<---cut here---start->8---
> ** NEW Send a mail to him
>SCHEDULED: <2011-02-04 Fri>
>:PROPERTIES:
>:Created: [2011-01-17 Mon 14:00]
>:END:
> --8<
On Thu, Feb 3, 2011 at 1:58 PM, Jambunathan K wrote:
>
> Can someone commit the following patch to worg?
Done!
> Btw, I need commit access to 'new' worg.
AFAIK, worg is still on repo.or.cz. Or am I wrong? I couldn't find a
repo of worg on the orgmode server's gitweb [1]
--
Puneeth
[1] - http:
Loris Bennett writes:
> Erik Iverson writes:
>
>> Loris Bennett wrote:
>>> Hi,
>>>
>>> I have an org file containing several src blocks which generate images
>>> using ditaa. When I publish to PDF via LaTeX, the images are all
>>> generated every time, which makes publishing rather slow.
>>>
>>>
Puneeth Chaganti writes:
>> Btw, I need commit access to 'new' worg.
>
> AFAIK, worg is still on repo.or.cz. Or am I wrong?
No you're right. We plan to move Worg to the new server but I wanted
to make sure we don't have problems with org-mode.git on the new server
before doing the switch for
Darlan Cavalcante Moreira writes:
> Thanks again Eric, this is a good solution for projects that are not
> accessed frequently for me (I only know some of the org search
> capabilities, I guess it is time to reread that section in the
> manual).
You're welcome! The wealth of functionality in or
Marcelo de Moraes Serpa writes:
> Hey list,
>
> I just found out about Taskwarrior today - http://taskwarrior.org. It
> seems to be a quite ambitious project to turn the CLI into a
> full-fledged GTD environment. I wouldn't leave org for it, but I
> thought it's quite nice and maybe some ideas co
Marcelo de Moraes Serpa writes:
> Hi list,
>
> What do you guys think about asciidoc, has any of you ever used it?
I tried it out a while ago. It's simple and the markup format is
similar (not the same) to org. In fact should be straightforward to
translate from one to the other.
However, I
Hi Sébastien,
Sébastien Vauban writes:
> ;; time included for the modeline clock is all time clocked into this task
> ;; today
> (setq org-clock-modeline-total 'today)
>
> but this is not satisfying me yet, because:
>
> 1. for some tasks (like spending time on this newsgroup), I would like to se
writes:
> In org-capture-place-item, excerpted here...
> [...]
>
> the function needs to bound re-search-forward by END, and it needs to
> bound re-search-backward by BEG. As it stands right now, if the
> target location doesn't contain an item already, the function will
> happily pick the ne
Is there a way to configure the HTML export to open every
*external* link to another window?
Eg this is very useful for web presentations (search for "s5 org).
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-org
I am using org-mode v. 7.3 and auto-complete v. 1.2
I added org-mode to "ac-modes" as described in the documentation. When typing
in an org-mode buffer, I correctly get the popup-menu from auto-complete mode.
If I then press TAB to complete the word, nothing happens - since TAB is bound
to org-
Hi Bruce,
Bruce Knoth writes:
> After I do a tag-search to create an agenda view, I am presented with
> all of the tagged items, in the order that they appear in their home
> files. Is there a way to sort the list in the Agenda view in the
> order of timestamps?
Have a look at `org-agenda-sorti
Bastien writes:
> If this is still an issue, can you provide a patch for this? It will
> help me understand what is really at stake.
Forget about this, I've seen this has been fixed long ago.
Sorry for the noise,
--
Bastien
___
Emacs-orgmode ma
Hi Ross,
Ross Patterson writes:
> I would like to be able to designate some of my clock time as unbillable
> such that when using a clockreport the unbillable time is not included.
> I would also like to compare billable and unbillable time if possible.
>
> Currently I either manually change "CL
Hi.
I'd like to keep fit org-agenda-files.
But LOGBOOK of habit grows by the day.
I'm afraid of LOGBOOK ten years later.
Sometimes I'd like to review the past actions thoroughly.
So I don't want to reduce LOGBOOK.
Can I save old LOGBOOK for another file without losing information?
Regards.
Hi Jonathan,
Jonathan BISSON writes:
> Here is a little function that allows a user to insert a screenshot
> easily. Only works on unix-like systems where ImageMagick is installed
> (adapt "import" to your screenshot program if needed).
I added this to worg/org-hacks.org
Thanks!
--
Bastien
Hello,
> Rainer Stengele writes:
> Hi all,
> I have found an indentation bug:
>
> Pressing TAB on the :END: closing the :LOGBOOK: indents it to the
> same level as the :PROPERTIES: string above.
I cannot reproduce it in development version. What version are you using?
Regards,
--
Nicolas
Am 03.02.2011 14:38, schrieb Nicolas Goaziou:
> Hello,
>
>> Rainer Stengele writes:
>
>> Hi all,
>
>> I have found an indentation bug:
>>
>> Pressing TAB on the :END: closing the :LOGBOOK: indents it to the
>> same level as the :PROPERTIES: string above.
>
> I cannot reproduce it in develop
Hi Bastien,
Bastien wrote:
> Sébastien Vauban writes:
>> ;; time included for the modeline clock is all time clocked into this task
>> ;; today
>> (setq org-clock-modeline-total 'today)
>>
>> but this is not satisfying me yet, because:
>>
>> 1. for some tasks (like spending time on this newsgroup
Hi Maurice,
Maurice writes:
> Below, a piece of my org-agenda-custom-commands. I want to obtain my
> notes from my ordinary agenda files and from carto.org. Some of them
> are tagged "note" with the property CATEGORY "openstreetmap"
What version of Org and Emacs are you using ?
Can you make a
Hi Jonathan,
Jonathan BISSON writes:
> A new project : A python module for orgmode files
>
> https://github.com/bjonnh/PyOrgMode
>
> Hope someone would find this useful/helpful.
>
> You can also contribute as much as you wish/can ;)
>
> The code is not really clean (I'm working on docstrings and
Hello,
> Christian Moe writes:
> Numbers at the beginning of the line inadvertently starting a list
> item is a bug.
You call it a bug, but it is actually the Org definition of a numbered
item. This is in the manual. Though, I think I understand what you
mean: this definition can lead to sur
Hi James,
James Shuttleworth writes:
> Hi,
> I love the idea of the new bulk scatter command, but it's giving me
> a problem. When used, it adds an extra SCHEDULED item to entries
> rather than change the current one. Maybe this is expected
> behaviour and I just don't "get it", but I
Marvin Doyley writes:
> Is there a way to tell org to fold Latex environments (i.e., #
> +begin_latex #+end_latex) automatically at start-up ?
Yes.
(setq org-hide-block-startup t)
Or set this in an Org buffer:
#+STARTUP: hideblocks
This is a FAQ, I've added an entry to Worg/org-fa
Sébastien Vauban writes:
> PS- Thanks a lot for your archaeological work... answering to old open
> threads. This is great.
Well, my goal is to hit "inbox zero" before FOSDEM... glad this
archaeological work is useful :)
--
Bastien
___
Emacs-o
Hi Matthieu,
Matthieu Lemerre writes:
> The attached file implements links to mail collections and "searchs" to
> the notmuch mail client. A "search" is a query to be performed by
> notmuch; it is the equivalent to folders in other mail
> clients. Similarly, mails are refered to by a query, so b
Jambunathan K writes:
> Emacswiki has a nice and easy way to choose CSS for the page it
> renders. Look for `use it' links in the below page.
>
> http://www.emacswiki.org/emacs/CSS
>
> Is there anything similar for org/worg pages?
Hi Jambunathan,
You can use a browser extension for this:
https
Dan Davison writes:
> Loris Bennett writes:
>
>> Erik Iverson writes:
>>
>>> Loris Bennett wrote:
Hi,
I have an org file containing several src blocks which generate images
using ditaa. When I publish to PDF via LaTeX, the images are all
generated every time, which make
Sébastien Vauban writes:
> Hi Eric(s), Dan & all,
>
> Sébastien Vauban wrote:
>> "Eric Schulte" wrote:
>>> I think that adding a new block delimiter face which inherits from the
>>> org-meta face as you've suggested is the way to go.
>>>
>>> I would recommend however that rather than removing/cha
Dear all,
as you know, some of us will meet this saturday at FOSDEM.
It will be great to meet IRL, to discuss Org past, present
and future -- I really can't wait for that!
Everyone on this list already contributes with code, patches,
feedback, tests, ideas and... patience with the new maintain
phaebz writes:
> I am using org-mode v. 7.3 and auto-complete v. 1.2
>
> I added org-mode to "ac-modes" as described in the documentation. When
> typing in an org-mode buffer, I correctly get the popup-menu from
> auto-complete mode. If I then press TAB to complete the word, nothing
> happens - s
On Thu, Feb 3, 2011 at 9:09 AM, Nicolas Goaziou wrote:
> Hello,
>
>> Christian Moe writes:
>
>> Numbers at the beginning of the line inadvertently starting a list
>> item is a bug.
>
> You call it a bug, but it is actually the Org definition of a numbered
> item. This is in the manual. Though,
On Feb 3, 2011, at 6:32 AM, Carsten Dominik wrote:
On Sep 15, 2010, at 5:19 AM, Ilya Shlyakhter wrote:
In org-scan-tags, if todo-only is t, would it be possible to speed
things up by changingthe regexp go to just the lines with a TODO
keyword?
I believe this may cause a problem. The scann
Carsten Dominik writes:
> OK, here is an example where it really does fail:
>
>
> * heading
> ** one:tag1:
> *** two
> *** two :tag2:
> *** TODO two
Thanks for the fast reaction, Bastioen!
- Carsten
On Feb 3, 2011, at 5:37 PM, Bastien wrote:
Carsten Dominik writes:
OK, here is an example where it really does fail:
* heading
** one:tag1:
*** two
*** two
Hello,
> Jeff Horn writes:
> What about a compromise? I envision an editable variable called
> "org-plain-list-regexp-delimiter" (in the same vein as
> "org-export-latex-emphasis-alist") that is a list of delimiters
> recognized for plain lists. I rarely use periods (always use
> parentheses)
Jambunathan K writes:
> (Refiling with added info, Thanks Noorul)
>
> See Heading2 for description of the bug. This bug has been there since
> time immemorial.
>
> (setq org-link-search-must-match-exact-headline nil)
>
> # Input Org file
>
> * Heading1
>
> * Heading2
>
> Link to [[Heading
Hi Pierre,
Pierre de Buyl writes:
> S5 allows one to present a slideshow in a web browser, even full screen for
> some browsers.
> I know that the topic has come here already, but I actually hacked the
> excellent org-html.el export file to produde a S5 slideshow with org.
This looks useful.
B
Christian Moe writes:
> For once, I have to disagree: Numbers at the beginning of the line
> inadvertently starting a list item is a bug.
Something that is a direct result of the specification can't be usefully
called a bug of the implementation. It may still be unexpected and/or
unwanted behavi
Miguel Ruiz writes:
> I am working on a document split in several chunks. I need to generate the
> full document in order to do different sorting processes before exporting.
>
> It would be nice if that generation could be recursive ... you know, one
> master file, one included file with another
Hi Rainer,
Rainer M Krug writes:
> I would like to have a description as follow:
>
> - first :: some text
> - second :: some more text
> - =code= :: some additional text
>
> but =code= is not formatted as bold. If I say
>
> - \bold{=code=} :: some additional text
>
> I get, as one could expect,
By the way, now that you mention it, Eric. Is there anything right now
that can generate graphs akin to what taskwarrior generates for
archived org data? This would be awesome to track progress.
Marcelo.
On Thu, Feb 3, 2011 at 12:29 PM, Marcelo de Moraes Serpa
wrote:
> Yeah, it's a quite nice pr
Yeah, it's a quite nice project. I don't think it'd work for me as a
PIM environment though. I think emacs (or vim with the new
org-compatible plugin) will always be faster in this sense. Also, it
lacks the reference aspect of any GTD system (a wiki or wiki-like
collection of reference documents) w
Hi Arnold,
Holger Arnold writes:
> is there a way to use markup (bold, italic, etc.) only for parts of a
> word?
Please have a look at `org-emphasis-regexp-components' and customize it
to your needs.
HTH,
--
Bastien
___
Emacs-orgmode mailing li
Hi Christian,
Christian Moe writes:
> What am I doing wrong in the following example?
>
> --
> #+TITLE: Test
>
> Some *bold* text.
>
> Evaluate this:
> (setq org-export-html-style-extra "b {color: red;}")
> --
>
> With org-export-html-style
Hi Sébastien,
Sébastien Vauban writes:
> - As well, clearly make a separation between the different tags, instead of
> concatenating them as one big chunck, so that we could put a background
> color that'd be cut between the consecutive tags:
>
> ++ ++ ++
> |tag1|
Hi Sébastien,
Sébastien Mengin writes:
> I would like to be able to type something like:
>
>¶xx¶^e siècle
>
> where ¶ is the markup for small-caps when exporting to html (which,
> finally, I managed to configure, so please forget my precedent post and
> forgive me for the noise).
>
> The pro
Bastien writes:
> I would welcome an approach where we factor out some elements of
> org-export-as-html, so that exporting to s5 would just require the
> user to customize those elements.
Sorry for piggy-backing onto this topic, but I seem to remember the
mention of a "generic exporter" on this
Christopher Witte writes:
> and then decided I wanted to go back and put a horizontal line after
> the heading. So I want to the start of the line after the heading and
> entered "|-"
Not really a bug...anything past '|-' is considered garbage.
Try 'C-c -' instead, or open a new line when you en
Osamu OKANO writes:
> Sometimes I'd like to review the past actions thoroughly.
> So I don't want to reduce LOGBOOK.
>
> Can I save old LOGBOOK for another file without losing information?
This is what I do at the moment: define a drawer CLOSED and put any
runoff in the LOGBOOK into this drawer (
Hi Jean-Marie,
Jean-Marie Gaillourdet writes:
> I've got the following question, which I couldn't answer by studying the
> manual and the web. How can I mark the same entries again, after I've
> performed a bulk action in the agenda?
>
> Again more clearly: Suppose I've marked several entries in
Marcelo,
I've started dreaming of a system called 'org-dashboard'
that will do things like this. E.g., progress tracking for
projects, books, weight loss goals. Graphics of time tracking
for sleeping hours, work hours, exercise hours, etc. Simple
counts of how many Coke's you drink, etc. The
Hi Bastien,
Bastien wrote:
> Sébastien Vauban writes:
>> - As well, clearly make a separation between the different tags, instead of
>> concatenating them as one big chunck, so that we could put a background
>> color that'd be cut between the consecutive tags:
>>
>> ++ ++ +---
Hi Eric,
"Eric Schulte" wrote:
> +(org-copy-face 'org-meta-line 'org-block-begin-line
> + "Face used for the line delimiting the begin of source blocks.")
> +
> +(org-copy-face 'org-meta-line 'org-block-begin-line
> + "Face used for the line delimiting the end of source blocks.")
> +
> +(defface
Bastien writes:
> But
>
> \item[{\texttt code}]some additional text
>
> would do the job.
No, it doesn't - it makes the first "c" character non-bold typewriter
and the rest "ode" bold sans serif. There simply is no boldface version
of the typewriter font in standard LaTeX, so the form of the a
"Eric Schulte" writes:
[...]
>
> Hi Seb,
>
> Thanks for sharing this code. I couldn't help myself but to turn it
> into a patch as that has become my favorite way of reviewing new code.
> The resulting patch it attached.
Seb's code worked for me but your patch doesn't unfortunately.
> I notic
Bastien wrote:
Hi Rainer,
Rainer M Krug writes:
I would like to have a description as follow:
- first :: some text
- second :: some more text
- =code= :: some additional text
but =code= is not formatted as bold. If I say
- \bold{=code=} :: some additional text
I get, as one could expect
Hi Eric(s),
Here is the patch I intended to write:
diff --git a/lisp/org-faces.el b/lisp/org-faces.el
index c237a0e..2e9d2a3 100644
--- a/lisp/org-faces.el
+++ b/lisp/org-faces.el
@@ -1,6 +1,6 @@
;;; org-faces.el --- Face definitions for Org-mode.
-;; Copyright (C) 2004, 2005, 2006, 2007, 2008
Erik Iverson writes:
> Marcelo,
>
> I've started dreaming of a system called 'org-dashboard'
[...]
> I'm very much in the design phase now, no code. I should have some
but sounds good! I look forward to it.
The trick will be to ensure that the correct data have been recorded.
For instance,
Eric S Fraga wrote:
Erik Iverson writes:
Marcelo,
I've started dreaming of a system called 'org-dashboard'
[...]
I'm very much in the design phase now, no code. I should have some
but sounds good! I look forward to it.
The trick will be to ensure that the correct data have been rec
Very interesting!
Thanks!
Erwin
On 2/02/2011 12:10, Andrea Crotti wrote:
Carsten Dominik writes:
Hi everyone,
I will be at the meeting on Saturday, and I hope to meet some of you!
If you have an org-mode T-Shirt - I think it would be fun to wear
it - I will.
Most of all, I will be very ple
@Erik -- that sounds awesome! Really looking forward to it.
Have you guys noticed the coincidence? We have two Eri[k][c]s here :D
Bastien, Carnsten, what do you guys think of Taskwarrior? :)
Cheers,
Marcelo.
On Thu, Feb 3, 2011 at 3:05 PM, Erik Iverson wrote:
>
>
> Eric S Fraga wrote:
>>
>> E
On Thu, Feb 3, 2011 at 11:47 AM, Nicolas Goaziou wrote:
> It is certainly doable, but it wouldn't help for the problem at hand.
> There is already a way to not use dots (this is the solution you
> envision), but only parenthesis, as numbered items separators.
Is there a variable? It would appear
2011/2/3 Sébastien Vauban :
> What about really adding the colon marker, so that one can easily find tags in
> the exported file?
Use the CSS content property.
http://www.w3schools.com/Css/pr_gen_content.asp
As an example, check out the links and how they are styled at
http://almostobso
Hi,
maybe someone should contact the devs there and invite them (to come to
this email list and/or vice versa).
There is really some beauty in the idea to use dead simple command line
tools to getting things fast and quickly done. On the other hand
org-mode has so many useful functions.
It wou
Dear Bastien,
you might consider to add a Flattr account for org-mode too.
As far as I understood Flattr is a micorpayment system on a monthly
base. People donate a monthly sum and this will be shared by the
projects they marked (by click on a clever placed icon) over a month
period. I believe
Hi Tosten,
They are already talking about org, check this out:
http://taskwarrior.org/boards/8/topics/show/208
A CLI client would be nice, but IMHO, I don't think it would be faster
than the operating org from emacs; perhaps for a couple of basic
stuff, but I think that depends strongly on perso
On Thu, Feb 3, 2011 at 7:14 PM, Torsten Wagner wrote:
> Hi,
>
> maybe someone should contact the devs there and invite them (to come to
> this email list and/or vice versa).
> There is really some beauty in the idea to use dead simple command line
> tools to getting things fast and quickly done. O
Hi John
Actually, this comes down to the point which was discussed already
sometimes. Creating a org-mode API which could be accessed from
CLI-tools was well as from other programs (Thunderbird and Firfox
plugins come to my mind but Conky and other programs might use it to
extract data from o
If we could somehow turn emacs into a headless server, it would be
nice. I don't know enough elisp or emacs architecture to know if it
could be turned into a web server, for example. But that's an awesome
idea.
On Thu, Feb 3, 2011 at 9:12 PM, Torsten Wagner wrote:
> Hi John
>
> Actually, this com
Hi Marcelo,
A CLI client would be nice, but IMHO, I don't think it would be faster
than the operating org from emacs; perhaps for a couple of basic
stuff, but I think that depends strongly on personal tastes.
For me the most nicest part to have a CLI interface to org-mode would be
the fact th
Hi Marcelo,
Emacs can run as a dameon and as that you could access it via
emacsclient. What is needed is a nice interface to allow to send simple
requests to insert and fetch data from org-mode. Some of the org-mode
function might do this already, however, I guess a decent layer which
hides t
On 2/3/2011 8:03 PM, Torsten Wagner wrote:
Hi Marcelo,
Emacs can run as a dameon and as that you could access it via
emacsclient. What is needed is a nice interface to allow to send simple
requests to insert and fetch data from org-mode. Some of the org-mode
function might do this already, howev
Torsten Wagner writes:
> Dear Bastien,
>
> you might consider to add a Flattr account for org-mode too. As far
> as I understood Flattr is a micorpayment system on a monthly
> base. People donate a monthly sum and this will be shared by the
> projects they marked (by click on a clever placed ico
The argument against it would be that it `reduces' the amount. Consider
the case of micro-donors ...
Well it seems the flattr people take 10%. Guess this is still fair and
well documented on there website, they provide a certain service which
cost money. Paypal and other payments methods charg
Torsten Wagner writes:
>> The argument against it would be that it `reduces' the amount. Consider
>> the case of micro-donors ...
>
> Well it seems the flattr people take 10%. Guess this is still fair and
> well documented on there website, they provide a certain service which
> cost money. Paypa
On Fri, Jan 21, 2011 at 18:05, Eric Schulte wrote:
>
>
> There are a variety of ways to convert lists to strings, look at the
> `format' function for printing any elisp value to a string. You can
> also use something like the following to convert a list to a string
>
> #+begin_src emacs-lisp
> (
85 matches
Mail list logo