Re: [O] Org release 7.8.04 (BUGFIX-only release)

2012-03-19 Thread Bastien
Hi Achim, Achim Gratz writes: > Curses... here are the two patches Thanks a lot. Can you tell me how you created this patches and what is the commit maint and master will correspond to after we apply it? Are there patches that have been applied and should be reapplied in case we use your pa

Re: [O] Org release 7.8.04 (BUGFIX-only release)

2012-03-19 Thread Achim Gratz
Bastien writes: > Thanks a lot. Can you tell me how you created this patches and > what is the commit maint and master will correspond to after we > apply it? I've sent you a mail with the details. > Are there patches that have been applied and should be reapplied > in case we use your patche

Re: [O] org-protocol in windows and Acrobat Reader

2012-03-19 Thread d . tchin
> > This indicates that .replace('|',':') didn't work out as expected and > org-protocol received > > org-protocol://store-link://file%3A%2F%2F%2FC%7C%2FTemp%2Ffile.pdf > ^^^ > > Maybe this could do the trick: > > , > | app.addMenuItem({cName:"or

Re: [O] Figure and table captions in org-odt.el

2012-03-19 Thread Martin Gürtler
Hi, this is doing what I want. I had already suspected org-odt-category-map-alist, but I had missed the fact that the xml file has to be changed as well. Thanks, Martin

Re: [O] I'm tripping over #+BABEL: vs. #+PROPERTY:

2012-03-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15/03/12 17:14, Nick Dokos wrote: > Sebastien Vauban wrote: > >> Hi Nick and Eric, >> >> Nick Dokos wrote: >>> Eric Schulte wrote: Did you press C-c C-c on each property line after it was written? >>> >>> Just to clarify: do I really

Re: [O] Is it possible to run shell script src blocks as root or to export individual blocks?

2012-03-19 Thread Leo Alekseyev
On Mon, Mar 5, 2012 at 10:24 AM, Eric Schulte wrote: > Andreas Leha writes: > >> Eric Schulte writes: >> >>> Leo Alekseyev writes: >>> I was wondering if there was an easy way to execute some shell commands contained in a src block as root.  Alternatively, is there a quick way to

[O] [babel] [bug] bug in R-specific header argument for graphics driver

2012-03-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I did not get any response so far, so I hope that the email did not went out... Rainer - -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When giving the header argument :title: the graph is not produced in a file: * This works Display boxplot of s

Re: [O] [bug] org-agenda-write does not handle date stamps without day of week

2012-03-19 Thread Carsten Dominik
On 17.3.2012, at 07:45, Nick Dokos wrote: > Karl Voit wrote: > >> * Nick Dokos wrote: >>> Karl Voit wrote: >>> >>> For me, it was a "no time to work on org - stash it"... >> >> OK. I just wanted to make sure that it *is* on someone's todo list >> :-) >> * Karl Voit wrote: >

Re: [O] [bug] org-agenda-write does not handle date stamps without day of week

2012-03-19 Thread Carsten Dominik
On 17.3.2012, at 15:04, Simon Thum wrote: > Hi Karl, > > why don't you add something like an "xx" day which will probably please > org-mode - in my tests org ignored the weekday. Yes, the weekday is only expected, but never used, so writing "xxx" would work. However, see my other mail for ano

[O] [patch] Add three "xelatex" config items to "org-latex-to-pdf-process"

2012-03-19 Thread FengShu
Xelatex should be pdflatex with enhanced font handling capability. and its fonts configure for Chinese is much much more simple than pdflatex, for it can use *ttf* *otf* fonts in the system easily. Add item: 1. 2 runs of xelatex 2. 3 runs of xelatex 3. xelatex,bibtex,xelatex,xelatex diff

[O] org-odt: protected (ie non-breakable) space

2012-03-19 Thread Martin Gürtler
Hi, is it possible to have protected spaces in an odt exported from org.-mode? I tried ~ and \nbsp, but both come out literally. Thanks, Martin

[O] About org-babel menu

2012-03-19 Thread FengShu
Hi: Could we add some org-babel menu items ,so using them we can enable and disable the computer languages ? for example: #+begin_example org => org-babel => * emacs-lisp sh * R ... * screen #+end_example

[O] Remaining Work Report

