[Orgmode] orgmode wiki sync

2010-11-28 Thread Vladimir Alexiev
I have a dream. A dream where all people, emacs orgmode devotees or not, 
can work together on a wiki. :-)

I mean this: in an office environment, the majority of people would not be
emacs users. So despite the excellent collaboration workflow based on sharing
org files through git, the average office worker (such as myself) is stranded
if they have to work on a wiki. I think what's needed is a way to sync changes
between wiki and org, a kind of extension of wiki publishing.

The task is complex and involves:
- converters for various wikis (back and forth). May use a common central 
format 
  such as Creole as a hub
- a strategy to deal with unrecognized markup for both directions. 
  Such should be left alone, not clobbered
- a strategy to deal with mapping between org files/trees and wiki pages (often 
  people map level1 or level2 org trees to a wiki page)
- sync/diff functionality to merge changes and resolve conflicts
-- in the simplest scenario, org could refresh a page from the wiki, obtain a
   page lock (most wikis support page locks), change only one page, commit it
- read & write conduits for various wikis

Is anyone interested in collaborating on this?
What wikis are important for you?


___
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


Re: [Orgmode] Wiki-like creating links on the fly for org

2010-07-29 Thread Olivier Berger
Hi.

Le mercredi 28 juillet 2010 à 11:47 -0500, Marcelo de Moraes Serpa a
écrit :
> Would it be hard to create an extension (not sure where, elisp skills
> still very limited) that highlights camel-cased words and, when
> clicking on it, would create or open a file with the name of the word
> + .org?
> 

This kind of features was extremely useful in Zim, to ease my efforts to
the construction of hyperlinked reference docs.

I'd love to see this possibility in Org-Mode.

My 2 cents,

> For "dynamic" reference data (data you want to keep, and that you want
> to keep editing and improving over time) the concept of a wiki (even
> if its collaboration aspect is not being used) is perfect, in my
> opinion. If you try wikidpad, you'll see how organic and pragmatic it
> is, allowing you to just input new data and constructing an overview
> tree dynamically. Pretty cool.
> 
> Whenever I have time, I will check the algorithm WikiDPad uses to
> create the visualization tree (which is also one of its greates
> features, in my opinion).
> 
> Cheers,
> 
> Marcelo.
> 
> On Mon, Jul 12, 2010 at 4:36 PM, Russell Adams
>  wrote:
> > Actually, the idea of CamelCase linking to a headline in the same file
> > is an interesting idea, using RadioTarges for external links.
> >
> > ** MyTopic
> >
> > ** Another topic
> >
> > Those people who like MyTopic are totally cool.
> >
> > Naysayers live in file:~/doc/Woopie.org:NaySayers
> >
> >
> >
> > On Mon, Jul 12, 2010 at 01:09:00PM -0500, Marcelo de Moraes Serpa wrote:
> >> This doesn't seem to apply to what I want. It only links to org items
> >> inside the org file.
> >>
> >> Thanks for the hint, though!
> >>
> >> On Mon, Jul 12, 2010 at 12:57 PM, Erik Iverson  wrote:
> >> > Perhaps I am confused, but have you tried radio targets?
> >> >
> >> > http://orgmode.org/org.html#Radio-targets
> >> >
> >> >
> >> > Marcelo de Moraes Serpa wrote:
> >> >>
> >> >> Hey all!
> >> >>
> >> >> I used to be an avid user of WikiDPad, and I loved the way it
> >> >> automatically (or manually, using [ ]) created links and files to
> >> >> these links (CamelCase) for me. The way it provided a visual tree of
> >> >> the wiki was also pretty cool.
> >> >>
> >> >> This was awesome for reference kind of data, to build your own
> >> >> knowledge base. I've been trying to test different approaches with
> >> >> org, but none of them work as smoothly as it worked for me when using
> >> >> wikidpad.
> >> >>
> >> >> I divide reference data in two main categories: Dynamic and Static.
> >> >> Static are the notes and stuff that youl want to keep somewhere and
> >> >> that you'll eventually refer to later. Dynamic are the kind of that
> >> >> you'll be editing often, but does not fit in any other category
> >> >> GTD-wise. It is reference, you want to keep it somewhere, not take
> >> >> action on it per se (other than editing it), but you want to expand
> >> >> and modify it often.
> >> >>
> >> >> How difficult would it be to implement a small system that would index
> >> >> the files of directory, get the names (camel-case) and automatically
> >> >> link to these names if written on an org buffer? My elisp skills are
> >> >> very weak as of now.
> >> >>
> >> >> I know some of you might list a number of points against implementing
> >> >> this, but I really loved the way Wikdpad created links on the fly.
> >> >>
> >> >> Thanks,
> >> >>
> >> >> Marcelo
> >> >>
> >> >> ___
> >> >> 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
> >> >
> >>
> >> ___
> >> 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
> >>
> >
> >
> > --
> > Russell Adamsrlad...@adamsinfoserv.com
> >
> > PGP Key ID: 0x1160DCB3   http://www.adamsinfoserv.com/
> >
> > Fingerprint:1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3
> >
> > ___
> > 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
> >
> 
> ___
> 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

