Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-05 Thread Alan Schmitt
Nicolas Goaziou writes: > I didn't try to reproduce the problem, but specifying a format time > string as a DATE value is not possible anymore. You still can provide > a timestamp and tweak `org-export-date-timestamp-format' (or BIND it) to > format it. I have a more serious issue: it seems that

Re: [O] Bug: SETUPFILE directive not working [8.0-pre (release_8.0-pre-10873-gafb59b @ /home/mrb/dev/emacs/packages/org-mode/lisp/)]

2013-04-05 Thread Bastien
Hi Marcel, Marcel van der Boom writes: > C-c C-c on that line says "Local setup has been refreshed" but at least > some of the settings do not get applied. Notably i have several lines > in that 'settings.org' file like this: > > #+TAGS: { buy(b) sell(s) } build(u) fix(f) clean(n) > > or > >

Re: [O] avoid subscripting text

2013-04-05 Thread Sebastien Vauban
Hello, Mike McLean wrote: > On Apr 3, 2013, at 9:30 PM, Gary Oberbrunner wrote: > >> I use LaTeX export all the time, but almost always with words with >> underscores in them (data from external tables, variable names and so on). >> So I never want _ to turn into a subscript. Just one data point,

[O] Referring to files (was: looking for advice on where/how to store org realted files (attachments/images etc))

2013-04-05 Thread Karl Voit
* Itai kloog wrote: > > Hi all Hi! > I take alot of screenshots and attach alot of PDF's/ scrips to my notes. I > would love to hear back from the community on how people organize these " > realted" org files. Take a look at http://orgmode.org/org.html#Attachments - it's «the Org-mode way» of a

[O] Commit 'cf5e96c8e1be5d0f9df2d98415f3ee16df9408f0' introduces texi syntax error

2013-04-05 Thread Vladimir Lomov
Hello, as topic states, I attached small patch. --- WBR, Vladimir Lomov -- For some reason a glaze passes over people's faces when you say "Canada". Maybe we should invade South Dakota or something. -- Sandra Gotlieb, wife of the Canadian ambassador to the U.S. diff --git a/doc

Re: [O] Agenda for 14 days, but still starting on Sat

