Hi, Marcelo.
I used Visio. Then saved as Postscript and converted to pdf, using ps2pdf.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
hi all,
having set org-clock-idle-time to 15 minutes the dialogue to resolve the idle
time shows correctly after 15 minutes of idle time.
Many times I simply press "j" just to jump to the running clock.
What I experience is that I have to press "j" several times until the dialogue
gets finally
Hi Dan and Sebastian,
Sebastian Rose wrote:
> Dan Davison writes:
>> Can you point me to an example that shows how to make source code in latex
>> look (almost) as nice as html?
>
> That is supposed to work with the `listings' package. I havent tried that
> yet.
>
> I still use my old LaTeX heade
Hi Inquisitive Scientist,
Inquisitive Scientist wrote:
> I *love* org-babel.
So do I. That's even not love anymore, but passion... Even if I almost don't
use it, only when I need to write doc in a "literate programming" style. But,
thinking at using it for every little script I write, as well.
Hi Thomas,
Thomas Jack wrote:
> I have the following capture template:
>
> ("t" "Todo" entry (file+headline (concat org-directory "/inbox.org") "inbox")
> "* TODO %?\n%i\n%a")
>
> The manual says of %i that "The entire text will be indented like %i
> itself." Is this a bug, or
Rustom Mody writes:
> Why is it that if org-agenda-files is a list the list should have
> absolute file names whereas when it (points to) a single file
> containing the names those names are allowed to be relative to
> org-directory?
I guess this is a small historical contingency. We might inde
Ian Barton writes:
> The Software Freedom Law Centre has some good guidelines on licensing.
> Specificall you might want to look at:
> http://www.softwarefreedom.org/resources/2008/foss-primer.html#x1-120002.4
> and
> http://www.softwarefreedom.org/resources/2007/gpl-non-gpl-collaboration.html
T
Hi Marcelo,
Marcelo de Moraes Serpa writes:
> Here it is:
> http://github.com/celoserpa/emacs-starter-kit/blob/master/fullofcaffeine/org.el
Thanks - note that it might be confusing to name your config file org.el
since this is also the name of the main Org file.
Some comments on the fly:
1. y
When you think of CamelCase and on-the-fly creating of non-existing
files/headlines, it's just another way of *capturing* stuff.
Why not defining some simple syntax to trigger the capture mechanism
from special links?
For example:
"I write a reference to a >c:newfile which I can create later."
Dan Davison writes:
> Am I right in understanding that if we increase html-resolution the
> resulting images will come out larger in a web browser;
You're right.
Actually having a :resolution would perhaps make sense, at least for
consistency sake. What do you (and the OP) think?
> i.e that
Hi Vinh,
Vinh Nguyen writes:
> I was wondering if there is an easy way to markup the color of the
> text for html output (and highlight as well). When I prepare meeting
> minutes I'd like to color some things and highlight certain things.
> Right now, I am using emphasizing a major portion of t
Hi Mash,
'Mash writes:
> I have started experimenting with publishing outlines to PDF, and have
> been trying to sort out basic styling, mainly because the default
> export looks terrible.
The default LaTeX export looks like a simple LaTex file.
> I disabled the title header as I want my first
Am 04.08.2010 07:36, schrieb Bastien:
Or we might also consider CC0:
http://creativecommons.org/publicdomain/zero/1.0/
It looks way more simple to me.
It also circumvents the problem of people having to sign the FSF papers
if the Org/Emacs manuals include part of the code they contributed t
Hi Michael,
Michael Gilbert writes:
> Did org-clock-current-task actually end up in orgmode in February? I
> see mention of it on the list, but I'm not seeing it in the
> application.
Yes, this was added in february:
,
| commit 30ffaca5aa2cbffbfa2dd21335c058c75a22ed33
| Author: Bastien Gue
Hi Rainer,
Rainer Stengele writes:
> FOLDED (headline level n) -> CHILDREN (headline level n+1) -> CHILDREN
> (headline level n+2) -> ... SUBTREE
My feeling is that this would be too much.
Maybe what you need si simply to *navigate* among items, not to (un)fold
them. Speedy keys make it very
Hi Bastien,
navigation is not the issue in my case.
It is simply to have to see all subheadings and contents in one step.
Imagine having:
* IT Projects
** Project 1
*** 2009
01
* Meeting on [2010-01-04 Mo]
2010/8/6 Sébastien Vauban :
> But just wanted to confirm you this seems, then, a bug to me (regarding what
> the doc promises).
Thanks for the confirmation.
The following patch seems to fix the problem:
diff --git a/lisp/org-capture.el b/lisp/org-capture.el
index 111f7f7..1e407f1 100644
--- a/li
Sébastien Vauban
writes:
> Hi Inquisitive Scientist,
>
> Inquisitive Scientist wrote:
>> I *love* org-babel.
>
> So do I. That's even not love anymore, but passion... Even if I almost don't
> use it, only when I need to write doc in a "literate programming" style. But,
> thinking at using it fo
On Aug 6, 2010, at 10:30 AM, Bastien wrote:
Rustom Mody writes:
Why is it that if org-agenda-files is a list the list should have
absolute file names whereas when it (points to) a single file
containing the names those names are allowed to be relative to
org-directory?
I guess this is a sm
On Aug 5, 2010, at 12:32 AM, Bastien wrote:
amscopub-m...@yahoo.com writes:
Is there a way to control the resolution of PNG LaTeX formulas when
you export to HTML?
I've implemented this.
I would not think that we need this change, the :scale and :html-scale
parameters do this for in-buffe
Hi Eric, Martin,
thanks for tracking this down! I fixed the part in org-indent.el, at
a slightly
different location that Erik's proposal
(in org-indent-add-properties and in org-indent-remove-properties)
Thanks!
- Carsten
On Aug 6, 2010, at 6:56 AM, Erik Iverson wrote:
On 08/05/2010 03:3
On Fri, Aug 6, 2010 at 4:12 PM, Carsten Dominik
wrote:
>
> On Aug 6, 2010, at 10:30 AM, Bastien wrote:
>
> Rustom Mody writes:
>>
>> Why is it that if org-agenda-files is a list the list should have
>>> absolute file names whereas when it (points to) a single file
>>> containing the names those
Seb's nice listings code led me to come across this[1] blog post,
describing the latex package "minted"[2]. I've made a first-pass
implementation of org-mode latex export using minted. This didn't take
too long because I copied the original work Eric Schulte did on
listings. I think that minted may
Sébastien Vauban
writes:
> Hi Dan and Sebastian,
>
> Sebastian Rose wrote:
>> Dan Davison writes:
>>> Can you point me to an example that shows how to make source code in latex
>>> look (almost) as nice as html?
>>
>> That is supposed to work with the `listings' package. I havent tried that
>>
Carsten, we are trying to increase the resolution of the images for *print*
(ppi or dpi) while keeping the image the size on the web page. (As I wrote in
the first email, I'm generating an HTML file with LaTeX pngs and then
converting that to a PDF.)
Unfortunately, the html-scale and scale opt
Carsten, we are trying to increase the resolution of the images for *print*
(ppi or dpi) while keeping the image the size on the web page. (As I wrote in
the first email, I'm generating an HTML file with LaTeX pngs and then
converting that to a PDF.)
Unfortunately, the html-scale and scale opti
On Sun, Aug 1, 2010 at 1:27 PM, Bastien wrote:
> From the agenda, I often want to jump to the currently clocking task
> without leaving the agenda buffer.
>
> The attached patch contains a function that does so.
>
> Would that be useful to anyone else?
>
> If so, any suggestion for a keybinding?
Hi all!
I've got a very mysterious mystery bug that keeps biting me, and I don't
know how to hunt it down. Even worse, I haven't been able to replicate
it in a small example file... it only happens in this one particular
document, but it happens consistently in that document.
I start with the fo
On Fri, Aug 6, 2010 at 2:18 AM, Bastien wrote:
> Hi Vinh,
>
> Vinh Nguyen writes:
>
>> I was wondering if there is an easy way to markup the color of the
>> text for html output (and highlight as well). When I prepare meeting
>> minutes I'd like to color some things and highlight certain things.
Carsten Dominik writes:
> I would not think that we need this change, the :scale and :html-scale
> parameters do this for in-buffer display and html formatting,
> respectively.
>
>
> Please revert this change.
Done.
--
Bastien
___
Emacs-orgmode mai
Noorul Islam writes:
> >From the agenda, I often want to jump to the currently clocking task
> without leaving the agenda buffer.
>
> The attached patch contains a function that does so.
>
> Would that be useful to anyone else?
>
> If so, any suggestion for a keybi
Noorul Islam writes:
> On Sun, Aug 1, 2010 at 1:27 PM, Bastien wrote:
>
> From the agenda, I often want to jump to the currently clocking task
> without leaving the agenda buffer.
>
> The attached patch contains a function that does so.
>
> Would that be useful to anyone
Hi Batien,
Thank you for the insights,
Might be related to the OSX build -- any other OSX users around? :)
Do you mind if I answer with some additional questions?
>2. (add-hook 'org-mode-hook 'turn-on-font-lock) is not necessary
Hmm, I'm not really sure about this setting. I'll remove it, but w
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.
-
I just tripped over myself :-) After reading this excellent discussion of dpi
(http://www.danheller.com/tech-dpi.html ), I think the problem might just be
dvipng. The "problem" is that while the PNGs look good on the screen, they look
horrible in the printer. I tried creating some PNGs with with
Vinh Nguyen gmail.com> writes:
>
> Apologies for the ambiguity. In the org, we can use *text* and the
> word "text" would be bold in the html output. I was wondering if
> there is a markup that would change the color, eg, \{red}[text], or
> something of that sort. I don't think it exists. I
As the OP I thought I would point out that while this is interesting
and useful for some, it is not what I was discussing.
On 2010-08-03, Roman wrote:
>
> Scot Becker gmail.com> writes:
>>
>>
>> True. I watch the recent changes to worg in an RSS feed reader, and it
>> would
> be very nice to ge
Hi,
I've recently seen similar requests on this list.
The attached patch provides a first pass at this support implementing
both in-buffer coloring given the following syntax, and html export (I
don't know the correct LaTeX syntax, but it shouldn't be hard to extend
this to LaTeX as well). This
Hi,
I've been hunting for some info on gnuplot and wondered if there is a
suggested "best practice" for using it and org...
I've just used what worg has (#+PLOT: ...)
- http://orgmode.org/worg/org-tutorials/org-plot.php
But several discussions seem to show a lot of people using embedded source
On Aug 6,2010, at 2:30 AM, Bastien wrote:
>> Did org-clock-current-task actually end up in orgmode in February? I
>> see mention of it on the list, but I'm not seeing it in the
>> application.
>
> Yes, this was added in february:
>
> ,
> | commit 30ffaca5aa2cbffbfa2dd21335c058c75a22ed33
> |
Thanks Eric, this works. I do agree that the implemented syntax is
not org-like but more latex-like. To be more org-like, could we use
parentheses or curly braces like how links are implemented? They
aren't taken, are they? For example,
((red)(this text is red))
{{yellow}{this text is highligh
Hello,
On 6 August 2010 16:11, John Hendy wrote:
> Hi,
>
> I've been hunting for some info on gnuplot and wondered if there is a
> suggested "best practice" for using it and org...
> I've just used what worg has (#+PLOT: ...)
> - http://orgmode.org/worg/org-tutorials/org-plot.php
>
> But several
Hi Vinh,
Vinh Nguyen writes:
> Thanks Eric, this works.
Great,
> I do agree that the implemented syntax is not org-like but more
> latex-like. To be more org-like, could we use parentheses or curly
> braces like how links are implemented? They aren't taken, are they?
> For example,
>
> ((red
"Eric Schulte" writes:
> Hi Vinh,
>
> Vinh Nguyen writes:
>
>> Thanks Eric, this works.
>
> Great,
>
>> I do agree that the implemented syntax is not org-like but more
>> latex-like. To be more org-like, could we use parentheses or curly
>> braces like how links are implemented? They aren't ta
On Wed, Aug 4, 2010 at 9:45 PM, Inquisitive Scientist <
inquisitive.scient...@gmail.com> wrote:
> Dear Experts,
>
> There seems to be a bug in the tags feature for clock tables. When I try to
> generate a dynamic block for a clock-table in the following example file it
> goes into an infinite loop
Eric Schulte wrote:
> Hi,
>
> I've recently seen similar requests on this list.
>
> The attached patch provides a first pass at this support implementing
> both in-buffer coloring given the following syntax, and html export (I
> don't know the correct LaTeX syntax, but it shouldn't be hard to e
On Fri, Jul 30, 2010 at 4:38 PM, Rainer Stengele
wrote:
> Having
>
> * headline 1
> :PROPERTIES:
> :VISIBILITY: folded
> :END:
> ** headline 2.1
> - stuff
> ** headline 2.1
> :PROPERTIES:
> :VISIBILITY: folded
> :END:
> - stuff
>
> C-u C-u
>Switch back to the startup visibility of the buffer
On Aug 6, 2010, at 5:17 PM, amscopub-m...@yahoo.com wrote:
Carsten, we are trying to increase the resolution of the images for
*print* (ppi or dpi) while keeping the image the size on the web
page. (As I wrote in the first email, I'm generating an HTML file
with LaTeX pngs and then convert
On Aug 6, 2010, at 5:07 PM, Michel Briand wrote:
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-m
On Aug 6, 2010, at 4:14 PM, Noorul Islam wrote:
On Fri, Aug 6, 2010 at 4:12 PM, Carsten Dominik > wrote:
On Aug 6, 2010, at 10:30 AM, Bastien wrote:
Rustom Mody writes:
Why is it that if org-agenda-files is a list the list should have
absolute file names whereas when it (points to) a sin
50 matches
Mail list logo