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 probl
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 :-) Ye
(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 |
> > > |-+---+---
Michael Brand dijo [Tue, Apr 09, 2013 at 02:40:06PM +0200]:
> On Tue, Apr 9, 2013 at 5:31 AM, Nick Dokos 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. That mig
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 aro
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 conv
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
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.
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 wor
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 e
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"
:recursi
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.
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 ident
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
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 graphics:
15 matches
Mail list logo