Re: [O] Sending commits to Org

2012-09-23 Thread Bastien
Hi Jarmo, Jarmo Hurri writes: > Or, if you are a git newbie like me, and fail to read the relevant part > of the org page on contributing, and make your changes in the original > master, you can also create patches from the original master branch > using the HEAD identifier. You should try to a

Re: [O] Visibility cycling with inline tasks

2012-09-23 Thread Christopher Witte
Thanks Carsten and Bastien! On 22 September 2012 11:03, Carsten Dominik wrote: > GReat, thanks! > > - Carsten > > On 22.9.2012, at 11:02, Bastien wrote: > >> Hi Carsten, >> >> Carsten Dominik writes: >> >>> I agree that this would be a good default, but not with a hard-coded 6. >>> >>> (add-hook

Re: [O] New LaTeX exporter, Invalid search bound

2012-09-23 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > A document that exported nicely with the new LaTeX exporter on 9/18 now > fails with a more recent pull from git. I've included a portion of the > backtrace and the section of the org file that triggers the error. I have pushed a fix related to thi

Re: [O] question/suggestions about org-refile

2012-09-23 Thread Bastien
Hi Arun, Arun Persaud writes: > I'm using org-capture together with org-refile to organize my > todo-items. I also have my notes distributed over several org-files, so > I have set org-refile-use-outline-path to file. There are two things > that I wished org-refile could do, but don't know how t

Re: [O] org-metaup / org-metadown nerfed in 7.9.1

2012-09-23 Thread Nicolas Goaziou
Hello, Trevor Vartanoff writes: > I suppose people who only write and handle text with Internet-style > line breaks between paragraphs won't notice any change. Those who > don't will either get "cannot" messages, or they will be quite > surprised when org scans down, down, down for the next line

Re: [O] org-metaup / org-metadown nerfed in 7.9.1

2012-09-23 Thread Nicolas Goaziou
Hello, Bastien writes: > Hi Anthony, > > Anthony Lander writes: > >> I use the M-up/dn behaviour a lot to move property lines up and down. > > Maybe each property line could be a new element recognized as such by > org-element.el. This way org-metaup/down on a property line would move > it up/

Re: [O] Problem with org-entities-user

2012-09-23 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > On 22.9.2012, at 10:52, Nicolas Goaziou wrote: >> If the LaTeX command doesn't require an argument, you can always add it >> to `org-entities-user'. > > Yes, even though this is not very clean by itself. This is debatable. Entities are perfectly integrated into

Re: [O] Bug: ob.R sets ess-ask-for-ess-directory to a wrong value [7.8.03 (release_7.9.1.301.g1fea5)]

2012-09-23 Thread Achim Gratz
Vitalie Spinu writes: > This is a custom variable in ESS and is by default t. If org is loaded > before ESS the variable is set to a wrong value. Thanks for the report, I've pushed up a fix. > Package: Org-mode version 7.8.03 (release_7.9.1.301.g1fea5) You really should at least create the autol

Re: [O] org-metaup / org-metadown nerfed in 7.9.1

2012-09-23 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > How would that new element be named? `headline-property'? `property'? `property' is fine, unless it is semantically too close to other elements and/or objects. > Also, do we want this change in 7.9.3? In that case, it may be wise to > delay its release by

Re: [O] Problem with org-entities-user

2012-09-23 Thread Carsten Dominik
On 23.9.2012, at 10:30, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > >> On 22.9.2012, at 10:52, Nicolas Goaziou wrote: >>> If the LaTeX command doesn't require an argument, you can always add it >>> to `org-entities-user'. >> >> Yes, even though this is not very clean by itse

Re: [O] org-metaup / org-metadown nerfed in 7.9.1

2012-09-23 Thread Carsten Dominik
On 23.9.2012, at 10:25, Nicolas Goaziou wrote: > Hello, > > Bastien writes: > >> Hi Anthony, >> >> Anthony Lander writes: >> >>> I use the M-up/dn behaviour a lot to move property lines up and down. >> >> Maybe each property line could be a new element recognized as such by >> org-element.

Re: [O] org-url-hexify-p is not respected

2012-09-23 Thread Bastien
Hi James, sorry to come back late on this. I understand what feels wrong: you store links normally (not using ids), then a library loads org-id.el behind your back, then suddenly storing links is based on ids, not on text, just because the default value for `org-link-to-org-use-id' is 'create-if-

Re: [O] time-up/down in org-agenda-sorting-strategy seems to have no effect?

2012-09-23 Thread Bastien
Hi Richard, this is now fixed, thanks! -- Bastien-more-than-one-year-later

Re: [O] org-capture target files

2012-09-23 Thread Bastien
Hi Kalev, Kalev Takkis writes: > Is it possible to take a note in org-capture and to specify one or > several files to put the message into only after the note is written? You can refile a note from the capture buffer with C-c C-w. I added a command to /copy/ the note instead of refiling it: C

[O] Make errors from a fresh git clone

2012-09-23 Thread Jarmo Hurri
Greetings. I am getting a bunch of make errors (20 failed files) when trying to make the newest git version. This is from a clean git clone. The errors are all of the same form; two examples below: Compiling /home/jarmo/src/org/org-mode/lisp/org-ascii.el... In toplevel form: org-ascii.el:29:1:Er

Re: [O] Make errors from a fresh git clone

2012-09-23 Thread Achim Gratz
Jarmo Hurri writes: > Any ideas of what might be going wrong? Bastien committed a merge conflict in org-agenda. I've pushed up a fix, but it should probably be reviewed again. For further reports, please say what branch and commit you're on. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neur

Re: [O] Make errors from a fresh git clone

2012-09-23 Thread Jarmo Hurri
Achim Gratz writes: > Jarmo Hurri writes: >> Any ideas of what might be going wrong? > > Bastien committed a merge conflict in org-agenda. I've pushed up a > fix, but it should probably be reviewed again. Ok, it compiles now. Thanks! I thought the decription "fresh git clone" would specify whe

Re: [O] question/suggestions about org-refile

2012-09-23 Thread Arun Persaud
Hello On 09/23/2012 01:08 AM, Bastien wrote: > Hi Arun, > > Arun Persaud writes: > >> I'm using org-capture together with org-refile to organize my >> todo-items. I also have my notes distributed over several org-files, so >> I have set org-refile-use-outline-path to file. There are two things

Re: [O] Make errors from a fresh git clone

2012-09-23 Thread Bastien
Achim Gratz writes: > Jarmo Hurri writes: >> Any ideas of what might be going wrong? > > Bastien committed a merge conflict in org-agenda. I've pushed up a fix, > but it should probably be reviewed again. Sorry I overlooked this one and thanks for fixing it! -- Bastien

Re: [O] Make errors from a fresh git clone

2012-09-23 Thread Bastien
Jarmo Hurri writes: > I thought the decription "fresh git clone" would specify Well, it's related to time, so not 100% always clear :) -- Bastien

[O] [PATCH] Lookup functions, take two

2012-09-23 Thread Jarmo Hurri
Greetings. Modified the patch as requested: the ordering in the documentation is now "Column formulas" before the new "Lookup functions". Also made org-table.el (require 'cl) in general, not only compile time, because there was a warning of it being required at runtime, but there is still a warn

Re: [O] question/suggestions about org-refile

2012-09-23 Thread Bastien
Hi Arun, Arun Persaud writes: > I used to have this set to file, but then I _always_ had to add the file > name even for local headlines. It does not require the file name here and now. Maybe an old behavior. > I now switched to ido using: > > [...] > > which works very well for me, especia

Re: [O] question/suggestions about org-refile

2012-09-23 Thread Arun Persaud
On 09/23/2012 08:27 AM, Bastien wrote: > Hi Arun, > > Arun Persaud writes: > >> I used to have this set to file, but then I _always_ had to add the file >> name even for local headlines. > > It does not require the file name here and now. > Maybe an old behavior. > >> I now switched to ido

Re: [O] New LaTeX exporter, Invalid search bound

2012-09-23 Thread Thomas S. Dye
Nicolas Goaziou writes: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > >> A document that exported nicely with the new LaTeX exporter on 9/18 now >> fails with a more recent pull from git. I've included a portion of the >> backtrace and the section of the org file that triggers the error.

[O] No title in org-export-as-odt

2012-09-23 Thread Miguel Ruiz
Hi, Any hint to get rid of the title in a org-export-as-odt session? I've tried #+OPTIONS: title:nil author:nil timestamp:nil toc:nil #+LANGUAGE: es * HELLO and I get the filename as odt file title. If I try #+TITLE: #+OPTIONS: title:nil author:nil timestamp:nil toc:nil #+LANGUAGE: es *

Re: [O] org-capture target files

2012-09-23 Thread Kalev Takkis
On Sun, Sep 23, 2012 at 1:11 PM, Bastien wrote: > Hi Kalev, > > Kalev Takkis writes: > > > Is it possible to take a note in org-capture and to specify one or > > several files to put the message into only after the note is written? > > You can refile a note from the capture buffer with C-c C-w.

Re: [O] Inline and executing the document

2012-09-23 Thread Erich Neuwirth
One more thought: The :RESULTS: :END: wrapper would allow to replace when inline code is run once again. It would fit with my personal workflow to be able to check what will go into the exported documents while fiddling around in the source document. If this does not fit with what the org de

[O] [org-e-beamer-export-to-pdf] Slide with two columns?

2012-09-23 Thread Myles English
Hi, Can anyone make a two column slide yet? Like this example for the old exporter: http://orgmode.org/worg/sources/org-tutorials/org-beamer/presentation.org It looks as if it should be possible (by which I mean the appropriate properties are available), just wondering if it is something wrong

Re: [O] org-metaup / org-metadown nerfed in 7.9.1

2012-09-23 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > node-property is another possibility. There's now a new element type in master: node-property. Regards, -- Nicolas Goaziou

Re: [O] [org-e-beamer-export-to-pdf] Slide with two columns?

2012-09-23 Thread Nicolas Goaziou
Hello, Myles English writes: > Can anyone make a two column slide yet? Like this example for the old > exporter: > > http://orgmode.org/worg/sources/org-tutorials/org-beamer/presentation.org > > It looks as if it should be possible (by which I mean the appropriate > properties are available), ju

Re: [O] question/suggestions about org-refile

2012-09-23 Thread Bastien
Arun Persaud writes: > sure, should I create a new headline "refile" on the tutorial place or > should it go somewhere else? As you want. I think worg/org-hacks.org could do. -- Bastien

Re: [O] org-metaup / org-metadown nerfed in 7.9.1

2012-09-23 Thread Bastien
Nicolas Goaziou writes: > There's now a new element type in master: node-property. Fantastic, thanks! -- Bastien

Re: [O] No title in org-export-as-odt

2012-09-23 Thread Bastien
Hi Miguel, Miguel Ruiz writes: > Any hint to get rid of the title in a org-export-as-odt session? I don't think you can > #+OPTIONS: title:nil author:nil timestamp:nil toc:nil ^ This option is not supported. -- Bastien

Re: [O] Inline and executing the document

2012-09-23 Thread Bastien
Hi Erich, Erich Neuwirth writes: > One more thought: > The :RESULTS: :END: > wrapper would allow to replace when inline code is run once again. > It would fit with my personal workflow to be able to check what will go into > the exported documents > while fiddling around in the source docu

Re: [O] Problem with org-entities-user

2012-09-23 Thread Thomas S. Dye
Carsten Dominik writes: > On 23.9.2012, at 10:30, Nicolas Goaziou wrote: > >> Hello, >> >> Carsten Dominik writes: >> >>> On 22.9.2012, at 10:52, Nicolas Goaziou wrote: If the LaTeX command doesn't require an argument, you can always add it to `org-entities-user'. >>> >>> Yes, even

Re: [O] Org table html export problem

2012-09-23 Thread Bastien
Hi Jai, Jai writes: > I'm getting couple of html export errors. Please find org files and > corresponding backtraces attached. I can't reproduce this error. Maybe someone else can. Otherwise, if you can, please test latest code from git. Thanks! -- Bastien

[O] new exporter: exporting subtree as beamer

2012-09-23 Thread Andreas Leha
Hi all, I am having trouble to export a subtree as beamer document with the new exporter. (Org-mode version 7.9.1 (release_7.9.1-316-g66fe32) Here is a simple org-document, that was prepared for beamer export using org-e-beamer-insert-options-template: [ test_beamer.org ] * Test Beamer

Re: [O] new exporter: exporting subtree as beamer

2012-09-23 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > I am having trouble to export a subtree as beamer document with the new > exporter. (Org-mode version 7.9.1 (release_7.9.1-316-g66fe32) > > Here is a simple org-document, that was prepared for beamer export using > org-e-beamer-insert-options-template: > > > [

Re: [O] new exporter: exporting subtree as beamer

2012-09-23 Thread Andreas Leha
Hi Nicolas, > Hello, > > Andreas Leha writes: > >> I am having trouble to export a subtree as beamer document with the new >> exporter. (Org-mode version 7.9.1 (release_7.9.1-316-g66fe32) >> >> Here is a simple org-document, that was prepared for beamer export using >> org-e-beamer-insert-option

[O] [Bug] org-capture datetree+prompt: wrong time (range) information in timestamp (%T escape sequence)

2012-09-23 Thread Gregor Zattler
Dear org-mode users and developers, * what I want to do I want to use org-capture instead of Emacs diary (+calendar) [fn:1] in order to record all kinds of events and appointments. * how I try to achieve this I try to use org-capture. I want to be prompted for the date of the event or the date

Re: [O] org-metaup / org-metadown nerfed in 7.9.1

2012-09-23 Thread Anthony Lander
Hi Bastien, On 12-Sep-22, at 5:24 AM, Bastien wrote: > Hi Anthony, > > Anthony Lander writes: > >> I use the M-up/dn behaviour a lot to move property lines up and down. > > Maybe each property line could be a new element recognized as such by > org-element.el. This way org-metaup/down on a p

Re: [O] new exporter: exporting subtree as beamer

2012-09-23 Thread Nicolas Goaziou
Andreas Leha writes: > I was expecting a compilable Beamer document. Especially, I am missing > a document class in the exported TeX: > > [ TeX export ] > % Created 2012-09-23 So 21:07 > \usetheme{default} > \author{Andreas Leha} > \date{\today} > \title{Test Beamer} > \hypersetup{ >

Re: [O] new exporter: exporting subtree as beamer

2012-09-23 Thread Andreas Leha
Hi Nicolas, > Andreas Leha writes: > >> I was expecting a compilable Beamer document. Especially, I am missing >> a document class in the exported TeX: >> > > You need a "beamer" entry in `org-e-latex-classes' (note: "beamer" name > isnt't mandatory, but it has to match the LaTeX class requested

Re: [O] new exporter: exporting subtree as beamer

2012-09-23 Thread Andreas Leha
Hi Nicolas, >> [ test_beamer.org ] >> * Test Beamer >>:PROPERTIES: >>:EXPORT_LaTeX_CLASS: beamer >>:EXPORT_LaTeX_CLASS_OPTIONS: [presentation] >>:EXPORT_FILE_NAME: presentation.pdf >>:COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) >> %4BEAMER_col(Col) %8BEAMER_op

Re: [O] Org table html export problem

2012-09-23 Thread Jai
Thank you Bastien. My apoligies, my incorrect settings to "org-export-html-table-tag" variable were the cause of the problem. Now it works. Thank you, Jai

Re: [O] org-e-groff-export-to-groff produces empty output file

2012-09-23 Thread Luis Anaya
Nicolas Goaziou writes: > `e-html' back-end turns them into images (with, i.e. dvipng). Would that > be applicable to Groff as well? Hi: I did a test with the dvipng output and the issue is converting it to EPS after they have been generated. The better solution is to add support for dvips to g

Re: [O] dnd-protocol-alist and org

2012-09-23 Thread Marcelo de Moraes Serpa
*bump* Does anyone else think that'd be a nice feature? I'm having a hard time making dnd-protocol-alist work on OSX though, any hints appreciated :) On Wed, Sep 5, 2012 at 8:35 PM, Marcelo de Moraes Serpa wrote: > In addition to that: An even more awesome feature would be to hook into > the pas

Re: [O] org-capture target files

2012-09-23 Thread Bastien
Hi Kalev, Kalev Takkis writes: > Another thing I've been meaning to ask: org-capture-mode-hook seems > to be triggered twice, why is that? This was a bug, fixed. Thanks for reporting it, -- Bastien

Re: [O] dnd-protocol-alist and org

2012-09-23 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa writes: > *bump* Does anyone else think that'd be a nice feature? I'm having a > hard time making dnd-protocol-alist work on OSX though, any hints > appreciated :) AFAIU this is a general Emacs question, maybe you'll have more chance on emacs-devel. -- Ba

Re: [O] indenting in todo list agendas

2012-09-23 Thread Bastien
Hi, Wiskey 5 Alpha writes: > I use org-tags-match-list-sublevels 'indented to create an indented > list when using tags-todo. How can I do the same if I want to make a > todo agenda view ? in the git master branch, you can use the %l specifier for `org-agenda-prefix-format'. This will inser

Re: [O] No title in org-export-as-odt

2012-09-23 Thread Miguel Ruiz
Hi, > Miguel Ruiz > writes: > > > Any hint to get rid of the title in a org-export-as-odt > session? > > I don't think you can org-odt-format-preamble function says: ... (when title        (concat     (org-odt-format-stylized-paragraph  'title (org-odt-format-tags      '("" . "") t

Re: [O] No title in org-export-as-odt

2012-09-23 Thread Nick Dokos
Miguel Ruiz wrote: > Hi, > > > > Miguel Ruiz > > writes: > > > > > Any hint to get rid of the title in a org-export-as-odt > > session? > > > > I don't think you can > > > org-odt-format-preamble function says: > > ... > (when title >        (concat >     (org-odt-format-stylized-paragra