From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Copying/pasting org html export into IBM Community Wiki Date: Fri, 21 Jun 2013 16:36:06 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq904-0006FA-3Z for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 17:36:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uq902-0001RY-Vv for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 17:36:08 -0400 Received: from mail-ob0-x22b.google.com ([2607:f8b0:4003:c01::22b]:36020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq902-0001RM-Rq for emacs-orgmode@gnu.org; Fri, 21 Jun 2013 17:36:06 -0400 Received: by mail-ob0-f171.google.com with SMTP id dn14so8997507obc.16 for ; Fri, 21 Jun 2013 14:36:06 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode 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 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