[O] disable title-format "%s\n" when exporting html

2014-11-22 Thread Vinh Nguyen
Dear list, I would like my org html exporter to not include the title as an H1 header. According to this (http://orgmode.org/worg/org-contrib/org-export-generic.html), I think I could do it by setting it to blank in my init file. However, I'd like to keep as is the default, but would like to dis

[O] export presentations: org to ppt or odp

2013-03-25 Thread Vinh Nguyen
Hi everyone, This question is probably for Jambunathan K: is an org to ppt or odp exporter in the works? Was wondering whether most of the work could be borrowed form the org to odt exporter. If anyone is wondering, why export presentations to odp or ppt when export to pdf (via beamer) and html

Re: [O] org-odt: command line options for soffice bug?

2013-02-18 Thread Vinh Nguyen
On Sat, Feb 16, 2013 at 2:33 PM, Vinh Nguyen wrote: > Hi, > > I was having issues exporting to a "doc" file with this in my init file: > (setq org-export-odt-preferred-output-format "doc") > > After some debugging, it appears my "soffice" co

[O] org-odt: command line options for soffice bug?

2013-02-16 Thread Vinh Nguyen
Hi, I was having issues exporting to a "doc" file with this in my init file: (setq org-export-odt-preferred-output-format "doc") After some debugging, it appears my "soffice" command takes a single dash (-), not double dash (--) for command line arguments. When I change to "soffice -headless -c

[O] color of exported code block

2013-02-03 Thread Vinh Nguyen
Hi, My emacs color theme consists of a black background with colors that match that. When I export an org file to html, the colors appear like how they appear in emacs (good), except the background isn't black. This (http://comments.gmane.org/gmane.emacs.orgmode/50906) post explains that I could

Re: [O] org-mobile setup: org-mobile-push not copying my org files?

2011-07-05 Thread Vinh Nguyen
On Mon, Jul 4, 2011 at 10:40 AM, Vinh Nguyen wrote: > Dear list, > > I'm having trouble setting up org-mobile in emacs for use with > MobileOrg on Android.  I have the following in my init file: > > ;; org-mode OrgMobile > (setq org-directory "~/Documents/Org"

[O] org-mobile setup: org-mobile-push not copying my org files?

2011-07-04 Thread Vinh Nguyen
Dear list, I'm having trouble setting up org-mobile in emacs for use with MobileOrg on Android. I have the following in my init file: ;; org-mode OrgMobile (setq org-directory "~/Documents/Org") ;; my folder is empty (setq org-mobile-directory "~/Dropbox/MobileOrg") (setq org-mobile-inbox-for-pu

Re: [O] org-odt (Applying custom templates)

2011-06-28 Thread Vinh Nguyen
Hi Jumba, Sorry for testing this out late. Been busy. See my comments below. On Wed, Mar 23, 2011 at 4:38 AM, Jambunathan K wrote: >> In addition, is there a way to set up a header, or some text, before >> the title, similar to the attached file (including the image)?  I >> don't mind if the s

[O] HTML5 presentations

2011-06-07 Thread Vinh Nguyen
After the recent org-mode to S5 discussion, I stumbled onto [these](https://gist.github.com/509761) code. It offers a way to export org files to HTML5 presentations. I think it looks quite nice. I see it being better than S5 in that no "ui" folder is required. What do you all think? Is it worth

[O] org-mode with pyblosxom or blosxom?

2011-03-05 Thread Vinh Nguyen
Dear list, Is anyone currently using org-mode in conjunction with pyblosxom or blosxom for their blogs? I think there might be a few out there doing so because I found [[http://comments.gmane.org/gmane.emacs.orgmode/18069][this]] thread referring to it. If so, do you have any notes to share? I'

[Orgmode] cache issue when publishing website with include file

2010-10-12 Thread Vinh Nguyen
Dear list, I currently use #+INCLUDE: "nav.org" on top of multiple org files (say f1.org, f2.org, ...) to include a navigation "bar" for my website. Suppose I update nav.org. If I publish the website with "C-c C-e P", then the f1.org, f2.org, ... files do not get updated/exported since the file

Re: [Orgmode] centering text in html

2010-10-12 Thread Vinh Nguyen
On Tue, Oct 12, 2010 at 12:41 AM, Christian Moe wrote: > Hi again, Vinh, > > More to the point, why don't you just use > > #+BEGIN_CENTER > { [[file:index.org][Home]] | [[file:files.org][Announcements and Files]] } > #+END_CENTER > > See info:org:Paragraphs. > > Cheers, > CM Thanks Christian! I

Re: [Orgmode] centering text in html

2010-10-11 Thread Vinh Nguyen
On Mon, Oct 11, 2010 at 12:41 AM, Carsten Dominik wrote: > You give us *very* little to chew on. Sorry about this. I meant to elicit on what folks do when they want to center text I general. I should've known better to put down what I've tried. I just got it working but will also put down what

[Orgmode] centering text in html

2010-10-10 Thread Vinh Nguyen
Dear all, Sorry this may seem trivial but I'm not getting any success. I'm trying to get the following centered when outputting to html: { [[file:index.org][Home]] | [[file:files.org][Announcements and Files]] } Can anyone help? Thanks. -- Vinh ___

[Orgmode] Re: text color + highlight

2010-09-09 Thread Vinh Nguyen
cs) - use the existing links syntax * Cons - cannot be used concurrently or with other formatting * To Do - Hopefully it will be implemented via extensible syntax in the future ($[options mytext]) - highlight and color paragraph or region -- Vinh On Thu, Aug 5, 2010 at 1:42 PM, Vinh Nguy

Re: [Orgmode] text color + highlight

2010-08-08 Thread Vinh Nguyen
On Fri, Aug 6, 2010 at 8:15 PM, Eric Schulte wrote: > In playing with the patched code I sent out, I noticed that it may be > doing weird things to my headings (#+Title: etc...) in some Org-mode > files, so probably it could use some more tweaking before any merge, > also I'd not want to rush what

Re: [Orgmode] text color + highlight

2010-08-06 Thread Vinh Nguyen
Thanks Eric, this works. I do agree that the implemented syntax is not org-like but more latex-like. To be more org-like, could we use parentheses or curly braces like how links are implemented? They aren't taken, are they? For example, ((red)(this text is red)) {{yellow}{this text is highligh

Re: [Orgmode] text color + highlight

2010-08-06 Thread Vinh Nguyen
On Fri, Aug 6, 2010 at 2:18 AM, Bastien wrote: > Hi Vinh, > > Vinh Nguyen writes: > >> I was wondering if there is an easy way to markup the color of the >> text for html output (and highlight as well).  When I prepare meeting >> minutes I'd like to color some

[Orgmode] text color + highlight

2010-08-05 Thread Vinh Nguyen
Dear list, I was wondering if there is an easy way to markup the color of the text for html output (and highlight as well). When I prepare meeting minutes I'd like to color some things and highlight certain things. Right now, I am using emphasizing a major portion of the text. It would be great