-- 
Olivier BERGER 
http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8
Ingénieur Recherche - Dept INF
Institut TELECOM, SudParis (http://www.it-sudparis.eu/), Evry (France)


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.

Re: [Orgmode] Wiki-like creating links on the fly for org

2010-07-28 Thread John Hendy
I migrated to orgmode from TiddlyWiki and understand the ease of simply
writing [[PageName]] during edits.

I don't think, however, that this is all that far from what org already
provides with links:

http://www.gnu.org/software/emacs/manual/html_node/org/Handling-links.html

I
just tried this out and while admittedly it's not as easy as writing
CamelCase, it's pretty straightforward:

- Write along and decide to link somewhere
- C-u C-c C-l
- Minibuffer starts with a relative location to your current working
directory, e.g. ~/org/ for me
- Pressing tab brings up a list of possible files in this directory
- Editing the location to point to a different dir would allow for linking
elsewhere
- Enter when file name is found (or suggest a brand new .org file that
doesn't exist)
- Enter the description

Once the link is created:
- With cursor on it, do C-c C-o to open the existing file or create a blank
one if it didn't exist
- C-x C-o to bounce back and forth between buffers or C-c & to close opened
link and just return to original file

I'm sure others will chime in with ways to perhaps alter this existing
functionality for automated detection, but the system as-is is also pretty
nice.

Oh, you can link to specific headlines as well.
- Go to the headline you want and do C-c l
- Go back where you want the link and do C-c C-l + up/down arrows to pull up
the stored link
- Enter the description (or press enter to accept the headline title)

That simple.


John

On Wed, Jul 28, 2010 at 11:47 AM, Marcelo de Moraes Serpa <
celose...@gmail.com> wrote:

> Would it be hard to create an extension (not sure where, elisp skills
> still very limited) that highlights camel-cased words and, when
> clicking on it, would create or open a file with the name of the word
> + .org?
>
> For "dynamic" reference data (data you want to keep, and that you want
> to keep editing and improving over time) the concept of a wiki (even
> if its collaboration aspect is not being used) is perfect, in my
> opinion. If you try wikidpad, you'll see how organic and pragmatic it
> is, allowing you to just input new data and constructing an overview
> tree dynamically. Pretty cool.
>
> Whenever I have time, I will check the algorithm WikiDPad uses to
> create the visualization tree (which is also one of its greates
> features, in my opinion).
>
> Cheers,
>
> Marcelo.
>
> On Mon, Jul 12, 2010 at 4:36 PM, Russell Adams
>  wrote:
> > Actually, the idea of CamelCase linking to a headline in the same file
> > is an interesting idea, using RadioTarges for external links.
> >
> > ** MyTopic
> >
> > ** Another topic
> >
> > Those people who like MyTopic are totally cool.
> >
> > Naysayers live in file:~/doc/Woopie.org:NaySayers
> >
> >
> >
> > On Mon, Jul 12, 2010 at 01:09:00PM -0500, Marcelo de Moraes Serpa wrote:
> >> This doesn't seem to apply to what I want. It only links to org items
> >> inside the org file.
> >>
> >> Thanks for the hint, though!
> >>
> >> On Mon, Jul 12, 2010 at 12:57 PM, Erik Iverson 
> wrote:
> >> > Perhaps I am confused, but have you tried radio targets?
> >> >
> >> > http://orgmode.org/org.html#Radio-targets
> >> >
> >> >
> >> > Marcelo de Moraes Serpa wrote:
> >> >>
> >> >> Hey all!
> >> >>
> >> >> I used to be an avid user of WikiDPad, and I loved the way it
> >> >> automatically (or manually, using [ ]) created links and files to
> >> >> these links (CamelCase) for me. The way it provided a visual tree of
> >> >> the wiki was also pretty cool.
> >> >>
> >> >> This was awesome for reference kind of data, to build your own
> >> >> knowledge base. I've been trying to test different approaches with
> >> >> org, but none of them work as smoothly as it worked for me when using
> >> >> wikidpad.
> >> >>
> >> >> I divide reference data in two main categories: Dynamic and Static.
> >> >> Static are the notes and stuff that youl want to keep somewhere and
> >> >> that you'll eventually refer to later. Dynamic are the kind of that
> >> >> you'll be editing often, but does not fit in any other category
> >> >> GTD-wise. It is reference, you want to keep it somewhere, not take
> >> >> action on it per se (other than editing it), but you want to expand
> >> >> and modify it often.
> >> >>
> >> >> How difficult would it be to implement a small system that would
> index
> >> >> the files of directory, get the names (camel-case) and automatically
> >> >> link to these names if written on an org buffer? My elisp skills are
> >> >> very weak as of now.
> >> >>
> >> >> I know some of you might list a number of points against implementing
> >> >> this, but I really loved the way Wikdpad created links on the fly.
> >> >>
> >> >> Thanks,
> >> >>
> >> >> Marcelo
> >> >>
> >> >> ___
> >> >> Emacs-orgmode mailing list
> >> >> Please use `Reply All' to send replies to the list.
> >> >> Emacs-orgmode@gnu.org
> >> >> http://lists.gnu.org

Re: [Orgmode] Wiki-like creating links on the fly for org

2010-07-28 Thread Marcelo de Moraes Serpa
Would it be hard to create an extension (not sure where, elisp skills
still very limited) that highlights camel-cased words and, when
clicking on it, would create or open a file with the name of the word
+ .org?

For "dynamic" reference data (data you want to keep, and that you want
to keep editing and improving over time) the concept of a wiki (even
if its collaboration aspect is not being used) is perfect, in my
opinion. If you try wikidpad, you'll see how organic and pragmatic it
is, allowing you to just input new data and constructing an overview
tree dynamically. Pretty cool.

Whenever I have time, I will check the algorithm WikiDPad uses to
create the visualization tree (which is also one of its greates
features, in my opinion).

Cheers,

Marcelo.

On Mon, Jul 12, 2010 at 4:36 PM, Russell Adams
 wrote:
> Actually, the idea of CamelCase linking to a headline in the same file
> is an interesting idea, using RadioTarges for external links.
>
> ** MyTopic
>
> ** Another topic
>
> Those people who like MyTopic are totally cool.
>
> Naysayers live in file:~/doc/Woopie.org:NaySayers
>
>
>
> On Mon, Jul 12, 2010 at 01:09:00PM -0500, Marcelo de Moraes Serpa wrote:
>> This doesn't seem to apply to what I want. It only links to org items
>> inside the org file.
>>
>> Thanks for the hint, though!
>>
>> On Mon, Jul 12, 2010 at 12:57 PM, Erik Iverson  wrote:
>> > Perhaps I am confused, but have you tried radio targets?
>> >
>> > http://orgmode.org/org.html#Radio-targets
>> >
>> >
>> > Marcelo de Moraes Serpa wrote:
>> >>
>> >> Hey all!
>> >>
>> >> I used to be an avid user of WikiDPad, and I loved the way it
>> >> automatically (or manually, using [ ]) created links and files to
>> >> these links (CamelCase) for me. The way it provided a visual tree of
>> >> the wiki was also pretty cool.
>> >>
>> >> This was awesome for reference kind of data, to build your own
>> >> knowledge base. I've been trying to test different approaches with
>> >> org, but none of them work as smoothly as it worked for me when using
>> >> wikidpad.
>> >>
>> >> I divide reference data in two main categories: Dynamic and Static.
>> >> Static are the notes and stuff that youl want to keep somewhere and
>> >> that you'll eventually refer to later. Dynamic are the kind of that
>> >> you'll be editing often, but does not fit in any other category
>> >> GTD-wise. It is reference, you want to keep it somewhere, not take
>> >> action on it per se (other than editing it), but you want to expand
>> >> and modify it often.
>> >>
>> >> How difficult would it be to implement a small system that would index
>> >> the files of directory, get the names (camel-case) and automatically
>> >> link to these names if written on an org buffer? My elisp skills are
>> >> very weak as of now.
>> >>
>> >> I know some of you might list a number of points against implementing
>> >> this, but I really loved the way Wikdpad created links on the fly.
>> >>
>> >> Thanks,
>> >>
>> >> Marcelo
>> >>
>> >> ___
>> >> 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
>> >
>>
>> ___
>> 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
>>
>
>
> --
> Russell Adams                            rlad...@adamsinfoserv.com
>
> PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/
>
> Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3
>
> ___
> 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
>

___
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


Re: [Orgmode] Wiki-like creating links on the fly for org

2010-07-12 Thread Russell Adams
Actually, the idea of CamelCase linking to a headline in the same file
is an interesting idea, using RadioTarges for external links.

** MyTopic

** Another topic

Those people who like MyTopic are totally cool.

Naysayers live in file:~/doc/Woopie.org:NaySayers



On Mon, Jul 12, 2010 at 01:09:00PM -0500, Marcelo de Moraes Serpa wrote:
> This doesn't seem to apply to what I want. It only links to org items
> inside the org file.
> 
> Thanks for the hint, though!
> 
> On Mon, Jul 12, 2010 at 12:57 PM, Erik Iverson  wrote:
> > Perhaps I am confused, but have you tried radio targets?
> >
> > http://orgmode.org/org.html#Radio-targets
> >
> >
> > Marcelo de Moraes Serpa wrote:
> >>
> >> Hey all!
> >>
> >> I used to be an avid user of WikiDPad, and I loved the way it
> >> automatically (or manually, using [ ]) created links and files to
> >> these links (CamelCase) for me. The way it provided a visual tree of
> >> the wiki was also pretty cool.
> >>
> >> This was awesome for reference kind of data, to build your own
> >> knowledge base. I've been trying to test different approaches with
> >> org, but none of them work as smoothly as it worked for me when using
> >> wikidpad.
> >>
> >> I divide reference data in two main categories: Dynamic and Static.
> >> Static are the notes and stuff that youl want to keep somewhere and
> >> that you'll eventually refer to later. Dynamic are the kind of that
> >> you'll be editing often, but does not fit in any other category
> >> GTD-wise. It is reference, you want to keep it somewhere, not take
> >> action on it per se (other than editing it), but you want to expand
> >> and modify it often.
> >>
> >> How difficult would it be to implement a small system that would index
> >> the files of directory, get the names (camel-case) and automatically
> >> link to these names if written on an org buffer? My elisp skills are
> >> very weak as of now.
> >>
> >> I know some of you might list a number of points against implementing
> >> this, but I really loved the way Wikdpad created links on the fly.
> >>
> >> Thanks,
> >>
> >> Marcelo
> >>
> >> ___
> >> 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
> >
> 
> ___
> 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
> 


--
Russell Adamsrlad...@adamsinfoserv.com

PGP Key ID: 0x1160DCB3   http://www.adamsinfoserv.com/

Fingerprint:1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3

___
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


Re: [Orgmode] Wiki-like creating links on the fly for org

2010-07-12 Thread Marcelo de Moraes Serpa
This doesn't seem to apply to what I want. It only links to org items
inside the org file.

Thanks for the hint, though!

On Mon, Jul 12, 2010 at 12:57 PM, Erik Iverson  wrote:
> Perhaps I am confused, but have you tried radio targets?
>
> http://orgmode.org/org.html#Radio-targets
>
>
> Marcelo de Moraes Serpa wrote:
>>
>> Hey all!
>>
>> I used to be an avid user of WikiDPad, and I loved the way it
>> automatically (or manually, using [ ]) created links and files to
>> these links (CamelCase) for me. The way it provided a visual tree of
>> the wiki was also pretty cool.
>>
>> This was awesome for reference kind of data, to build your own
>> knowledge base. I've been trying to test different approaches with
>> org, but none of them work as smoothly as it worked for me when using
>> wikidpad.
>>
>> I divide reference data in two main categories: Dynamic and Static.
>> Static are the notes and stuff that youl want to keep somewhere and
>> that you'll eventually refer to later. Dynamic are the kind of that
>> you'll be editing often, but does not fit in any other category
>> GTD-wise. It is reference, you want to keep it somewhere, not take
>> action on it per se (other than editing it), but you want to expand
>> and modify it often.
>>
>> How difficult would it be to implement a small system that would index
>> the files of directory, get the names (camel-case) and automatically
>> link to these names if written on an org buffer? My elisp skills are
>> very weak as of now.
>>
>> I know some of you might list a number of points against implementing
>> this, but I really loved the way Wikdpad created links on the fly.
>>
>> Thanks,
>>
>> Marcelo
>>
>> ___
>> 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
>

___
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


Re: [Orgmode] Wiki-like creating links on the fly for org

2010-07-12 Thread Erik Iverson

Perhaps I am confused, but have you tried radio targets?

http://orgmode.org/org.html#Radio-targets


Marcelo de Moraes Serpa wrote:

Hey all!

I used to be an avid user of WikiDPad, and I loved the way it
automatically (or manually, using [ ]) created links and files to
these links (CamelCase) for me. The way it provided a visual tree of
the wiki was also pretty cool.

This was awesome for reference kind of data, to build your own
knowledge base. I've been trying to test different approaches with
org, but none of them work as smoothly as it worked for me when using
wikidpad.

I divide reference data in two main categories: Dynamic and Static.
Static are the notes and stuff that youl want to keep somewhere and
that you'll eventually refer to later. Dynamic are the kind of that
you'll be editing often, but does not fit in any other category
GTD-wise. It is reference, you want to keep it somewhere, not take
action on it per se (other than editing it), but you want to expand
and modify it often.

How difficult would it be to implement a small system that would index
the files of directory, get the names (camel-case) and automatically
link to these names if written on an org buffer? My elisp skills are
very weak as of now.

I know some of you might list a number of points against implementing
this, but I really loved the way Wikdpad created links on the fly.

Thanks,

Marcelo

___
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


___
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


[Orgmode] Wiki-like creating links on the fly for org

2010-07-12 Thread Marcelo de Moraes Serpa
Hey all!

I used to be an avid user of WikiDPad, and I loved the way it
automatically (or manually, using [ ]) created links and files to
these links (CamelCase) for me. The way it provided a visual tree of
the wiki was also pretty cool.

This was awesome for reference kind of data, to build your own
knowledge base. I've been trying to test different approaches with
org, but none of them work as smoothly as it worked for me when using
wikidpad.

I divide reference data in two main categories: Dynamic and Static.
Static are the notes and stuff that youl want to keep somewhere and
that you'll eventually refer to later. Dynamic are the kind of that
you'll be editing often, but does not fit in any other category
GTD-wise. It is reference, you want to keep it somewhere, not take
action on it per se (other than editing it), but you want to expand
and modify it often.

How difficult would it be to implement a small system that would index
the files of directory, get the names (camel-case) and automatically
link to these names if written on an org buffer? My elisp skills are
very weak as of now.

I know some of you might list a number of points against implementing
this, but I really loved the way Wikdpad created links on the fly.

Thanks,

Marcelo

___
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


Re: [Orgmode] Wiki?

2010-02-19 Thread Manish
On Sat, Feb 20, 2010 at 3:54 AM, Andrea Crotti wrote:
>
> Today I had to modify some wiki pages for a project and I
> realized how it sucked..  Stupid editor, annoying markup
> language, difficult to remember/track down what you've written
> and so on.
>
> So wouldn't be great to do something like this
>
> * Wiki stuff ** Page1 This is a wiki page, automatically
> created if not existing - item - item
>
> ** Page2 Another page.
>
> Than with one command like org-export-to-wiki look if the page
> is existing, if not create it, convert it to the right format
> and it's done!
>
> I think it should involve some rpc php stuff which is not
> directly related, and also if the page is modified by someone
> else is not so easy (unless we're able to update our
> org-version).
> But to create new pages it would be great (for me at least).

have you tried Wes Hardaker's generic exporter?  C-c C-e g RET.  it
should already be able to do a lot of what you want.

-- 
manish


___
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


Re: [Orgmode] Wiki?

2010-02-19 Thread Ryan Thompson
If you want to edit existing Wiki pages with such a system, this would
require a complete conversion of all Wiki syntax to an Org-mode
equivalent, or else a way to leave unknown wiki syntax alone.
Otherwise you would clobber any formatting that Org-mode doesn't know
about when you edit the page.

On Fri, Feb 19, 2010 at 2:24 PM, Andrea Crotti
 wrote:
>
> Today I had to modify some wiki pages for a project and I realized how
> it sucked..
> Stupid editor, annoying markup language, difficult to remember/track
> down what you've written and so on.
>
> So wouldn't be great to do something like this
>
> * Wiki stuff
> ** Page1
>   This is a wiki page, automatically created if not existing
>   - item
>   - item
>
> ** Page2
>   Another page.
>
> Than with one command like org-export-to-wiki look if the page is
> existing, if not create it, convert it to the right format and it's
> done!
>
> I think it should involve some rpc php stuff which is not directly
> related, and also if the page is modified by someone else is not so
> easy (unless we're able to update our org-version).
> But to create new pages it would be great (for me at least).
> What do you think?
>
> Thanks
>
>
>
> ___
> 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
>


___
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


[Orgmode] Wiki?

2010-02-19 Thread Andrea Crotti

Today I had to modify some wiki pages for a project and I realized how
it sucked..
Stupid editor, annoying markup language, difficult to remember/track
down what you've written and so on.

So wouldn't be great to do something like this

* Wiki stuff
** Page1
   This is a wiki page, automatically created if not existing
   - item
   - item

** Page2
   Another page.

Than with one command like org-export-to-wiki look if the page is
existing, if not create it, convert it to the right format and it's
done!

I think it should involve some rpc php stuff which is not directly
related, and also if the page is modified by someone else is not so
easy (unless we're able to update our org-version).
But to create new pages it would be great (for me at least).
What do you think?

Thanks



___
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


[Orgmode] Wiki Support

2009-12-06 Thread Marc
Hi,

I've seen that there is a generic export function 
(http://orgmode.org/worg/org-contrib/org-export-generic.php) that can be used 
to export org-mode to wiki style.

If I got it right, this is not completly implemented (e.g. nested bullet lists 
are not supported).  Are there plans to complete the export function? IMHO, 
this is a really good feature that might save a lot of time.
Are there plans to do it vice versa, i.e. translate from wiki syntax to 
org-mode ?

BR
Marc


___
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