Re: [O] Copying/pasting org html export into IBM Community Wiki

2013-07-03 Thread John Hendy
I'll look at the wiki export format. Unfortunately, Communities is not
wiki markup style, so html would be best. Org seems to rely on css and
spans/divs, which don't appear to cooperate with Communities raw html
edit mode. I'd need something with all the formatting specified
in-line, I think.


John

On Fri, Jun 21, 2013 at 11:14 PM, Srinivas  wrote:
>
> John Hendy  gmail.com> writes:
>
>>
>> Greetings,
>>
>> My company uses a few different social media platforms, including IBM
>> Communities, Wiki Enterprise, and Sharepoint. IBM Communities are what
>> I'm using to manage a project, and would like to use the Wiki feature
>> to keep a dashboard on tasks and a timeline.
>
>>
>>
>
> John,
>
> I don't know if there is a generic exporter in Org 8.0. In versions prior to
> Org 8.0, there was a generic exporter which could be tailored for your
> flavor of wiki output. Will the wiki export format work for you? The down
> side is the styles will be inherited from IBM Communities and not your own
> style.
>
> - Srinivas
>
>



Re: [O] Copying/pasting org html export into IBM Community Wiki

2013-06-21 Thread Srinivas

John Hendy  gmail.com> writes:

> 
> Greetings,
> 
> My company uses a few different social media platforms, including IBM
> Communities, Wiki Enterprise, and Sharepoint. IBM Communities are what
> I'm using to manage a project, and would like to use the Wiki feature
> to keep a dashboard on tasks and a timeline.

> 
> 

John,

I don't know if there is a generic exporter in Org 8.0. In versions prior to 
Org 8.0, there was a generic exporter which could be tailored for your 
flavor of wiki output. Will the wiki export format work for you? The down 
side is the styles will be inherited from IBM Communities and not your own 
style.

- Srinivas




[O] Copying/pasting org html export into IBM Community Wiki

2013-06-21 Thread John Hendy
Greetings,


My company uses a few different social media platforms, including IBM
Communities, Wiki Enterprise, and Sharepoint. IBM Communities are what
I'm using to manage a project, and would like to use the Wiki feature
to keep a dashboard on tasks and a timeline.

I've been able to export taskjuggler to html, print as a PDF, and then
use pdf2svg to generate a nice scalable timeline.

Now I'd like to take my Org-mode task list and make a copy/pastable
export that will be compatible with the wiki. Unfortunately, I don't
know that it accepts css input or respects anything
like ... When I try, it appears to just remove that stuff
upon saving. (i.e. I can paste it in there when editing html manually,
but when switching back to rich text or preview mode, the appearance
isn't changed, and going back into html mode shows all of my pasted
text as removed.)

Is there some recommended way to paste in "standalone" org html code
that will work without the ability to specify stylesheets? I think it
would require removing div's css-specified alignment and directly
applying text coloring or spacing.

At present, I end up coloring/spacing things manually, which sort of
defeats the purpose. Not a big deal for getting up and running, but as
the project continues and I want to update things, this will be a
major time saver.

Any suggestions?


Thanks!
John