Carsten Dominik wrote:
> Nick,
>
> do you have time to do the following exercise?
>
> Remove the entries in org-export-latex-default-packages-alist
> one by one to see which packages are the worst offenders?
>
> That would be a great help.
>
Carsten,
hyperref is the culprit: without it, the
Mark Elston writes:
> On 4/26/2010 12:40 PM, Dan Davison wrote:
>>
>> I'm considering investigating the following and would appreciate
>> comments on this idea. The aim is to make it easier to use Org-mode to
>> work pure code files which are *external to Org-mode* (i.e. this
>> proposal lies out
On 4/26/2010 12:40 PM, Dan Davison wrote:
I'm considering investigating the following and would appreciate
comments on this idea. The aim is to make it easier to use Org-mode to
work pure code files which are *external to Org-mode* (i.e. this
proposal lies outside of the current org-babel tangli
Carsten Dominik writes:
> If you are reading emacs-orgmode.org through gmane, please read this
> new FAQ to help take load off the maintainers.
>
> http://orgmode.org/worg/org-faq.php#ml-subscription-and-gmane
A large part of my reason for reading via Gmane is to avoid yet another
set of authent
Thank you Carsten!
--
I think I noticed one small bug - possibly introduced by this change.
Minimal example:
* test
- item a
- item b
Then:
M-Right / M-left is not possible on list item b, if that item is on
the last line of the org file. (M-S-Left/Right are possible)
Kind Regards,
Matti
On Mon, Apr 26, 2010 at 17:36, Stephan Schmitt wrote:
> or try C-c C-k (org-kill-note-or-show-branches) on a folded heading.
Thanks. I believe this does the trick.
/Ali
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list
On Mon, Apr 26, 2010 at 17:26, Bernt Hansen wrote:
> Ali Tofigh writes:
>
>> Hi everyone,
>>
>> I love the CONTENTS visibility state for my org documents. But when I
>> visit headings and use TAB to expand them revealing the text they
>> contain, I want to be able to fold some of them back and sh
Hi Carsten,
Attached please find the patch to support this new feature in the
DocBook exporter:
diff --git a/lisp/org-docbook.el b/lisp/org-docbook.el
index bb8d048..d7ea4b7 100644
--- a/lisp/org-docbook.el
+++ b/lisp/org-docbook.el
@@ -533,7 +533,7 @@ publishing directory."
table-buffer table
or try C-c C-k (org-kill-note-or-show-branches) on a folded heading.
Bernt Hansen wrote:
Ali Tofigh writes:
Hi everyone,
I love the CONTENTS visibility state for my org documents. But when I
visit headings and use TAB to expand them revealing the text they
contain, I want to be able to fold
Ali Tofigh writes:
> Hi everyone,
>
> I love the CONTENTS visibility state for my org documents. But when I
> visit headings and use TAB to expand them revealing the text they
> contain, I want to be able to fold some of them back and show only the
> subheadings (all sublevels). Is there a way of
charles snyder writes:
> I have a setup to sync my reqall online data via rss feed with
> orgmode. Some of the reqall data has dates, but it stores them
> as [2006-11-01 Wed] - which is the 'inactive time stamp' form for
> orgmode and therefore doesn't show up in the agenda view. Is there a
> sim
Sean Sieger writes:
> I've have tried, but gotta ask, is it possible to write a template that
> will prepend
>
> * mmdd
I am not sure if I understand correctly but you can use something like
%(format-time-string "%Y%m%d")
in the remember template?
--
Mikael Fornius
___
Thanks Carsten for this good advice!
I already use the setup with gmane and a mail list subscription without
mail delivery and it works great.
A tip:
To easily(?) subscribe to the list and set the option to note receive
mail.
1. Send a subscription request to the lists request-address.
--8<-
I've have tried, but gotta ask, is it possible to write a template that
will prepend
* mmdd
to an Org file? So many of my Org files---journal, WORKSHEET(s), and so
on, are written `backward' and I'd so like to do that orgamagically.
___
Emacs-or
> I am sure it does - the export function has grown like cancer in the
> run of years.
> Unfortunately, I right now do not have the time to study this
> carefully enough
> to make sure this does not break anything.
> Tom, maybe you can update the patch to the current master.
Actually, I don't s
Sébastien Vauban writes:
> Hi Giles,
>
> Giles Chamberlin wrote:
>> I've been using org-mode for some course work: "write an essay about
>> your software including the interesting bits, add all source code in an
>> appendix".
>>
>> #+INCLUDE solves the inclusion of source code files very nicely -
On Mon, Apr 26, 2010 at 10:58 AM, Matt Lundin wrote:
> David Frascone writes:
> >
> > Similarly, I'd like to archive off old completed tasks.
> >
> > Could someone point me to how to do these things . . . I'm sure it's
> > documented somewhere :)
>
> (info "(org) Archiving")
>
> - Matt
>
Exactl
On Mon, Apr 26, 2010 at 5:20 AM, Sebastian Rose wrote:
> David Frascone writes:
> > I use org mode to keep track of my daily projects . . what I'm working
> on,
> > etc. I tag work related items, and, when I export to html, only work
> items
> > are exported.
> >
> > What I'd like to do, however
I never use both SCHEDULED and DEADLINE in the same entry but it looks
like it works as you wish, try this:
--8<---cut here---start->8---
** TODO Send query habit/DEADLINE/graph query
SCHEDULED: <2010-04-26 Mon .+1m>
DEADLINE: <2010-04-26 Mon .+1m -15d>
-
Hi Ali,
Ali Tofigh writes:
> What really feels unsatisfactory to me is that only headlines can be
> TODO items. I want to be able to insert TODO items in the middle of a
> section. I've looked at the inline-tasks add-on, but that doesn't
> really do it for me...
Could you please elaborate?
>
---
lisp/org-footnote.el |9 +++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el
index 84cd7b3..0f7168b 100644
--- a/lisp/org-footnote.el
+++ b/lisp/org-footnote.el
@@ -65,6 +65,11 @@
(org-re "^\\(\\[\\([0-9]+\\|fn:[-_[:word:]
Hi everyone,
I love the CONTENTS visibility state for my org documents. But when I
visit headings and use TAB to expand them revealing the text they
contain, I want to be able to fold some of them back and show only the
subheadings (all sublevels). Is there a way of accomplishing this? I
can't fin
On Mon, Apr 26, 2010 at 13:00, Matt Lundin wrote:
> Ali Tofigh writes:
>
>> What really feels unsatisfactory to me is that only headlines can be
>> TODO items. I want to be able to insert TODO items in the middle of a
>> section. I've looked at the inline-tasks add-on, but that doesn't
>> really
On Apr 26, 2010, at 6:46 PM, Nick Dokos wrote:
Carsten Dominik wrote:
Nick,
do you have time to do the following exercise?
Remove the entries in org-export-latex-default-packages-alist
one by one to see which packages are the worst offenders?
That would be a great help.
- Carsten
I ca
Sorry, I don't think I properly described what I am looking for. I want a
visual indicator (like a tag or a face) of tasks due today, but I don't want
to do a specific search. The idea would be that, within a view of all
tasks, I would be able to see at a glance which were due today. Does that
m
Carsten Dominik wrote:
> Nick,
>
> do you have time to do the following exercise?
>
> Remove the entries in org-export-latex-default-packages-alist
> one by one to see which packages are the worst offenders?
>
> That would be a great help.
>
> - Carsten
>
I can't do it immediately, but I'll
Hi
I have a setup to sync my reqall online data via rss feed with orgmode. Some
of the reqall data has dates, but it stores them as [2006-11-01 Wed] - which
is the 'inactive time stamp' form for orgmode and therefore doesn't show up
in the agenda view. Is there a simply command I can put in my .em
On Sun, Apr 25, 2010 at 2:46 AM, John Wiegley wrote:
> On Apr 12, 2010, at 3:46 PM, Ali Tofigh wrote:
>
> > Frequently my notes on meetings contain ideas for stuff to try. Does
> > anyone have any advice on how to handle these?
>
> Hi Ali,
>
> For ideas I just use a done TODO state called "NOTE".
David Frascone writes:
>
> Similarly, I'd like to archive off old completed tasks.
>
> Could someone point me to how to do these things . . . I'm sure it's
> documented somewhere :)
(info "(org) Archiving")
- Matt
___
Emacs-orgmode mailing list
Pleas
Hi David,
If I find some time, I'll certainly take a look at these. More comments
below.
David Maus writes:
> While skimming the source code of org-mime I noticed two severe issues
> with regards to the MIME specifications:
>
> - when creating an attachment for a image org-mime (still) uses
On Mon, Apr 26, 2010 at 3:01 AM, Nick wrote:
> Manish Sharma wrote:
> > "C-c a t" should show all the TODO items. You may also want to
> > take a look at "org-agenda-todo-ignore-deadlines",
> > "org-agenda-todo-ignore-scheduled" and
> > "org-agenda-todo-ignore-with-date" as well.
>
> Thanks for
Nick,
do you have time to do the following exercise?
Remove the entries in org-export-latex-default-packages-alist
one by one to see which packages are the worst offenders?
That would be a great help.
- Carsten
On Apr 19, 2010, at 8:02 AM, Nick Dokos wrote:
Nick Dokos wrote:
...
The comp
Hi Dan,
Daniel Brunner writes:
> Hi Dan,
>
> thanks for the advice. After the org-babel-add-interpreter I got another
> error message that org-babel-execute:org is not defined.
>
> I then added (I took the code from org-babel-css.el) a
>
> (defun org-babel-execute:org (body params)
> "Execut
Hi John,
On Sun, Apr 25, 2010 at 03:46, John Wiegley wrote:
>> Frequently my notes on meetings contain ideas for stuff to try. Does
>> anyone have any advice on how to handle these?
>
> For ideas I just use a done TODO state called "NOTE". I have the key M-z
> bound to create one and switch me
On Feb 11, 2010, at 12:14 AM, Uriel Avalos wrote:
In HTML, one way of renumbering OL lists is to use "start". (Ex: ... restarts the numbering at 13.)
Is there anyway to do that from within org-mode without hacking the
exported HTML file?
Is there a +ATTR_HTML: planned for OL and UL lists?
Torsten Wagner wrote:
> [...]
> As I said it is just a silly idea, maybe not really useful
> but I thought it would be at least nice to make a
> "proof-of-principle". Finally, with the increase of ebook
> readers with touch screens, digital pens, tablets and
> netbooks with touchscreens, this mig
Carsten Dominik writes:
> On Apr 18, 2010, at 4:13 AM, Tom Breton (Tehom) wrote:
>
>> I've refactored `org-export-as-html', factored code to build links
>> into `org-html-make-link'.
>>
>> This does two things that I needed:
>>
>> * It allows custom link types to build anchors.
>> * How: Call or
On 25 April 2010 13:08, Carsten Dominik wrote:
> OK, it has been applied now, and I have re-published everything on
> orgmode.org, including Worg, to make problems with this show up as quickly
> as possible.
>
> Thanks!
>
> - Carsten
Thanks for the quick fix on this! :-)
org-mode rocks!
R.
_
David Frascone writes:
> I use org mode to keep track of my daily projects . . what I'm working on,
> etc. I tag work related items, and, when I export to html, only work items
> are exported.
>
> What I'd like to do, however, is only export things that have changed, or
> have been dated in the l
Manish Sharma wrote:
> "C-c a t" should show all the TODO items. You may also want to
> take a look at "org-agenda-todo-ignore-deadlines",
> "org-agenda-todo-ignore-scheduled" and
> "org-agenda-todo-ignore-with-date" as well.
Thanks for your answer - however, I did come across those, and I don't
On 04/26/2010 01:21 PM, filebat Mark wrote:
Hi friends
I am bumped to be asked: how to change font size and colors for
specified content, in order to higlight them, like MSword.
This question may be not specified to org-mode, but emacs itself.
However, requirement for this is mainly from the us
On Apr 26, 2010, at 10:56 AM, Sebastian Rose wrote:
"Daniel E. Doherty" writes:
Carsten,
Many thanks. You 'da man!
Sebastian,
Not being adept at elisp, would you mind posting code to take
advantage of these
new hooks for windmove?
Daniel,
this here will do:
Thanks for this, I have
Thanks, Jan
Please allow me to clarify the requirement.
- Highlight some content with different colors.
- Highlight some content with bigger font.
Sample:
---
Tech learning and improve communication ski
"Daniel E. Doherty" writes:
> Carsten,
>
> Many thanks. You 'da man!
>
> Sebastian,
>
> Not being adept at elisp, would you mind posting code to take advantage of
> these
> new hooks for windmove?
Daniel,
this here will do:
binuJkZMRD387.bin
Description: application/emacs-lisp
Best wishes
Carsten Dominik writes:
> On Apr 23, 2010, at 11:59 AM, Sebastian Rose wrote:
>
>> Hi,
>>
>>
>> I found emacs 24 does not respect the
>>
>> .dir-settings.el
>>
>> anymore. Instead, it reads the
>>
>> .dir-locals.el
>>
>>
>> As it may have the exactly same contents, could we add a symlink?
>>
>> h
Hi Giles,
Giles Chamberlin wrote:
> I've been using org-mode for some course work: "write an essay about
> your software including the interesting bits, add all source code in an
> appendix".
>
> #+INCLUDE solves the inclusion of source code files very nicely - I'm
> guaranteed that my document i
On 26.04.2010 07:21, filebat Mark wrote:
> Hi friends
>
> I am bumped to be asked: how to change font size and colors for
> specified content, in order to higlight them, like MSword.
Can you be more specific?
I'd guess that a lot of the people on this list do not use MS Word
regularly if at all,
47 matches
Mail list logo