Hi folks,
On Mon, Aug 15, 2011 at 05:05, suvayu ali wrote:
> On Sun, Aug 14, 2011 at 6:16 PM, Bastien wrote:
>> I made sure the licensing terms at the bottom of the pages tell that
>> explicitely (I'm now regenerating this footer sections.)
>>
>
> The formatting seems a bit off. Some of the text
Bastien writes:
> Hi Thomas,
>
> t...@tsdye.com (Thomas S. Dye) writes:
>
>>> The :file property is treated in a special manner when Org-mode resolves
>>> properties (notice it is an element of the `org-special-properties'
>>> variable). I've just pushed up a change which temporarily removes :fi
Hi Puneeth,
Let us assume I have two files: foo.org and bar.org.
foo.bar contains:
:PROPERTIES:
:CUSTOM_ID: testing
:END:
bar.org contains
[[CUSTOM_ID:testing]]
Now, I wish to click on bar.org's link, and it should open up the file
foo.org. Is there a way to do so? To be more specific, I wish to
Sebastien Vauban wrote:
> Hi Nick,
>
> Nick Dokos wrote:
> > Sebastien Vauban wrote:
> >> Hello,
> >>
> >> #+TITLE: String manipulation
> >>
> >> * Data
> >>
> >> #+tblname: list-of-couples
> >> | Me | @Here |
> >> | Myself and I | @There |
> >>
> >> * Successful outcome
> >>
Hi Bastien,
On Sun, Aug 14, 2011 at 6:16 PM, Bastien wrote:
> I made sure the licensing terms at the bottom of the pages tell that
> explicitely (I'm now regenerating this footer sections.)
>
The formatting seems a bit off. Some of the text overlaps and the
actual licensing information is illegi
Karl Voit writes:
> Wow. This looks like exactly what I want to achieve with the
> «Memacs» project on [1]. We certainly need to exchange ideas and
> code :-)
They sure do sound similar in spirit!! It's like we are tuned to the same
wavelength. :)
> Our plan is to use Python to simply generate
"Sebastien Vauban"
writes:
> Hi Volker and David,
>
> David Maus wrote:
>> At Wed, 08 Dec 2010 10:06:19 +0100, Dr. Volker Zell wrote:
>>> Under xemacs when calling the following from org-mode-7.3 I get:
>>>
>>> (require 'org-install) -> Wrong number of arguments: custom-autoload, 3
>>>
>>> T
Hi John,
John Wiegley writes:
> lisp/org-list.el:
>
> In org-list-send-item:
> org-list.el:1456:56:Warning: Function `sort*' from cl package called at
> runtime
>
> I've fixed this one in d24a141. There was no reason to use sort* instead of
> sort.
Thanks for this!
> lisp/org-table.
Hi Attila,
attila writes:
> https://github.com/StAlphonsos/scriptologie
Thanks for this -- I have added a section to the Org-tools page
on Worg:
http://orgmode.org/worg/org-tools/index.html
Best,
--
Bastien
* John Wiegley wrote:
> Hello all,
Hi!
> I've been working a new set of modules for Org to make it easy to associate
> Org entries with data in external systems, such as Redmine, Bugzilla,
> WordPress, or even your e-mail Inbox. It's called Org-X, as its meant to
> simplify writing linkup code
Am 14.08.2011 18:19, schrieb Bastien:
"imi...@ymail.com" writes:
Exporting org to HTML, is there a way to use the-tag instead of
for *bold text* and instead of for /italic text/?
You want to customize `org-emphasis-alist'.
HTH,
thank you very much!
Am 14.08.2011 18:06, schrieb Nicolas Goaziou:
Hello,
"imi...@ymail.com" writes:
Exporting org to HTML, is there a way to use the-tag instead
of for *bold text* and instead of for /italic text/?
See `org-emphasis-alist'.
Regards,
thank you very much!
Am 14.08.2011 18:20, schrieb Bastien:
Hi,
"imi...@ymail.com" writes:
*bold*text or /italic/text doesn't work unless you seperate those words.
You can work it around with @foo@bar but that'd neither be generic
nor work on multiple export-backends.
It'd be great if that'd work =)
See the docs
Hi Thomas,
t...@tsdye.com (Thomas S. Dye) writes:
>> The :file property is treated in a special manner when Org-mode resolves
>> properties (notice it is an element of the `org-special-properties'
>> variable). I've just pushed up a change which temporarily removes :file
>> from this list while
Bastien writes:
> I suggest you look at EXPERIMENTAL/org-export.el.
I see.
> It parses an Org buffer and store it as a structured list. It's not
> yet completely syntax aware, but it is a move in the right direction.
That looks like a much cleaner approach, but it is as you say, quite in
its
Hi Matt,
Matt Lundin writes:
> There was brief talk on emacs-dev of rewriting text-properties so that
> outline-mode could use them instead of overlays, but I do not believe
> the proposal was pursued further:
>
> http://permalink.gmane.org/gmane.emacs.devel/131304
Quite interesting, thanks for
Bastien writes:
> Sometimes things are easy :)
BTW, that was one of these fixes that should probably be applied to
maint and then merged into master.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Waldorf MIDI Implementation & additional documentation:
Hi Michael,
Michael Brand writes:
> Agenda: Simplify old fix of face for deadline warning 0 day
Applied, thanks a lot!
--
Bastien
Hi Bodhi,
On Sun, Aug 14, 2011 at 9:43 PM, Bodhi wrote:
> Hi,
> I am trying to publish my content in html using the ID and PROPERTY tags.
> But the end result is a href with no content.
>
Can you give a more detailed description of what you are trying to do?
A simplified example to replicate wha
Hi Don,
Don Roberts writes:
> This patch fixes two bugs. The original code always included events in
> December of the previous year and January of the next year regardless of
> the month range. This fixes that. Also, the original code didn't keep
> repeating events that started outside of the m
Hi Julian,
Julian Gehring writes:
> 'orgcard.tex' refers to the 'Installation' section of the manual for
> defining key bindings, while this is now covered in the 'Activation'
> section.
Applied, thanks.
--
Bastien
Hi Jambunathan,
Jambunathan K writes:
> I also invite you to take a look at org-lparse and org-xhtml and org-odt
> that are built on top of it.
As far as I'm aware org-lparse also works line by line.
I don't think this is the right direction for a generic exporter, but
maybe I overlooked som
Hi Achim,
Achim Gratz writes:
> Your remark reminded me that I should look at the generic exporter in
> contrib. It needs an eval-while-compile wrapped (require 'cl) to
> compile and run cleanly. It also doesn't appear to recognize tables (or
> those are still copies from the ASCII export?).
Hi Jeff,
Jeff Dik writes:
> What's the license for worg.css? I would like to use it at the
> company I work for if that's allowed.
The whole content of http://orgmode.org/worg/ is licensed under GPLv3
(or later) for code, this include css stylesheets.
I made sure the licensing terms at the bo
Hi,
"imi...@ymail.com" writes:
> *bold*text or /italic/text doesn't work unless you seperate those words.
> You can work it around with @foo@bar but that'd neither be generic
> nor work on multiple export-backends.
>
> It'd be great if that'd work =)
See the docstring of `org-emphasis-regexp-co
"imi...@ymail.com" writes:
> Exporting org to HTML, is there a way to use the -tag instead of
> for *bold text* and instead of for /italic text/?
You want to customize `org-emphasis-alist'.
HTH,
--
Bastien
Hi Maik,
Maik Beckmann writes:
> Without any idea what I'm doing, I just searched for verbatim. The
> "\n\n" in org-export-latex-fixed-width
> http://pastebin.com/CzkB4thP
> looked suspecious, so I deleted one:
> - (insert "\\end{verbatim}\n\n"))
> # (insert "\\end{verbatim}\n"))
>
> It wor
Hi,
I am trying to publish my content in html using the ID and PROPERTY tags.
But the end result is a href with no content.
Any suggestions?
Thanks in advance.
--
Regards,
Bodhisatta Barman Roy
Hello,
"imi...@ymail.com" writes:
> Exporting org to HTML, is there a way to use the -tag instead
> of for *bold text* and instead of for /italic text/?
See `org-emphasis-alist'.
Regards,
--
Nicolas Goaziou
Hi.
*bold*text or /italic/text doesn't work unless you seperate those words.
You can work it around with @foo@bar but that'd neither be
generic nor work on multiple export-backends.
It'd be great if that'd work =)
(Thanks to Thumper_ from #orgmode for the work-around.)
Bye.
Hi.
Exporting org to HTML, is there a way to use the -tag instead of
for *bold text* and instead of for /italic text/?
Thanks in advance.
Bye.
Am 28.07.2011 09:54, schrieb Bastien:
> Hi Marc-Oliver,
>
> Marc-Oliver Ihm writes:
>
>> Thanx for testing again !
>
> You're welcome.
>
>> I will try to figure out, how to patch `org-sparse-tree'.
>
> Thanks -- let us know how it goes, and take the time to grasp
> Org's internals...
>
>> An
For the sake of completeness, here a pastebin link that works
- http://pastebin.com/izaBK6fH
Looks like the former one didn't work because I uploaded it via
pastebin.el and pastebin.com wanted me to enter a captcha, in
time. I missed that because I didn't open it in a browser before
posting it he
Without any idea what I'm doing, I just searched for verbatim. The
"\n\n" in org-export-latex-fixed-width
http://pastebin.com/CzkB4thP
looked suspecious, so I deleted one:
- (insert "\\end{verbatim}\n\n"))
# (insert "\\end{verbatim}\n"))
It works like I want it to now, but this seemed too eas
Hello,
Given this example
{{{
#+Title: Test
* Section
This paragraph isn't broken by this
\[
c^2 = a^2 + b^2
\]
#
equation
This paragraph is broken by this
: e = m c^2
literal example
}}}
the result is (well, the interesting part of it)
{{{
\section{Section}
\label{sec-1}
This paragraph i
Hello,
"Sebastien Vauban"
writes:
> Since 2 to 3 days max, a (minor) visual bug has been inserted in Org's code:
> the first colon of the "LOGBOOK" and "END" keywords is now highlighted in face
> org-code, instead of face org-special-keyword.
Fixed. Thank you.
Regards,
--
Nicolas Goaziou
John Wiegley writes:
> Maybe we're all using different versions of Emacs, but I find that
> byte-compilation warnings keep increasing as time goes by. I'd like to ask
> people to compile their code before committing, to keep the build log clean.
> It looks messy when there are lots of unnecessary
Hello all,
I've been working a new set of modules for Org to make it easy to associate
Org entries with data in external systems, such as Redmine, Bugzilla,
WordPress, or even your e-mail Inbox. It's called Org-X, as its meant to
simplify writing linkup code for any system X.
It has two parts: o
38 matches
Mail list logo