Just take a look at iGoogle IQ test: http://tinyurl.com/yla5f5n ___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
I am using org mode to build my own homepage now. I have perl scripts
need to be published to html from org file.
I use following script to mark it:
#+BEGIN_SRC perl
# insert some Perl script here
#+END_SRC
But the perl tag doesn't exist.
Carsten Dominik writes:
> Do we still have XEmacs users around here?
Yes.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu
Water Lin writes:
> I am using org mode to build my own homepage now. I have perl scripts
> need to be published to html from org file.
>
> I use following script to mark it:
>
> #+BEGIN_SRC perl
> # insert some Perl script here
> #+END_SRC
> ---
On Oct 9, 2009, at 7:58 PM, Matthew Lundin wrote:
Carsten Dominik wrote:
Matt: Inline tasks are now always exported, the variable
org-inlinetask-export is obsolete. Export will look like
a description list item - in fact, the export uses internally
description lists.
Tha
Hi Carsten,
Carsten Dominik wrote:
>
> Yes, this should now work. Good catch.
>
> You method with the tag on the END line would even be harmful, as it
> removes any text after the END line, up to the next heading.
>
> Can you show me the use case for not exporting inline tasks? Maybe I
> need
It will be even easier if you narrow to the subtree before making the
replacements with org-narrow-to-subtree (C-x n s) so that you don't risk
changing anythong else. After you have done, run the command widen (C-x n w) to
show the whole file again.
Darlan
At Sat, 10 Oct 2009 00:43:12 +0100,
And
Andrew Stribblehill wrote:
> org-mode files are plain text. M-% to do a replacement: once you've
> entered your search term and its replacement, hit ! to replace all
> without question.
Yes, one can do this, but note that it's not entirely a no-brainer. You
need to:
1. clear all the check boxes
Am Samstag, den 10.10.2009, 17:49 +0800 schrieb Water Lin:
> I am using org mode to build my own homepage now. I have perl scripts
> need to be published to html from org file.
>
> I use following script to mark it:
>
> #+BEGIN_SRC perl
> # insert some Perl scrip
Am Samstag, den 10.10.2009, 17:49 +0800 schrieb Water Lin:
> I am using org mode to build my own homepage now. I have perl scripts
> need to be published to html from org file.
>
> I use following script to mark it:
>
> #+BEGIN_SRC perl
> # insert some Perl scrip
with the following code set in my .emacs file:
(setq org-tag-alist '((:startgroup . nil)
("anywhere" . ?a) ("call" . ?c) ("internet" .
?i) ("errand" . ?e) ("home" . ?h) ("school" . ?s)
(:endgroup . nil)
(:newline)
| Carsten: "Please try again."
> Sure :) ;;sorry about that I happen to have problems explaining...
If I am on a headline in an org-mode buffer and do "C-c C-w" (refile) on it...
...and then press TAB twice. I get a completion list buffer that pops
up and looks somthing like this:
Possibl
Eraldo Helal writes:
> If I am on a headline in an org-mode buffer and do "C-c C-w" (refile) on it...
> ...and then press TAB twice. I get a completion list buffer that pops
> up and looks somthing like this:
>
> Possible completions are:
> done.org/eraldo.org/inbox.org/
>
>>> s
Thanks for the work on org-babel.
I'm not sure the following is even mature enough in my mind to qualify
it as a feature request. Maybe in the end it might be replaced by some
other functionality that subsume it.
But here's the scenario: I'd like to use org-babel for documenting the
configuratio
Maurizio Vitale
writes:
[...]
> It would be nice if it was possible to have multiple result
> sections. This way I could embed in the document the result that was
> obtained when writing the documentation, while still allowing the person
> following the recipe to evaluate again the shell script
Maurizio Vitale writes:
>> "Dan" == Dan Davison writes:
>
> Dan> Maurizio Vitale
> Dan>
> Dan> writes:
>
> Dan> [...]
>
> >> It would be nice if it was possible to have multiple result
> >> sections. This way I could embed in the document the result that
> >> was
16 matches
Mail list logo