[O] Oversized inline math mode leading to corrupted HTML output (OLD exporter)

2013-06-26 Thread Gunnar Wolf
Hi, I am using the *old* exporter (the packaged version in Debian Wheezy), I don't know if this behaviour keeps happening with the new one. I have come up with a minimal case that exhibits this problem — Might be my fault for using this feature wrongly, but it *feels* as a parser error. The

Re: [O] converting people to Emacs and org-mode

2013-04-09 Thread Gunnar Wolf
42 147 dijo [Tue, Apr 09, 2013 at 04:10:07AM -0400]: Hello mailing list, This might be considered off-topic. The question is the title: have you been able to convert many people to Emacs / org-mode? Are converts all programmers, or those versed in programming? -- Or have you converted

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Gunnar Wolf
Nick Dokos dijo [Mon, Apr 08, 2013 at 11:31:14PM -0400]: You can turn on formula debugging with C-c { and then you'd see that in Pancho's case, the list is () i.e. a list containing the empty string - a list of length 1. That might qualify as a bug (or not) but you can easily work around

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Gunnar Wolf
Michael Brand dijo [Tue, Apr 09, 2013 at 02:40:06PM +0200]: On Tue, Apr 9, 2013 at 5:31 AM, Nick Dokos ndo...@gmail.com wrote: You can turn on formula debugging with C-c { and then you'd see that in Pancho's case, the list is () i.e. a list containing the empty string - a list of length 1.

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Gunnar Wolf
(Quoting in full to preserve mail readability without resorting to too much context) #+CAPTION: Attendances for April |-+---+---+---+---+---++---| | Account | Name | 1 | 3 | 5 | 8 | 10 | Total |

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Gunnar Wolf
Nick Dokos dijo [Tue, Apr 09, 2013 at 12:03:33PM -0400]: Ah, OK - I guess Gunnar will not be able to avoid an upgrade to something more recent. And yes, the eq/equal subtleties strike once again: (eq ) t (eq 0 0) nil (equal 0 0) t Yay - Thanks to you all :-) Yes, it finally works

[O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-08 Thread Gunnar Wolf
Hi, As mostly everything for my class work is handled through org-mode, I am trying to use it also for tracking attendance. And it almost works (given my quite-probably-wrong way to solve it) — Can you help me pinpoint what am I doing wrong? In case it's not obvious, I'm a complete Lisp newbie.

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-08 Thread Gunnar Wolf
Suvayu Ali dijo [Tue, Apr 09, 2013 at 02:25:19AM +0200]: On Mon, Apr 08, 2013 at 06:57:53PM -0500, Gunnar Wolf wrote: #+CAPTION: Attendances for April |-+---+---+---+---+---++---| | Account | Name | 1 | 3 | 5 | 8 | 10 | Total

[O] [new exporter] Guides on what incompatibilities to watch for?

2013-02-19 Thread Gunnar Wolf
Hi, I'm not very specific in this mail, but am wondering… I have some nontrivial documents written in Org-mode. My main use case for Org is mostly to author texts, rather than using its time-tracking features. I fear that with the new exporter, several of my documents' features will no longer

Re: [O] Babel-generated files not part of published projects?

2013-01-31 Thread Gunnar Wolf
Bastien dijo [Thu, Jan 31, 2013 at 02:42:27PM +0100]: When I export a single file (i.e. with C-c C-e p), the file gets generated with the specified filename and included in the resulting PDF. However, when I do it via org-publish-all (or org-publish-project), the code does not get

[O] Babel-generated files not part of published projects?

2013-01-30 Thread Gunnar Wolf
Hi, I have the following (partial) target as a publishing declaration: (setq org-publish-project-alist '((notas-html :base-directory ~/vcs/sistemas_operativos/notas/ :base-extension org :publishing-directory ~/vcs/sistemas_operativos/html :recursive t

Re: [O] More decoration for babel output

2013-01-24 Thread Gunnar Wolf
Gunnar Wolf dijo [Wed, Jan 23, 2013 at 11:25:43AM -0600]: When exporting to HTML I always add some extra CSS to my org-mode config, for the purpose of identifying which chunks are input vs. output, and for identifying the language of the code in code chunks. Language is identified

Re: [O] More decoration for babel output

2013-01-23 Thread Gunnar Wolf
Ken Williams dijo [Wed, Jan 23, 2013 at 04:26:54PM +]: Hi all, When exporting to HTML I always add some extra CSS to my org-mode config, for the purpose of identifying which chunks are input vs. output, and for identifying the language of the code in code chunks. Language is identified

[O] Regarding Babel execution

2013-01-15 Thread Gunnar Wolf
Hi, I recently switched from having several Graphviz files to inlining them via Babel in my source Org file. However, I noticed something that might either be strange, or might just mean I don't yet understand some stuff (as a relative newbie): I usually follow this pattern to include my

Re: [O] Regarding Babel execution

2013-01-15 Thread Gunnar Wolf
Gunnar Wolf dijo [Tue, Jan 15, 2013 at 12:58:30PM -0600]: I currently commented out the #+begin_center and #+end_center statements, but I'd really like to have them back. Or, at least, to find a more proper way to mark the images (and captions!) as material that should be distinguished from