2012-03-19 Thread Sebastien Vauban
#+COLUMNS: %40ITEM(Task) %6Effort(Estim.){:} * Context The question I'm trying to give an answer to is: *what's the remaining number of hours (or days) to finish my project*? I don't see obvious solutions for that question. And trials I've done hereunder did not lead yet to satisfactory results.

Re: [O] [babel] [bug] bug in R-specific header argument for graphics driver

2012-03-19 Thread Eric Schulte
Hi Rainer, I see you CC'd me on this email. I personally do not know anything about how the graphics header argument to R code blocks works. I would recommend looking deeper into the behavior using the following tools - Look at the expanded code block body using org-babel-expand-src-block - Run

[O] org-map-entries broken?

2012-03-19 Thread Charles Sebold
I think this patch may have broken org-map-entries for me: e0072f79137bbfabdf848da6865d8e4de776a549 is the first bad commit commit e0072f79137bbfabdf848da6865d8e4de776a549 Author: David Maus Date:   Sun Mar 18 18:38:50 2012 +0100     Require one or more spaces (+) between keyword and headline  

Re: [O] org-odt: protected (ie non-breakable) space

2012-03-19 Thread John Rakestraw
Hi, Martin -- > > is it possible to have protected spaces in an odt exported from > org.-mode? I tried ~ and \nbsp, but both come out literally. I just tried inserting the non-breaking space in emacs with C-x, 8, . It shows up as a non-breaking space in the odt file. -- John Rakestraw

Re: [O] About org-babel menu

2012-03-19 Thread Eric Schulte
Hi FengShu, I don't know much about the Emacs customization interface, but it is certainly the solution to this issue. There does currently exist a Babel specific customization group, the nesting is org>babel. Through this interface there are menus like the one you mention below available. One

Re: [O] [babel] [bug] bug in R-specific header argument for graphics driver

2012-03-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/03/12 15:17, Eric Schulte wrote: > Hi Rainer, > > I see you CC'd me on this email. I personally do not know anything about how > the graphics > header argument to R code blocks works. Sorry - I thought it was part of babel, and when I hear "b

Re: [O] About org-babel menu

2012-03-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/03/12 15:22, Eric Schulte wrote: > Hi FengShu, > > I don't know much about the Emacs customization interface, but it is > certainly the solution to > this issue. There does currently exist a Babel specific customization group, > the nesting i

Re: [O] Is it possible to run shell script src blocks as root or to export individual blocks?

2012-03-19 Thread Eric Schulte
Leo Alekseyev writes: > On Mon, Mar 5, 2012 at 10:24 AM, Eric Schulte wrote: >> Andreas Leha writes: >> >>> Eric Schulte writes: >>> Leo Alekseyev writes: > I was wondering if there was an easy way to execute some shell > commands contained in a src block as root.  Alternati

Re: [O] [babel] [bug] org-babel-use-quick-and-dirty-noweb-expansion

2012-03-19 Thread Eric Schulte
Hi Nicolas, Thanks for bringing up this bug. I'm attaching a patch to this email, once the current repositories issues are resolved I'll apply this patch to the repository. In the interim, you can apply this patch to your local copy of the git repository with. $ cd your/path/to/org $ git am

Re: [O] About org-babel menu

2012-03-19 Thread Eric Schulte
Rainer M Krug writes: > On 19/03/12 15:22, Eric Schulte wrote: >> Hi FengShu, >> >> I don't know much about the Emacs customization interface, but it is >> certainly the solution to >> this issue. There does currently exist a Babel specific customization >> group, the nesting is >> org>babel.

[O] table spreadsheet problem

2012-03-19 Thread Martin Halder
Hi all, question about table calculation. Found in the documentation that I could refer to e.g. first line after second hline with @II+2. Would like to calculate sum = vsum(@I..@II) and tax = sum * 0.08 Am I doing sth wrong ? Thanks for help, Martin | article | price | |-+| |

Re: [O] About org-babel menu

2012-03-19 Thread Jonathan Leech-Pepin
On Mon, Mar 19, 2012 at 10:41, Rainer M Krug wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 19/03/12 15:22, Eric Schulte wrote: >> Hi FengShu, >> >> I don't know much about the Emacs customization interface, but it is >> certainly the solution to >> this issue.  There does curren

