Christian Moe writes:
> I agree exporting 'chapters' in a single Org document to separate html
> files would be a nice option to have.
>
> Pending someone writing an export function for this, you could
[...]
That sort of already exists, I've been using that to some good
effect... from the documen
On Sat, Feb 19, 2011 at 10:35:11AM +0100, Bastien wrote:
> Hi Linus,
>
> Linus Arver writes:
>
> > I'm running emacs-org-mode 7.4.
> > (http://aur.archlinux.org/packages.php?ID=18206).
>
> There has been important changes to the way Org handles lists in the git
> repo. You can either check the
On Fri, Feb 18, 2011 at 8:57 PM, Puneeth Chaganti
wrote:
>
> Actually, if you can describe the problems that you were faced with, I
> would be interested in spending some time and trying to fix those
> problems with Pandoc or atleast report issues and get them fixed. (I
> had contributed the orig
Found a todo keyword bug. Sixth one of this type. :)
If the first word of a headline is the same as a todo keyword except
for being non-uppercase, it will not be exported.
Latest git.
Earlier context:
On 2010-01-14, Carsten Dominik wrote:
> Thanks for you patient work to find these places.
Roland Kaufmann writes:
>> htmlize doesn't operate on the level of syntax-based fontification, it
>> examines the display-related properties attached to buffer text (not
>> necessarily by font-lock) and renders them into the corresponding HTML.
>
> Good point.
>
> And, as you point out, it is pro
Hi Bastien,
On Sat, 19 Feb 2011 12:20:28 +0100
Bastien wrote:
> Hi all,
>
> Suvayu Ali writes:
>
> > However I was wondering, block agenda commands might work at least
> > for doing multiple searches. But I don't think there is any
> > interactive interface to it.
>
> inspired by this conver
Hi Matthew,
I would like to send txt files.
Cheers,
M
Sent from my iPhone
On Feb 19, 2011, at 3:48 PM, Matthew Sauer
wrote:
What format of an attachment would you want to be hooked to the e-mail
(html, xml, txt, pdf)? I think that once you figure that out, write the
function to generate that
On Sat, 19 Feb 2011 22:46:02 +0100
Christian Moe wrote:
> Hi,
>
> I agree exporting 'chapters' in a single Org document to separate
> html files would be a nice option to have.
>
> Pending someone writing an export function for this, you could
>
> - post-process the HTML with one of the script
Hi,
I agree exporting 'chapters' in a single Org document to separate html
files would be a nice option to have.
Pending someone writing an export function for this, you could
- post-process the HTML with one of the scripts out there for
splitting up web pages, like htsplit available on CPAN
What format of an attachment would you want to be hooked to the e-mail
(html, xml, txt, pdf)? I think that once you figure that out, write the
function to generate that the rest is downhill. I have just started using
GNUS but I imagine it or one of the email programs in emacs or through a
python
Hi
>> but I can't figure out how to check for these? Do I need to write my own
>> reg-exp for this and test the whole entry or is there some org internal
>> function for this?
>
> I'm afraid you need to write your own regexp...
thanks for the answer. Played around with it and got it working now
Hi
On Fri, Feb 11, 2011 at 12:04 PM, Bastien
wrote:
> You now set ̀org-icalendar-honor-noexport-tag' to t to prevent export of
> entries with a :noexport: tag.
works. Thanks!
Arun
___
Emacs-orgmode mailing list
Please use `Reply All' to send
Hi there,
Does anybody know how to send TODO as email attachment. What would be nice
is if the TODO item is in the message and the text below it is an
attachment. Basically, this is how I remind myself of things that I need to
get done.
Actually, what would be nice is if I could configured org to
On Sat, 19 Feb 2011 11:54:38 +0100
Bastien wrote:
> Hi Alan,
>
> Alan L Tyree writes:
>
> > It is easy to export to XHTML, the first step in ePub construction,
> > but I would like every chapter to be a separate file. It is easy
> > enough to do this with a macro or a simple function (even tho
I am trying to archive completed tasks to a datetree. I am using "Move
Subtree to Archive file" (C-c C-x -C-s) And I get the following error:
release_7.4-419-g68114f
Org-mode version 7.4 (release_7.4.419.g68114f)
afile=/Users/ursr/org/tasksnotes.org_archive
org-advertized-archive-subtree: Symbol's
>From 2b1f84fdcd7d79ad95e71bc2ca96fb16ad76b446 Mon Sep 17 00:00:00 2001
From: Jambunathan K
Date: Sat, 19 Feb 2011 22:26:10 +0530
Subject: [PATCH] org-export-preprocess-string: Use backend var
---
lisp/org-exp.el | 22 +-
1 files changed, 5 insertions(+), 17 deletions(-)
d
On Sat, Feb 19 2011, Bastien wrote:
> Hi Eric,
>
> Eric Abrahamsen writes:
>
>> Hi, I do a lot of plain text writing in org, and would love to be able
>> to allow emphasis markup when it's up flush against m-dashes (x2014),
>> n-dashes (x2013), and ellipses (x2026), possibly among other things.
>
htmlize doesn't operate on the level of syntax-based fontification, it
examines the display-related properties attached to buffer text (not
necessarily by font-lock) and renders them into the corresponding HTML.
Good point.
And, as you point out, it is probably better to deal with the problem b
Hi Jambunathan and Bastien,
Bastien wrote:
> Jambunathan K writes:
>>> 1) Used "shell" instead of "sh" for the source block mode. Fixed by
>>>commit e4ed828.
>>
>> If known languages are treated as "keywords" in #+begin_src context and
>> fontified appropriately there would be enough visual
Bastien writes:
> Hi Fabian,
>
> Fabian Braennstroem writes:
>
>> I wonder, if anyone tried to convert orgmode to docx format yet!?
>
> Please see Jambunathan's announce here:
>
> http://article.gmane.org/gmane.emacs.orgmode/36781
>
> You can then convert .odt to .docx from OpenOffice/LibreOff
Hello,
PASZTOR Miklos writes:
> I'm using org-mode version 7.4. When I export org files to html - having
> H:2 in the options line - it seems that each third level headline
> becomes a *separate* unnumbered list.
>
> Example:
>
> * FIRST HEADLINE
> ** second
> *** These lines will be
> **
Hi all,
Suvayu Ali writes:
> However I was wondering, block agenda commands might work at least for
> doing multiple searches. But I don't think there is any interactive
> interface to it.
inspired by this conversation, I have add a new agenda command:
M-x org-agenda-append-agenda RET
It is
Thanks David for the detailed explanations.
Could you add the dmaus-org-check-percent-escapes.el function somewhere
in Worg/org-hacks.org? This will allow us to link to it when releasing
the next Org version.
Thanks!
--
Bastien
___
Emacs-orgmode ma
Hi Chris,
Chris Lowis writes:
> - suppressing the automatically generated CSS (or customising which
> classes get added on a per-file basis)
> - wrapping specific blocks of markup in the Blueprint-specific classes
> (e.g. )
> - including my own CSS file - preferably as a multi-line block of CSS
Hi Fabian,
Fabian Braennstroem writes:
> I wonder, if anyone tried to convert orgmode to docx format yet!?
Please see Jambunathan's announce here:
http://article.gmane.org/gmane.emacs.orgmode/36781
You can then convert .odt to .docx from OpenOffice/LibreOffice.
HTH,
--
Bastien
Hi Eric,
Eric Abrahamsen writes:
> Hi, I do a lot of plain text writing in org, and would love to be able
> to allow emphasis markup when it's up flush against m-dashes (x2014),
> n-dashes (x2013), and ellipses (x2026), possibly among other things.
> When I try to add these characters to org-emp
Hello,
I'm using org-mode version 7.4. When I export org files to html - having
H:2 in the options line - it seems that each third level headline
becomes a *separate* unnumbered list.
Example:
* FIRST HEADLINE
** second
*** These lines will be
*** separate unnumbered lists,
*** not just
Hi,
I wonder, if anyone tried to convert orgmode to docx format yet!?
Do you think it would be straight forward to use the python docx module
for this?
https://github.com/mikemaccana/python-docx
Or maybe it is easier to implement this directly using lisp...!?
Would be great if this works out
Hi Alan,
Alan L Tyree writes:
> It is easy to export to XHTML, the first step in ePub construction, but I
> would like every chapter to be a separate file. It is easy enough to do
> this with a macro or a simple function (even though I am no elisp
> guru).
Please share your functions!
> Is th
Hi Carsten,
Carsten Dominik writes:
> wow, you found your way through the agenda code maze.
Yeah, the trip in the code was really a-mazing :)
> Looks good to me! Thanks for getting this fixed, so
> that Juliens cleaner implementation can stay the basis
> for time span setting.
This basis is
Hi Linus,
Linus Arver writes:
> I'm running emacs-org-mode 7.4.
> (http://aur.archlinux.org/packages.php?ID=18206).
There has been important changes to the way Org handles lists in the git
repo. You can either check them but cloning this repo or wait for the
next release.
HTH,
--
Bastien
Greetings from Down Under,
I am constructing an ePub formatted book. It came to me in plain text and I
have formatted in org-mode.
It is easy to export to XHTML, the first step in ePub construction, but I would
like every chapter to be a separate file. It is easy enough to do this with a
macro
My bad, wrong manipulation. Here is the patch.
To reproduce the error, you can type the following in a fresh Org
#+begin_src org
target some text <<>> another text target
#+end_src
Using C-c C-o on any of the two links will return an error.
>From f7738f3e9239fc4fddccc7850dad7a0936087a58 Mon Sep
Hello,
This is an improba
--
Nicolas
___
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
34 matches
Mail list logo