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
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
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
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
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
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"
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
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
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
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'
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
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
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
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
___
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
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
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
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
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
19 matches
Mail list logo