Re: [O] org-odt: protected (ie non-breakable) space

2012-03-19 Thread Martin Gürtler
Dear John, Am Montag, den 19.03.2012, 09:31 -0400 schrieb John Rakestraw: > Hi, Martin -- > > > > > is it possible to have protected spaces in an odt exported from > > org.-mode? I tried ~ and \nbsp, but both come out literally. > > I just tried inserting the non-breaking space in emacs with C-

Re: [O] table spreadsheet problem

2012-03-19 Thread Russell Adams
On Mon, Mar 19, 2012 at 04:01:42PM +0100, Martin Halder wrote: > Hi all, > > question about table calculation. Found in the documentation that I could > refer to e.g. first line after second hline with @II+2. > > Would like to calculate sum = vsum(@I..@II) and tax = sum * 0.08 > > Am I doing sth w

Re: [O] [babel] [bug] bug in R-specific header argument for graphics driver

2012-03-19 Thread Eric Schulte
Rainer M Krug writes: > On 19/03/12 15:17, Eric Schulte wrote: >> Hi Rainer, >> >> I see you CC'd me on this email. I personally do not know anything about >> how the graphics >> header argument to R code blocks works. > > Sorry - I thought it was part of babel, and when I hear "babel", I thin

Re: [O] table spreadsheet problem

2012-03-19 Thread Martin Halder
Am 19.03.2012 um 16:32 schrieb Russell Adams: > On Mon, Mar 19, 2012 at 04:01:42PM +0100, Martin Halder wrote: >> Hi all, >> >> question about table calculation. Found in the documentation that I could >> refer to e.g. first line after second hline with @II+2. >> >> Would like to calculate sum

Re: [O] table spreadsheet problem

2012-03-19 Thread Russell Adams
On Mon, Mar 19, 2012 at 04:45:14PM +0100, Martin Halder wrote: > > Am 19.03.2012 um 16:32 schrieb Russell Adams: > > | article | price | > > |-+| > > | item1 | 100.00 | > > | item2 | 200.00 | > > |-+| > > | sum | 300.00 | > > | tax | 24.00 | > > |--

Re: [O] table spreadsheet problem

2012-03-19 Thread Nick Dokos
Russell Adams wrote: > On Mon, Mar 19, 2012 at 04:01:42PM +0100, Martin Halder wrote: > > Hi all, > > > > question about table calculation. Found in the documentation that I could > > refer to e.g. first line after second hline with @II+2. > > > > Would like to calculate sum = vsum(@I..@II) and

Re: [O] table spreadsheet problem

2012-03-19 Thread Russell Adams
> Nowadays, you can use (both on the LHS and the RHS of the formula) > symbolic references relative to the first, second, third ... row like > this: @<, @<<, @<< ... and relative to the last, penultimate, > antepenultimate (is there such a word?) row like this: @>, @>>, @>>> > ..., and similarly fo

Re: [O] table spreadsheet problem

2012-03-19 Thread Martin Halder
Am 19.03.2012 um 16:56 schrieb Nick Dokos: > Russell Adams wrote: > >> On Mon, Mar 19, 2012 at 04:01:42PM +0100, Martin Halder wrote: >>> Hi all, >>> >>> question about table calculation. Found in the documentation that I could >>> refer to e.g. first line after second hline with @II+2. >>>

Re: [O] [babel] [bug] org-babel-use-quick-and-dirty-noweb-expansion

2012-03-19 Thread Nicolas Girard
2012/3/19 Eric Schulte > > Thanks for bringing up this bug.  I'm attaching a patch to this email, > once the current repositories issues are resolved I'll apply this patch > to the repository.  In the interim, you can apply this patch to your > local copy of the git repository with. > Great ! It'

Re: [O] table spreadsheet problem

2012-03-19 Thread Nick Dokos
Russell Adams wrote: > > Nowadays, you can use (both on the LHS and the RHS of the formula) > > symbolic references relative to the first, second, third ... row like > > this: @<, @<<, @<< ... and relative to the last, penultimate, > > antepenultimate (is there such a word?) row like this: @>, @>

Re: [O] table spreadsheet problem

