As Carsten Dominik so eloquently wrote on 5/19/2009 1:38 AM:
On May 19, 2009, at 7:54 AM, Daniel J. Sinder wrote:
Most of my tasks have only one state change (TODO->DONE), so I like
to be able to quickly see my log notes by fully expanding all
headings in a sub-tree. Thus, I do NOT use the L
As Carsten Dominik so eloquently wrote on 5/19/2009 1:38 AM:
On May 19, 2009, at 7:54 AM, Daniel J. Sinder wrote:
Most of my tasks have only one state change (TODO->DONE), so I like
to be able to quickly see my log notes by fully expanding all
headings in a sub-tree. Thus, I do NOT use the L
On May 20, 2009, at 12:56 AM, Marvin Doyley wrote:
Hi everyone,
Does anyone knows how to vary the position of inline images. The
default position appear to be is center, but it would be nice to
vary the location especially when exporting as html
I am not sure.
http://orgmode.org/manual/
On May 20, 2009, at 1:06 AM, Marcelo de Moraes Serpa wrote:
Eraldo,
Good to know that! I definetly would like to get in touch with you
with more time to discuss it. Meanwhile, Carsten (or any other org-
savvy developer) could point us into the right direction on which is
the best way to s
On Wed, May 20, 2009 at 2:57 AM, Marcelo de Moraes Serpa wrote:
> Wow, didn't think this observation would generate so much buzz :) Great to
> know other org-mode users feel the need for it too.
>
> Another aspect is that when you archive and item (when it's DONE) it's nice
> to know it's context.
Eraldo Helal wrote:
> On Wed, May 20, 2009 at 00:29, Matthew Lundin wrote:
>
> > Org-mode already can save context info as properties. See the variable
> > org-archive-save-context-info.
>
> I do not have this variable (Org-Version:"6.26trans").
>
You probably need to load org-archive.el[c]
Eraldo,
Good to know that! I definetly would like to get in touch with you with more
time to discuss it. Meanwhile, Carsten (or any other org-savvy developer)
could point us into the right direction on which is the best way to start
hacking org (towards makeing extensions for it).
I have many, ma
Hi everyone,
Does anyone knows how to vary the position of inline images. The
default position appear to be is center, but it would be nice to vary
the location especially when exporting as html
Regards,
Marvin
___
Emacs-orgmode mailing list
Re
On Wed, May 20, 2009 at 00:29, Matthew Lundin wrote:
> Org-mode already can save context info as properties. See the variable
> org-archive-save-context-info.
I do not have this variable (Org-Version:"6.26trans").
Eraldo
___
Emacs-orgmode mailing list
Hi Marcelo,
Marcelo de Moraes Serpa writes:
> Another aspect is that when you archive and item (when it's DONE) it's
> nice to know it's context. If you have a NEXT ACTION that belongs to a
> project and this specific NA is already DONE, if you archive it you'll
> loose context. (you might want
My wording!
You seem to have found a comrade.
I would further suggest getting in touch (apart from the mailing list and
exchanging ideas and current setup).
On Tue, May 19, 2009 at 23:27, Marcelo de Moraes Serpa
wrote:
> Wow, didn't think this observation would generate so much buzz :) Great to
>
Hello list!
Is there a way to query for all the high-priority items in the agenda view?
Thanks,
Marcelo.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/e
Wow, didn't think this observation would generate so much buzz :) Great to
know other org-mode users feel the need for it too.
Another aspect is that when you archive and item (when it's DONE) it's nice
to know it's context. If you have a NEXT ACTION that belongs to a project
and this specific NA
Hi Dirk,
if you _really_ do this (it's not first of april, is it?) it's about time
to join this list ;-)
...and take a look into
* the great Org-mode manual:
http://orgmode.org/manual/HTML-export.html#HTML-export
http://orgmode.org/manual/Publishing.html#Publishing
* the tutorials
Hi Dan,
Op Tue 19 May 2009, om 21:10 (+0200) schreef Dan Davison:
>
> "Dirk-Jan C. Binnema" writes:
>
> >
> > I seems that I should be able to automate that a bit... ie., maybe
> > something like:
> >
> > #+BEGIN_CODE(perl)
> > print "hello, world!";
> > #+END_CODE
> >
> >
> > But I'm not real
"Dirk-Jan C. Binnema" writes:
> Hi all,
>
> I sometimes use blocks of code in my org-files; currently, to make them
> look nice, I put the code in a buffer with their major mode (e.g, a blog
> perl in a buffer with perl-mode), then convert it to html with htmlize,
> and copy the result html back
Sebastian Rose writes:
> I do
>
> for f in $(find ~/org/ -name '*.org'); do touch "${f}"; done
That would definitely work! I think I got stuck in rut, but a good
one this time: org-mode! I should have thought of using the rest of
the system to solve my problem.
Again, thanks to all.
_
Carsten Dominik writes:
> Thanks to everyone who contributed to this thread.
>
> This was a stupid bug, fixed now.
Thanks Carsten!
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists
Hi all,
I sometimes use blocks of code in my org-files; currently, to make them
look nice, I put the code in a buffer with their major mode (e.g, a blog
perl in a buffer with perl-mode), then convert it to html with htmlize,
and copy the result html back in an org-mode html block.
#+BEGIN_HTML
#
Thanks to everyone who contributed to this thread.
This was a stupid bug, fixed now.
- Carsten
On May 19, 2009, at 1:36 PM, Eric S Fraga wrote:
Hello,
I've been through the manual and the faq but just cannot seem to find
the answer to a very simple question: I need to re-publish
(i.e. re-ex
I do
for f in $(find ~/org/ -name '*.org'); do touch "${f}"; done
Sebastian
Eric S Fraga , Eric S Fraga
writes:
> Nick Dokos writes:
>> As a workaround for the skipping of unmodified files: does setting
>>
>> org-publish-use-timestamps-flag
>>
>> to nil temporarily do the deed? I'm no
On Tue, May 19, 2009 at 7:19 PM, Eric S Fraga wrote:
> Manish writes:
>
>> On Tue, May 19, 2009 at 5:06 PM, Eric S Fraga wrote:
>>> Hello,
>>>
>>> I've been through the manual and the faq but just cannot seem to find
>>> the answer to a very simple question: I need to re-publish
Eric S Fraga wrote:
> Nick Dokos writes:
> > As a workaround for the skipping of unmodified files: does setting
> >
> > org-publish-use-timestamps-flag
> >
> > to nil temporarily do the deed? I'm not sure what that will do to
> > the timestamps: they will probably be completely out of sync af
On 2009-05-18, Carsten Dominik wrote:
> I have now changed this so that it is parallel to what happens
> durng all other export types: The exported buffer stays hidden
> when you do `C-c C-e a'. Realizing that often you'd
> want to paste this stuff, I am pushing the exported stuff onto
> the kil
On Tue, May 19, 2009 at 05:01, Manish wrote:
> Of course, I do not know elisp nor do I understand Org internals so
> the idea might just be nonsense from an implementation perspective.
>
Nonsense or not I like the idea a lot!
It would be of great help to me.
personally I would only need one
> You could free up C-tab by customizing org-disputed-keys and
> org-replace-disputed-keys. Or, maybe even better in your case, you could
> overwrite Org's setting of C-tab in a hook, for example
>
> (add-hook 'org-mode-hook
>(define-key 'org-mode-map [(control tab)] nil))
>
Cool. Than
Confirmed. Thank you.
On 2009-05-18, Carsten Dominik wrote:
> Hi Samuel,
>
> now I can reproduce the problem.
>
> It happens because you are marking exactly a subtree,
> and the headline of the subtree becomes the *title* of
> the exported, and indeed, links in titles are not formatted
> corre
{{{maxro}}} expansion does not happen for docbook export until an html
export is done. After that, macros seems to be expanded properly for
docbook export.
Thanks!
-Dale
--
Dale P. Smith
da...@vtiinstruments.com
216-447-4059 x2018
216-447-8951 FAX
(Company mandated disclaimer follows...)
The
Nick Dokos writes:
> As a workaround for the skipping of unmodified files: does setting
>
> org-publish-use-timestamps-flag
>
> to nil temporarily do the deed? I'm not sure what that will do to
> the timestamps: they will probably be completely out of sync afterwards;
> but that's exactly what
Nick Dokos wrote:
> As a workaround for the skipping of unmodified files: does setting
>
> org-publish-use-timestamps-flag
>
> to nil temporarily do the deed? I'm not sure what that will do to
> the timestamps: they will probably be completely out of sync afterwards;
> but that's exactly wh
Matthew Lundin wrote:
> Hi Eric,
>
> Eric S Fraga writes:
>
> > Hello,
> >
> > I've been through the manual and the faq but just cannot seem to find
> > the answer to a very simple question: I need to re-publish
> > (i.e. re-export) a website that is written in org-mode because I've
> > chang
Hi,
I've now switched to following the development version because several
things that I've wanted have been implemented in the short time I've
been using org-mode already! And I was impressed with orgmode at the
outset...
I tried version 6.26trans, and the hierarchical checkbox statistics
works
Hi Eric,
Eric S Fraga writes:
> Hello,
>
> I've been through the manual and the faq but just cannot seem to find
> the answer to a very simple question: I need to re-publish
> (i.e. re-export) a website that is written in org-mode because I've
> changed some of the style information that is "in
Manish writes:
> On Tue, May 19, 2009 at 5:06 PM, Eric S Fraga wrote:
>> Hello,
>>
>> I've been through the manual and the faq but just cannot seem to find
>> the answer to a very simple question: I need to re-publish
>> (i.e. re-export) a website that is written in org-mode because I've
>> chan
On Tue, May 19, 2009 at 5:06 PM, Eric S Fraga wrote:
> Hello,
>
> I've been through the manual and the faq but just cannot seem to find
> the answer to a very simple question: I need to re-publish
> (i.e. re-export) a website that is written in org-mode because I've
> changed some of the style inf
Hello,
I've been through the manual and the faq but just cannot seem to find
the answer to a very simple question: I need to re-publish
(i.e. re-export) a website that is written in org-mode because I've
changed some of the style information that is "included" by each .org
file. Although I can f
The attached version of org-crypt fixes a few bugs and is just about
ready to be included in org proper. The only thing it might need before
inclusion in org is automatic encryption via hooks.
Peter,
I have just been trying out org-crypt. With a minimal org file:
-*- mode: org; before-save-ho
Meanwhile have another problem:) When I try to view a page I can see
the basic navigation structure, but no style info or content. I notice
that there is no stylesheet.css in ~/blogs and I tried copying one
from the blorgit directory there. I do have an index.org, but it isn't
being processed a
On May 19, 2009, at 7:54 AM, Daniel J. Sinder wrote:
Most of my tasks have only one state change (TODO->DONE), so I like
to be able to quickly see my log notes by fully expanding all
headings in a sub-tree. Thus, I do NOT use the LOGBOOK property.
However, for repeating items the list of
We have had the same discussion recently about checkboxes,
and added a variable org-hierarchical-checkbox-statistics.
However, my personal view is that the outline hierarchy is
different, because if you are organizing tasks into a hierarchy,
so it does not make sense to add TODO's on different le
On May 18, 2009, at 6:40 PM, Peter Jones wrote:
Sorry for the delays in getting this posted, I've been doing a lot of
traveling lately.
The attached version of org-crypt fixes a few bugs and is just about
ready to be included in org proper. The only thing it might need
before
inclusion in
On May 18, 2009, at 12:38 AM, Samuel Wales wrote:
c-c c-e A with pop-up-windows set to nil splits the window and puts
the export buffer in both windows.
This is a bug.
For people who set the variable to nil, the expected behavior would be
to not split the window at all.
Any way to fix?
Hi Samuel,
now I can reproduce the problem.
It happens because you are marking exactly a subtree,
and the headline of the subtree becomes the *title* of
the exported, and indeed, links in titles are not formatted
correctly - the same is true for HTML export.
A worg-around would be to start the
43 matches
Mail list logo