2013-04-05 Thread Bastien
Subhan Tindall writes: > Try this: > ("z" "test" ((agenda "test" ((org-agenda-start-on-weekday 6) > (org-agenda-start-day "0") > (org-agenda-span 14) Yes, that's it. Nota bene: the reason why `org-agenda-start-day' should

Re: [O] Bug?: org-babel-load-file not autoloaded in Emacs 24.3

2013-04-05 Thread Bastien
Hi Jonathan, Jonathan Leech-Pepin writes: > I currently have the vast majority of my .emacs configuration in .org > files that rely on =org-babel-load-file=. > > Before updating to Emacs 24.3 I could rely on autoloads to complete > the initialization.  After updating today I get the following er

Re: [O] Commit 'cf5e96c8e1be5d0f9df2d98415f3ee16df9408f0' introduces texi syntax error

2013-04-05 Thread Bastien
Vladimir Lomov writes: > as topic states, I attached small patch. Applied, thanks! -- Bastien

[O] [PATCH] bugfix Was: [PATCH] Was: How to apply multiple TBLFM rules?

2013-04-05 Thread Ippei FURUHASHI
Hi Bastien, Thanks for looking at these patches. Could you also apply this bugfix patch for them? Thanks in advance. Bastien writes: > Ippei FURUHASHI writes: > >> This patch enables user to applies a temporal TBLFM line where you are in. >> It is useful when you switch a formula to another. >>

Re: [O] Bug: SETUPFILE directive not working [8.0-pre (release_8.0-pre-10873-gafb59b @ /home/mrb/dev/emacs/packages/org-mode/lisp/)]

2013-04-05 Thread Marcel van der Boom
On vr 05-apr-2013 09:20 Bastien wrote: > This should now be fixed in master. Thanks for reporting this > with all the details. Cool, thanks! This was the last hurdle for me before upgrading. marcel -- Marcel van der Boom -- http://hsdev.com/mvdb.vcf HS-Development BV-- http://www.hsdev

Re: [O] Nice blog post - Org-mode in Your Pocket Is a GNU-Shaped Devil

2013-04-05 Thread François Pinard
Bastien writes: >> It took me about one hour (my Gnus programming is rather rusty) for >> adding a Gnus command opening many tabs at once, in a graphical >> browser, for all articles I retain in Gnus for reading. > That looks nice, is your hack public somewhere? No, but here it is, usage instru

Re: [O] Nice blog post - Org-mode in Your Pocket Is a GNU-Shaped Devil

2013-04-05 Thread François Pinard
Suvayu Ali writes: > For me it is the other way around. I want to couple with Emacs more > closely, but Gnus prevents me from doing so. A few gripes follow. > 1. Emacs is single threaded, so a network interruption while reading my >email over IMAP means my emacs server is stuck! It would

Re: [O] Nice blog post - Org-mode in Your Pocket Is a GNU-Shaped Devil

2013-04-05 Thread Suvayu Ali
Hey François, On Fri, Apr 05, 2013 at 07:18:56AM -0400, François Pinard wrote: > Suvayu Ali writes: > > > For me it is the other way around. I want to couple with Emacs more > > closely, but Gnus prevents me from doing so. A few gripes follow. > > > 1. Emacs is single threaded, so a network i

[O] Highlighting bug with org-agenda-set-restriction-lock

2013-04-05 Thread Bernt Hansen
Hi, The highlighting has changed for this functionality. I finally updated to master (1200+ commits) yesterday and when I use C-c C-x < the entire subtree is now highlighted in bright yellow on my Windows Emacs. GNU Emacs 23.3.1 (i386-mingw-nt5.1.2600) of 2011-03-10 on 3249CTO Org-mode version

Re: [O] Highlighting bug with org-agenda-set-restriction-lock

2013-04-05 Thread Bernt Hansen
Bernt Hansen writes: > I also noticed that the main heading is now also highlighted in the > agenda which is okay I guess but also different from how this used to > work :) This is unrelated - it's highlighted because it is my current clocking task. :) Thanks, Bernt

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-05 Thread Rick Frankel
On 05.04.2013 03:17, Alan Schmitt wrote: I have a more serious issue: it seems that '%d' is no longer taken into account. To reproduce, try exporting the following: #+BEGIN_SRC org # -*- org-export-allow-bind-keywords: t -*- #+TITLE: Testing the date #+BIND: org-html-postamble-format (("en" "T

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-05 Thread Rick Frankel
On 04.04.2013 17:36, Dieter Wilhelm wrote: Nicolas Goaziou writes: Alan Schmitt writes: Dieter Wilhelm writes: but now I can't specify a date in the form #+DATE: "%Y-%m-%d" Formerly an empty specification meant the current date, but now in the preamble the date remains empty. I'm ha

Re: [O] Highlighting bug with org-agenda-set-restriction-lock

2013-04-05 Thread Carsten Dominik
On 5 apr. 2013, at 15:12, Bernt Hansen wrote: > Hi, > > The highlighting has changed for this functionality. I finally updated > to master (1200+ commits) yesterday and when I use C-c C-x < the entire > subtree is now highlighted in bright yellow on my Windows Emacs. > > GNU Emacs 23.3.1 (i38

Re: [O] Highlighting bug with org-agenda-set-restriction-lock

2013-04-05 Thread Carsten Dominik
On 5 apr. 2013, at 16:12, Carsten Dominik wrote: > > On 5 apr. 2013, at 15:12, Bernt Hansen wrote: > >> Hi, >> >> The highlighting has changed for this functionality. I finally updated >> to master (1200+ commits) yesterday and when I use C-c C-x < the entire >> subtree is now highlighted i

Re: [O] Highlighting bug with org-agenda-set-restriction-lock

2013-04-05 Thread Carsten Dominik
On 5 apr. 2013, at 16:23, Carsten Dominik wrote: > > On 5 apr. 2013, at 16:12, Carsten Dominik wrote: > >> >> On 5 apr. 2013, at 15:12, Bernt Hansen wrote: >> >>> Hi, >>> >>> The highlighting has changed for this functionality. I finally updated >>> to master (1200+ commits) yesterday an

Re: [O] Highlighting bug with org-agenda-set-restriction-lock

2013-04-05 Thread Bernt Hansen
Carsten Dominik writes: > I now also see that the patch did not achieve what the purpose of it > was. The problem is not the end of the overlay, but the position of > the org-agenda-restriction-end marker. Indeed, if you add tasks after > this marker, they will not be included in the search. T

Re: [O] Highlighting bug with org-agenda-set-restriction-lock

2013-04-05 Thread Carsten Dominik
On 5 apr. 2013, at 16:46, Bernt Hansen wrote: > Carsten Dominik writes: > >> I now also see that the patch did not achieve what the purpose of it >> was. The problem is not the end of the overlay, but the position of >> the org-agenda-restriction-end marker. Indeed, if you add tasks after >>

Re: [O] What Happened to org-export-html-extension?

2013-04-05 Thread Ian Barton
On 03/04/13 12:26, Bastien wrote: Hi Ian, Ian Barton writes: Thanks for the clear explanation. Using my own function works, but this does seem to be a regression. Defining your own extension is useful e.g. if you want to emit .php files. Indeed. I fixed this regression, and using either :h

Re: [O] Org-mode as a metalanguage: calling SQL "functions"

2013-04-05 Thread Gary Oberbrunner
What I'd really like in the org-mode doc somewhere (or on worg?) is the babel syntax broken out like a traditional programming language, by which I mean describe the syntax[es] for *defining* a function in one place (including all the ways to define args and their default values), and describe the

Re: [O] Highlighting bug with org-agenda-set-restriction-lock

2013-04-05 Thread Bernt Hansen
Carsten Dominik writes: > I am fixing this - please let me know if I should revert my fix... > > Bernt, should be working in master. Works much better! Thanks!! Bernt

Re: [O] I have terminated my assignment

2013-04-05 Thread Christopher Allan Webber
Vikas Rawal writes: >> >> You also stated that the main reason for your current behavior >> >> is to delay Org 8.0, to create chaos and to annoy me. >> > >> > Yes. >> > >> >> I would suggest that further emails from Jambunathan be ignored. The >> more effort expended "reasoning" with him, the mo

Re: [O] Org as a static site generator

2013-04-05 Thread Christopher Allan Webber
Ian Barton writes: > On 01/04/13 13:08, Vincent Beffara wrote: > >> Yes, I mean, I know which html you need for that, simply within o-blog you >> need to manage between relative paths, absolute paths, canonical paths and >> so on in the template, to match the right section, - mainly it should b

[O] SETUPFILE: file open failure hardly noticeable

2013-04-05 Thread Michael Brand
Hi all I had to experience that a #+SETUPFILE: pointing to a nonexisting file results in not more than two times a (message) "Cannot read file [...]" in the messages buffer which I didn't notice in the first place. Only when I noticed that my custom todo keywords configuration was missing I starte

Re: [O] Org-mode as a metalanguage: calling SQL "functions"

2013-04-05 Thread Eric Schulte
Hi Gary, I agree. Gary Oberbrunner writes: > What I'd really like in the org-mode doc somewhere (or on worg?) is the > babel syntax broken out like a traditional programming language, by which I > mean describe the syntax[es] for *defining* a function in one place > (including all the ways to d

Re: [O] Commit 'cf5e96c8e1be5d0f9df2d98415f3ee16df9408f0' introduces texi syntax error

2013-04-05 Thread Bernt Hansen
Vladimir Lomov writes: > Hello, > as topic states, I attached small patch. > > --- > WBR, Vladimir Lomov Confirmed - I ran into this yesterday and not knowing the texi syntax just deleted the brackets locally so I could get my updated info documentation :) Regards, Bernt

[O] New Exporter BUG/Change in behaviour

2013-04-05 Thread Bernt Hansen
Hi Nicolas, I finally updated to the latest master branch at work yesterday to move to the new exporter and found the following change I don't know how to deal with. My org file has #+OPTIONS: tasks:todo This globally skips DONE tasks in my exports when I export the entire file in both the old

Re: [O] [PATCH] Using org babel for generating ASCII art using PlantUML

2013-04-05 Thread Bastien
Hi Mats, sorry for the late reply. Mats Kindahl writes: > I find the PlantUML support very useful to generate diagrams when > presenting designs, but unfortunately, I quite frequently have to send > simple descriptions requiring ASCII only. Since PlantUML support > generation of ASCII-art diagr

Re: [O] emacs export org-mode to wiki: especially for the org-mode tables

2013-04-05 Thread Bastien
Hi Mark, filebat Mark writes: > I badly need the feature of exporting org-mode to wiki(like > mediawiki). There is an exporter for Confluence Wiki -- maybe you can start from this and write a mediawiki exporter. Or wait for someone to write it for you! Best, -- Bastien

Re: [O] BUG typo in languages.html

2013-04-05 Thread Bastien
Hi Andreas, Andreas Röhler writes: > http://orgmode.org/worg/org-contrib/babel/languages.html > > Language Identifier Documentation Requirements > > C c ob-doc-Cnone > > ; > > mentiones lesser "c" as Identifier, seems it should be upper "C" Not sure -- why? >

Re: [O] [RFC] Org syntax (draft)

2013-04-05 Thread Bastien
Hi Waldemar, Waldemar Quevedo writes: > By the way, does it exist somewhere a set of examples of Emacs > org-mode -> html conversion for all org-mode features? Not really -- and it would be nice to have one, especially for developers like you who are in charge of an external exporter! > I am m

Re: [O] Has anybody noticed ellipses instead of the top line of the window?

2013-04-05 Thread Bastien
Hi Brian, sorry for the late reply. Brian van den Broek writes: > I hope both that my description is tolerably clear and that it is some > help in the ellipses bug hunt. I must say I have been lazy and quite gave up on this "wrong ellipses" issue. Since your description involves en/decryption

Re: [O] BUG docu org-babel-default-header-args

2013-04-05 Thread Bastien
Hi Andreas, Andreas Röhler writes: > http://orgmode.org/manual/System_002dwide-header-arguments.html#System_002dwide-header-arguments > Org Mode Info > System-wide header arguments > > > System-wide values of header arguments can be specified by customizing > the `or

Re: [O] Org-mode as a metalanguage: calling SQL "functions"

2013-04-05 Thread Andreas Röhler
Am 05.04.2013 18:31, schrieb Eric Schulte: [ ... ] Yea, this could be a simple note, e.g., "the method by which variables are applied to code blocks are language-specific and determined by the semantics of the programming language of the code block, see ...". Hi, still can't see the purpose o

Re: [O] BUG docu org-babel-default-header-args

2013-04-05 Thread Andreas Röhler
Am 05.04.2013 19:14, schrieb Bastien: Hi Andreas, Andreas Röhler writes: http://orgmode.org/manual/System_002dwide-header-arguments.html#System_002dwide-header-arguments Org Mode Info System-wide header arguments System-wide values of header arguments can be spec

Re: [O] BUG typo in languages.html

2013-04-05 Thread Andreas Röhler
Am 05.04.2013 19:21, schrieb Bastien: Hi Andreas, Andreas Röhler writes: http://orgmode.org/worg/org-contrib/babel/languages.html LanguageIdentifier Documentation Requirements C c ob-doc-Cnone ; mentiones lesser "c" as Identifier, seems it should be

Re: [O] Has anybody noticed ellipses instead of the top line of the window?

2013-04-05 Thread Samuel Wales
On 4/5/13, Bastien wrote: > I must say I have been lazy and quite gave up on this "wrong ellipses" > issue. Since your description involves en/decryption, I assume it does > affect too many users and too many possible use-cases. For clarity, wrong ellipses (and other non-canonical visibility iss

Re: [O] BUG typo in languages.html

2013-04-05 Thread Bastien
Hi Andreas, Andreas Röhler writes: > wrong there also. Evaluating > > (org-babel-do-load-languages >'org-babel-load-languages >'( > (c . t))) > > ==> > Debugger entered--Lisp error: (file-error "Cannot open load file" "ob-c") > require(ob-c) > #[(pair) "A\303@!\211\203 > > B

Re: [O] BUG docu org-babel-default-header-args

2013-04-05 Thread Bastien
Hi Andreas, Andreas Röhler writes: > customization needs a defcustom, not a defvar > > (defvar org-babel-default-header-args > '((:session . "none") (:results . "replace") (:exports . "code") > (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no") > (:padnewline . "yes")) >

Re: [O] emacs export org-mode to wiki: especially for the org-mode tables

2013-04-05 Thread filebat
Thanks a lot for your information, Bastien. I'll check it out, and reply this mail loop when I have successfully met my original requirement. At 2013-04-06 01:09:41,Bastien wrote: >Hi Mark, > >filebat Mark writes: > >> I badly need the feature of exporting org-mode to wiki(like >> mediawiki)

Re: [O] New Exporter BUG/Change in behaviour

2013-04-05 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > My org file has > > #+OPTIONS: tasks:todo > > This globally skips DONE tasks in my exports when I export the entire > file in both the old and new exporter. > > If I select a task with C-c @ that is DONE (or any done state) and try > to export that in the new export

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-05 Thread Nicolas Goaziou
Hello, > Sorry I don't get it completely. > I'd like to have as the DATE value the current change time of the file. > You mean that I should set this with the Emacs timestamp facility? Like: > #+DATE: Time-stamp: " " If you're exporting a buffer associated to a file, you may use: #+DATE: {{

Re: [O] org-html-postamble-format and #+DATE: specification in 8.0pre

2013-04-05 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > I have a more serious issue: it seems that '%d' is no longer taken into > account. To reproduce, try exporting the following: > > #+BEGIN_SRC org > # -*- org-export-allow-bind-keywords: t -*- > > #+TITLE: Testing the date > #+BIND: org-html-postamble-format (("en" "

Re: [O] [PATCH] Using org babel for generating ASCII art using PlantUML

2013-04-05 Thread Mats Kindahl
On 04/05/2013 07:05 PM, Bastien wrote: > Hi Mats, > > sorry for the late reply. > > Mats Kindahl writes: > >> I find the PlantUML support very useful to generate diagrams when >> presenting designs, but unfortunately, I quite frequently have to send >> simple descriptions requiring ASCII only. Si

Re: [O] New Exporter BUG/Change in behaviour

2013-04-05 Thread Bernt Hansen
Nicolas Goaziou writes: > Hello, > > Bernt Hansen writes: > >> Is this a bug? > > No, it isn't. > >> My current workaround is to delete the global #+OPTIONS >> line (but that doesn't feel right since I have to add it back to export >> what is left to do for the entire file when sharing it with o

Re: [O] Has anybody noticed ellipses instead of the top line of the window?

2013-04-05 Thread Bastien
Samuel Wales writes: > For clarity, wrong ellipses (and other non-canonical visibility > issues) occur for me without encryption being involved. I know it can occur, I use Org too :) It's hard to find reproducible recipes; when we have some (like the one Brian provided), it's hard to debug; and

Re: [O] iCalendar export problem

2013-04-05 Thread Nicolas Goaziou
Hello, Simon Thum writes: > However, that's not what DTSTAMP is for. Actually, it should be set to > the date-time the export happens. At least, that's what they say: > > http://stackoverflow.com/questions/11594921/whats-the-difference-between-created-and-dtstamp-in-the-icalendar-format > > Chan

Re: [O] Nice blog post - Org-mode in Your Pocket Is a GNU-Shaped Devil

2013-04-05 Thread Gareth Smith
Suvayu Ali writes: > 2. Oh that's easy to solve, use maildirs (sync with OfflineIMAP). That >does not work well because Gnus uses its own flags (an example where >Gnus actually breaks standards)! There are some hacks around that >out in the wild, so let's let it slide. > 3. Gnus stor

Re: [O] Nice blog post - Org-mode in Your Pocket Is a GNU-Shaped Devil

2013-04-05 Thread Eric Schulte
> > FWIW, I use offlineimap this way, but rather than pointing gnus directly > at my local maildir, I use dovecot (a small local IMAP server) as an > intermediary. This method is documented here: > > http://roland.entierement.nu/blog/2010/09/08/gnus-dovecot-offlineimap-search-a-howto.html > +1 I

Re: [O] Export a Subtree to an other .org file

2013-04-05 Thread Hsiu-Khuern Tang
Hi Nicolas, For the org-org-export-to-org function, if the input is * test #+BEGIN_SRC R -n :var a=1 a #+END_SRC the output is =

Re: [O] need file+function help

2013-04-05 Thread Bastien
Hi Subhan, Subhan Tindall writes: > questions: > 1) are the values gathered by capture available to the function > specified for file+function, & if so what are their names? No. > 2) what is the general template for a function for use with > file+function, cleanup, return values, etc that woul

Re: [O] css link colors for Worg are difficult to spot

2013-04-05 Thread Bastien
Achim Gratz writes: > Bastien altern.org> writes: >> > The angry unicorn is still in worg though ... >> >> And it's back on orgmode.org too. > > Well let me say it again, I don't like it at all. The old unicorn seemed to > be blissful, which I think is what it should feel like using Org. Besi

Re: [O] Google Summer of Code 2013?

2013-04-05 Thread Bastien
Hi Waldemar, Waldemar Quevedo writes: > Are there any plans to participate this year in Google Summer of Code? > (Sort of short notice since the deadline is fastly approaching: March 29) > http://www.google-melange.com/gsoc/homepage/google/gsoc2013 I do not have time to handle this this year.

Re: [O] [ox-html] Using a different title in the head and in the body

2013-04-05 Thread Bastien
Hi Alan, Alan Schmitt writes: > I'm building a small web site using org-mode, and I cannot find out how > to have a short title in the head of the generated html, and a longer > one in the body. > > Is this possible? Nope, this is not possible -- or maybe a ugly hack would be to set your own ..

Re: [O] Question about reftex mode in org-mode

2013-04-05 Thread Bastien
Hi Robert, "Robert P. Goldman" writes: > Anyone else seen this? Have a solution (e.g., have org files assume > that TeX-master is t)? Maybe setting TeX-master to t as a local file variable would do? -- Bastien

Re: [O] We're doing it wrong. [WAS]: Zip utility on Windows for ODT exporter

2013-04-05 Thread Bastien
Hi John and David, If one of you can provide a patch for this, that'd be great. Thanks, -- Bastien

Re: [O] (org-table-next-row) and # - bug or feature?

2013-04-05 Thread Bastien
Hi Thorsten, Thorsten Jolitz writes: > The problem is actually in these two lines of 'org-table-insert-row': > > ,- > | (if (string-match "^[ \t]*| *[#$] *|" line) > |(setq new (replace-match (match-string 0 line) t t new))) > `

Re: [O] Warning while publishing

2013-04-05 Thread Bastien
Hi François, François Pinard writes: >Warning: defvar ignored because org-agenda-archives-mode is let-bound >Warning: defvar ignored because org-agenda-skip-function is let-bound Yes, you can safely ignore those warning. -- Bastien

Re: [O] Nice blog post - Org-mode in Your Pocket Is a GNU-Shaped Devil

2013-04-05 Thread Bastien
Hi Haider, Haider Rizvi writes: > Not exactly the above, but I have the following my-gnus-browse bound > to ; in gnus-summary-mode-map, which opens up a browser with the right > links for gwene, gmane and nnrss groups. I think the browse-nnrss-url > is untouched from the gnus manual. Thanks --

Re: [O] [BUG] ob-sql.el: probably an extra paren

2013-04-05 Thread Bastien
Hi, Achim Gratz writes: > Hudson. However, I don't think that a CI framework is what we need or > want. As I said, simply running the tests (preferrably with two different > versions of Emacs) should be enough for now. Unless we hear from Jason if > he thinks the server can take the extra loa

Re: [O] attr_html for table.el tables?

2013-04-05 Thread Bastien
Hi Ken, Ken Williams writes: > It looks like `#+attr_html` doesn’t have any effect on table.el > tables, correct? I think so. > Is there another mechanism to specify export > options when org-mode renders table.el tables to HTML? Nope. Usually I just enclose table.el tables into #+begin_ex

Re: [O] Bug with automatic alignment of table columns in HTML export

2013-04-05 Thread Bastien
Hi Kodi, Kodi Arfer writes: > You're quite welcome. That was prompt! I see this case now works in > master. The catch is that there are still some cases which give > inconsistent alignment between Emacs and HTML export, such as: > > | a | b | > |-+---| > | 100 | 1 | > | 1 | 1 | > | 1 |

Re: [O] Maxima tests fail in devel on OSX

2013-04-05 Thread Bastien
Hi Nicolas, "Nicolas Richard" writes: > My attempts at finding a maxima option to avoid these lines were > unsuccessful (I mainly tried adding "(setq *load-verbose* nil)" to a > maxima-init.lisp file, but that doesn't help). I suppose that ignoring > any line that begins with ";;; Loading #P" wi

Re: [O] Org tutorials

2013-04-05 Thread Bastien
Hi Charles, Charles writes: > Is there a reason why Richard Dillon's YouTube Hack Emacs org-mode talks > are not included in the Org Tutorials? For instance > > An overview of Org Mode - > > http://www.youtube.com/watch?v=6W82EdwQhxU Actually this one was already there: http://orgmode.org/worg/

Re: [O] saving state of buffer

2013-04-05 Thread Bastien
Hi Carsten, Carsten Dominik writes: > Here is a patch that would change the default values for bookmark-jump and > saveplace. > Bastien, what do you think? I think it's good, I've applied this -- thanks! -- Bastien

Re: [O] GFDL

2013-04-05 Thread Bastien
Hi Marcin, Marcin Borkowski writes: > HTH anyway Well, it did! It showed that it *is* possible somehow... and thanks for the TeX lesson btw. I can't integrate this like that for now, but lets remember the hack for when we will really be annoyed again by the +10 GFDL pages. Thanks, -- Bast

Re: [O] problem with figure captions / labels in LaTeX export

2013-04-05 Thread Bastien
Hi Dale, Dale Barr writes: > I encountered a problem with LaTeX export that seems to affect > org-versions 7.9.3f and 7.9.4. If you can, try to use latest development version, the problem should be fixed there. Otherwise, just wait a few days and the development version will be the stable rele

[O] Latex export of longtable with multiline heading

2013-04-05 Thread Simon Guest
Dear Org-mode people, I have an Org mode document containing a longtable, which has its heading row split over two lines. Exporting this to Latex doesn't work. Here's a really small example (for which I wouldn't need longtable, but you get the point): #+ATTR_LaTeX: longtable align=|r|r| |--

Re: [O] Highlighting bug with org-agenda-set-restriction-lock

2013-04-05 Thread Carsten Dominik
On 5.4.2013, at 17:48, Bernt Hansen wrote: > Carsten Dominik writes: > >> I am fixing this - please let me know if I should revert my fix... >> >> Bernt, should be working in master. > > Works much better! Thanks!! Hi Bernt, Bastien has introduced a variable for this, you need to set it t