2012-03-19 Thread Russell Adams
On Mon, Mar 19, 2012 at 01:42:50PM -0400, Nick Dokos wrote: > It was introduced about a year ago, so it should be in 7.7 or later > (possibly some earlier releases as well but I haven't checked in > detail.) > > If you git, then the relevant commits are > > 5631a309ab567e0a6a059ce728f84c1637fd253f

Re: [O] table spreadsheet problem

2012-03-19 Thread Nick Dokos
Russell Adams wrote: > On Mon, Mar 19, 2012 at 01:42:50PM -0400, Nick Dokos wrote: > > It was introduced about a year ago, so it should be in 7.7 or later > > (possibly some earlier releases as well but I haven't checked in > > detail.) > > > > If you git, then the relevant commits are > > > > 56

Re: [O] table spreadsheet problem

2012-03-19 Thread Russell Adams
On Mon, Mar 19, 2012 at 02:01:02PM -0400, Nick Dokos wrote: > Be careful - you might run into problems (I don't know if you've seen > Bastien's and Achim's emails about the git problems). It might be safer > to wait a bit until the dust settles and Bastien gives the green light. Just out of curios

[O] merging habits and normal scheduled items in the agenda grid

2012-03-19 Thread Mathijs Kwik
Hi all, A lot of my todo items and habits are scheduled to specific times in a day. However, The agenda view groups the habits together, so I end up with a grid containing my normal todos and below that is my list of habits, again sorted by time. This means that at any time, I need to check 2 list

[O] Request for hacks: Project month notations

2012-03-19 Thread Simon Thum
Hi all, I'm working on a project where project dates were initially defined by a relative time given in months to some fixed date (the kick-off). So I've got a lot of dates which look like "M19" (month 19 after kick-off), and I would like to use this notation (or something resembling it) for

[O] how to include graphics in pdf output

2012-03-19 Thread Christopher W. Ryan
I am running org mode 7.7 on Win XP. I hope to export a document to pdf, and I'd like to include an image in it. The image is a file called DataLoggerImage.jpg; it resides in the same directory as my org file. These are the first three lines of my org file: #+OPTIONS: todo:nil toc:nil tags:nil

Re: [O] org-map-entries broken?

2012-03-19 Thread Mike McLean
I can confirm this and add that it additionally breaks tag inheritance. I first noticed that a org-collector code block that I've been using forever was generating table that were way too long. My collector block includes =:conds ( not (string-match-p "noexport" ALLTAGS)= and the extra results I wa

Re: [O] how to include graphics in pdf output

2012-03-19 Thread Nick Dokos
Christopher W. Ryan wrote: > I am running org mode 7.7 on Win XP. I hope to export a document to pdf, > and I'd like to include an image in it. The image is a file called > DataLoggerImage.jpg; it resides in the same directory as my org file. > > These are the first three lines of my org file: >

Re: [O] [babel] [bug] org-babel-use-quick-and-dirty-noweb-expansion

2012-03-19 Thread Eric Schulte
Nicolas Girard writes: > 2012/3/19 Eric Schulte >> >> Thanks for bringing up this bug.  I'm attaching a patch to this email, >> once the current repositories issues are resolved I'll apply this patch >> to the repository.  In the interim, you can apply this patch to your >> local copy of the git

[O] org-contacts quit working?

2012-03-19 Thread George McNinch
Hi -- After a "git pull" today, my org-contacts no longer works. (e.g. M-x org-contacts "George" finds no matches. So especially: tab-completion in message-mode no longer works). Has anyone else noticed this? (I'm not quite sure how to provide more useful info...) All the best, george -- ,-

Re: [O] org-contacts quit working?

2012-03-19 Thread Achim Gratz
George McNinch writes: > After a "git pull" today, my org-contacts no longer works. (e.g. M-x > org-contacts "George" finds no matches. So especially: tab-completion in > message-mode no longer works). > > Has anyone else noticed this? (I'm not quite sure how to provide more > useful info...) Ye

[O] Patch: Customize failure for org-agenda-custom-commands

2012-03-19 Thread Joe Vornehm Jr.
The Customize interface for org-agenda-custom-commands fails for agenda commands with an org-agenda-entry-types command option. The reason it fails is that the org-agenda-entry-types option should be a quoted list, but the defcustom expression doesn't add the quote properly. A patch is below.

[O] Should maint branch be deprecated?

2012-03-19 Thread Martyn Jago
As an infrequent committer to org-mode, I wonder if the maint branch is more pain than gain. I've read through the mails arguing for its conception, and the benefits just don't appear to be resultant. Add to that - infrequent committer's who commit via the list generally know nothing about the

Re: [O] org-contacts quit working?

2012-03-19 Thread George McNinch
Hi-- >> After a "git pull" today, my org-contacts no longer works. >> Has anyone else noticed this? (I'm not quite sure how to provide >> more useful info...) Achim> Yes, we have... Bastien is in the process of fixing the repo, Achim> meanwhile you could compile from these co

Re: [O] Should maint branch be deprecated?

2012-03-19 Thread Bastien
Hi Martyn Martyn Jago writes: > As an infrequent committer to org-mode, I wonder if the maint branch is > more pain than gain. I'm still in the process of fixing things. After I'm done, I will suggest a new workflow. Thanks, -- Bastien

Re: [O] Should maint branch be deprecated?

2012-03-19 Thread Achim Gratz
Martyn Jago writes: > As an infrequent committer to org-mode, I wonder if the maint branch is > more pain than gain. > > I've read through the mails arguing for its conception, and the benefits > just don't appear to be resultant. It seemed to work well until Bastien made a mistake because the r

Re: [O] how to include graphics in pdf output

2012-03-19 Thread suvayu ali
On Mon, Mar 19, 2012 at 20:53, Nick Dokos wrote: >> [[./DataLoggerImage.jpg]] >> >> The figure does not appear in the resulting pdf.  Any advice as to what >> I am doing wrong? >> > > Can you post your org file and the tex file that's produced on export? > Is the above correct syntax? Shouldn't i

Re: [O] how to include graphics in pdf output

2012-03-19 Thread Nick Dokos
suvayu ali wrote: > On Mon, Mar 19, 2012 at 20:53, Nick Dokos wrote: > >> [[./DataLoggerImage.jpg]] > >> > >> The figure does not appear in the resulting pdf.  Any advice as to what > >> I am doing wrong? > >> > > > > Can you post your org file and the tex file that's produced on export? > > >

[O] Org release 7.8.06 (bugfix)

2012-03-19 Thread Bastien
Dear all, I'm releasing Org 7.8.06 which replaces the two previous bugfix versions (7.8.04 and 7.8.05). Please don't use those versions. http://orgmode.org/org-mode-download.html As Achim summarised, I relied on a script that did not the right thing, got me confused, and I turned the problem

[O] [DEV] New git workflow

2012-03-19 Thread Bastien
Hi all, our current git workflow is pretty well summarised by Achim -- we have two main branches, master and maint, and we (try to) follow these rules: If it's a bugfix for something broken in a release version, commit to maint and merge maint back into master. If implementing a new fea

Re: [O] Should maint branch be deprecated?

2012-03-19 Thread Bastien
Hi Achim, Achim Gratz writes: > It seemed to work well until Bastien made a mistake because the release > script wasn't properly adapted and digged the hole deeper while trying > to fix it (too) quickly. Maint is good again, master still needs a few > more touches. This should be all right now

Re: [O] Should maint branch be deprecated?

2012-03-19 Thread Bastien
Hi Martyn, Martyn Jago writes: > As an infrequent committer to org-mode, I wonder if the maint branch is > more pain than gain. It is a pain when too many things should happen on it. IMO It is a gain when we dedicate it to releases only. No pain should come out of introducing hotfix-* bran

Re: [O] Temporary commit freeze while fixing the repo and before 7.8.06

2012-03-19 Thread Bastien
Bastien writes: > Developers: please don't commit anything while we are fixing this. The freeze is over. Normal development can continue on master with bugfixes committed to the newly created hotfix-7.8.06. -- Bastien

Re: [O] org-map-entries broken?

2012-03-19 Thread Bastien
Mike McLean writes: > I reverted =e0072f79137bbfabdf848da6865d8e4de776a549= and both > behaviors corrected themselves. I reverted this commit both in maint (included in 7.8.06) and master. Thanks, -- Bastien

Re: [O] [PATCH] Adding Simplified Chinese(UTF-8) translation for org-exp

2012-03-19 Thread Bastien
tumashu writes: > It should be: > #+begin_example > http://www.w3.org/1999/xhtml"; lang="zh-CN" xml:lang="zh-CN"> > #+end_example > [[http://www.w3.org/International/articles/bcp47/]] Fixed in maint (included in 7.8.06) and master. Thanks! -- Bastien

Re: [O] Org-mode version 7.8.05 (release_7.8.05.19.gb32d.dirty) `org-agenda-filter' bug pushing to mobile

2012-03-19 Thread Bastien
Nick Bell writes: > Using the above version, needed to apply the patch > http://article.gmane.org/gmane.emacs.orgmode/51812 in order to make > org-mobile-push work. My git-fu isn't quite up to working out what should > (if anything) have happened to incorporate this fix into the release. This is

Re: [O] [babel] [bug] org-babel-use-quick-and-dirty-noweb-expansion

2012-03-19 Thread Bastien
Hi Eric, Eric Schulte writes: > Thanks for bringing up this bug. I'm attaching a patch to this email, > once the current repositories issues are resolved I'll apply this patch > to the repository. In the interim, you can apply this patch to your > local copy of the git repository with. Applie

Re: [O] [PATCH] LaTeX export: added support for sidewaystable from the rotating package

2012-03-19 Thread Bastien
Hi Andreas, Andreas Leha writes: > below you find a small patch that allows to use sidewaystable during > latex export, i.e. this file should export as expected: Applied, thanks. -- Bastien

Re: [O] Problem with choosing mode while editing blocks with C-c '

2012-03-19 Thread Bastien
Hi Suvayu, Suvayu Ali writes: > On Wed, Mar 14, 2012 at 09:41, suvayu ali wrote: >> Yup, your analysis was spot on. :) Changing the let to let* and >> reevaluating the defun fixed the issue. >> >> I hadn't grasped this subtlety about let*, dependencies on preceding >> bindings hidden behind fun

Re: [O] Should maint branch be deprecated?

2012-03-19 Thread Martyn Jago
Bastien writes: Hi Bastien, Achim > Hi Martyn, > > Martyn Jago writes: > >> As an infrequent committer to org-mode, I wonder if the maint branch is >> more pain than gain. > > It is a pain when too many things should happen on it. > > IMO It is a gain when we dedicate it to releases only. >

Re: [O] how to include graphics in pdf output

2012-03-19 Thread Christopher W. Ryan
I've attached a small org file that reproduces my problem with getting images to export to pdf. I've also attached the resulting .tex file. I think my issue may have something to do with my misunderstanding of inline tasks, since if I put my org code for inclusion of the image elsewhere in the

Re: [O] how to include graphics in pdf output

2012-03-19 Thread Nick Dokos
Christopher W. Ryan wrote: > I've attached a small org file that reproduces my problem with getting > images to export to pdf. I've also attached the resulting .tex file. > > I think my issue may have something to do with my misunderstanding of > inline tasks, since if I put my org code for incl

Re: [O] org-map-entries broken?

2012-03-19 Thread David Maus
At Tue, 20 Mar 2012 02:34:40 +0100, Bastien wrote: > > Mike McLean writes: > > > I reverted =e0072f79137bbfabdf848da6865d8e4de776a549= and both > > behaviors corrected themselves. > > I reverted this commit both in maint (included in 7.8.06) > and master. Thanks, I'll give a fix for the problem I

Re: [O] [bug] org-agenda-write does not handle date stamps without day of week

2012-03-19 Thread Carsten Dominik
I have just pushed the new version of this regexp into master. Karl, let me know if it fixes the issues you where having with writing agendas. - Carsten On 19.3.2012, at 10:12, Carsten Dominik wrote: > > On 17.3.2012, at 07:45, Nick Dokos wrote: > >> Karl Voit wrote: >> >>> * Nick Dokos wr

[O] how to specify table width in HTML export

2012-03-19 Thread Stephen J. Barr
Hello, This seems like a simple question but I can't seem to find the answer? How do I specify the table width for an org-table that I will export to HTML? Thanks, Stephen

Re: [O] how to specify table width in HTML export

2012-03-19 Thread Nick Dokos
Stephen J. Barr wrote: > Hello, > > This seems like a simple question but I can't seem to find the answer? > How do I specify the table width for an org-table that I will export > to HTML? > Not sure about the real HTMl syntax, or whether this is the best solution (I'd imagine CSS would be bet