[O] Bug in table export for latex? (underscore and ampersand)

2012-07-03 Thread Frozenlock
I'm trying to export a table with the following cell: BAT_30_CCR01_OUV_ZONE_PCE_30_2A_102__30_2A_101 The ampersand seems to be messing everything... I obtain this when I export: BAT\_{}30\_{}CCR01\_{}OUV\_{}ZONE\_{}PCE\_{}30\_{}2A\_{}102_\_30\_{}2A\_{}101 For this to export normally, I would

[O] [BUG] ORG-LIST-END-MARKER when exporting from within a babel block with an exclude or include tag

2012-01-15 Thread Frozenlock
Ok, I know this a very specific application. Perhaps it's not even a bug and I'm using it the wrong way. Here is a minimum working example: #+TITLE: Test org file #+EXPORT_INCLUDE_TAGS: test2 * First heading

Re: [O] Including source when exporting in PDF

2012-01-14 Thread Frozenlock
, Jan 12, 2012 at 8:59 AM, Rainer M Krug r.m.k...@gmail.com wrote: On 12 January 2012 14:54, Frozenlock frozenl...@gmail.com wrote: The code block I previously sent only require you to specify which _extension_ you want or don't want. No need to include any specific filename (other than the .zip

Re: [O] Including source when exporting in PDF

2012-01-12 Thread Frozenlock
:exports result with no success. I'll try to send a minimum working example shortly. On Thu, Jan 12, 2012 at 4:11 AM, Rainer M Krug r.m.k...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/01/12 03:06, Frozenlock wrote: To include multiple files, I export all of the required

Re: [O] Including source when exporting in PDF

2012-01-11 Thread Frozenlock
- Hash: SHA1 On 06/01/12 08:45, Eric Schulte wrote: Frozenlock frozenl...@gmail.com writes: I am a strong advocate in keeping the source of everything. However,  a source can easily be lost if it doesn't follow the document. In LaTeX, there's a package to attach a file to a PDF (like

[O] Org exports leaking into each other?

2012-01-10 Thread Frozenlock
I'm trying to do simultaneous exports of an org document by doing the following: #+begin_src emacs-lisp (org-export-as-ascii org-export-headline-levels) (org-export-as-html org-export-headline-levels) #+end_src Each export done manually is fine, but when done like my code, the .txt file seems to

[O] Including source when exporting in PDF

2012-01-04 Thread Frozenlock
I am a strong advocate in keeping the source of everything. However, a source can easily be lost if it doesn't follow the document. In LaTeX, there's a package to attach a file to a PDF (like when you attach a file to an email). By doing so, the source will follow the PDF even if the common

[O] Exclude column from table when exporting

2011-12-22 Thread Frozenlock
Is there a way to exclude columns when exporting a document containing tables? I know it is somewhat possible by using radio tables and :skipcols, but that would be a problem. I have _many_ tables and duplicate each of them, in addition of naming all of them, would be really complicated. I'm

Re: [O] Bill-of-materials

2011-10-25 Thread Frozenlock
Hi Bastien, I'm trying to push my changes to the Worg repo, but it asks me for my repo.or.cz's password. This confuses me, as the repo.or.cz states that they don't use password. One of the changes I've made is to host the org-bom.el on github (better than pastebin). https://github.com/Frozenlock

Re: [O] Bill-of-materials

2011-10-22 Thread Frozenlock
Of course I do, it would be an honor! ;-) On Sat, Oct 22, 2011 at 12:32 PM, Nick Dokos nicholas.do...@hp.com wrote: Bastien b...@altern.org wrote: Hi Frozenlock, Frozenlock frozenl...@gmail.com writes: This is a much better version of the little add-on I've written: Bill-of-materials

[O] Bill-of-materials

2011-10-20 Thread Frozenlock
Hi, This is a much better version of the little add-on I've written: Bill-of-materials (org-bom.el) I've used this for over 6 months now, daily. If you ever need to quickly make a quote for a client, or simply make easy to-buy list, this should help you. You can find the code here:

[O] New contribution: Bill-of-materials -- org-bom.el

2011-04-03 Thread frozenlock
Christian Fortin ;; ;; Filename: org-bom.el ;; Version: 0.1 ;; Author: Christian Fortin frozenlock AT gmail DOT com ;; Keywords: org, bill-of-materials, collection, tables ;; Description: Create a bill-of-materials (bom) of the entire org buffer ;; ;; This program is free software: you can redistribute

Re: Re: [O] Why does a column's name need to start with a letter? Changed source with no perceivable

2011-03-05 Thread frozenlock
with the component's characteristics. (My apologies for the double e-mail, the first one wasn't sent to the mailing list) On , Carsten Dominik carsten.domi...@gmail.com wrote: Hi Christian, On 5.3.2011, at 04:35, Frozenlock wrote: Greetings, First and foremost, I must say

[O] Why does a column's name need to start with a letter? Changed source with no perceivable side-effects

2011-03-04 Thread Frozenlock
Greetings, First and foremost, I must say I'm a new Org-mode user... as well as a new emacs user... and have only limited experience with lisp. I'm using a table in org-mode as a database, from which I retrieve information as needed from other tables. This database stores multiples components