Re: [O] date calculation in org table

2013-05-23 Thread Christian Moe
Hi, Dude, Not quite sure why that doesn't work (nor gives an error message about trying to set the same cell). However, it will work if you specify the cell range: > @4$4=$sdate + $3::$4=@-1$4+$3 ^^ @4$4=$sdate + $3::@5$4..@20$4=@-1$4+$3 ^^^

Re: [O] [NEW FEATURE] org-hlc.el - hidden-lines-cookies (hlc) for Org-mode

2013-05-23 Thread Rainer M. Krug
Thorsten Jolitz writes: > Hi List, > > I ported this from outshine.el (i.e. outline-minor-mode) to Org-mode, > hope it is useful. That looks very nice indeed and a very nice addition to the ellipsis shown - I would definitely support that it is included in org and I would use it. Cheers, R

Re: [O] Org sources and PDF files on Worg

2013-05-23 Thread Bastien
Hi Viktor, Viktor Rosenfeld writes: >> I believe I can give a partial answer: it looks like Worg isn't >> publishing right now, which suggests that there was a recent commit >> which broke things. The search for the problem begins. Once the >> error is identified and fixed, then things should

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-05-23 Thread Bastien
Rainer Stengele writes: > I switched to > commit 838e421bf53c2ae41e6321d363fd0e8b85eb3c32 > and the colors are back again. Thanks all for testing/bisecting this. I'll investigate -- in the meantime, could you just let me know what version of Emacs do you use? -- Bastien

Re: [O] Org sources and PDF files on Worg

2013-05-23 Thread Viktor Rosenfeld
Hi everybody, Viktor Rosenfeld wrote: > > > I recently wrote a tutorial for the ox-koma-letter exporter [1] which > > > includes a link to an Org file [2] file and a PDF file [3] as examples. > > > The files are checked into the Worg repository, but they are not > > > available online. Is there s

Re: [O] Let's discuss citation and Org syntax

2013-05-23 Thread Christian Moe
Matt Price writes: > On Wed, May 22, 2013 at 5:02 AM, Christian Moe wrote: >> >> I have a rough, working example of this enabling Zotero cites for ODT >> export (attached). > Hi Christian, > > I'm really interested in this, as I use Zotero not only for writing > but for group bibliographies in m

Re: [O] Org sources and PDF files on Worg

2013-05-23 Thread Viktor Rosenfeld
Hi Bastien, Bastien wrote: > Hi Viktor, > > Viktor Rosenfeld writes: > > >> I believe I can give a partial answer: it looks like Worg isn't > >> publishing right now, which suggests that there was a recent commit > >> which broke things. The search for the problem begins. Once the > >> error

Re: [O] date calculation in org table

2013-05-23 Thread The Dude
-> Christian Moe writes: > Hi, Dude, > Not quite sure why that doesn't work (nor gives an error message about > trying to set the same cell). However, it will work if you specify the > cell range: >> @4$4=$sdate + $3::$4=@-1$4+$3 > ^^ > @4$4=$sdate + $3::@5$4..@20$4=@-1$

Re: [O] [NEW FEATURE] org-hlc.el - hidden-lines-cookies (hlc) for Org-mode

2013-05-23 Thread Carsten Dominik
Hi Thorsten, On 22 mei 2013, at 22:44, Thorsten Jolitz wrote: > > Hi List, > > I ported this from outshine.el (i.e. outline-minor-mode) to Org-mode, > hope it is useful. > > What is it all about? With 'org-hlc' > > , > |

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-05-23 Thread Rainer Stengele
Am 23.05.2013 09:55, schrieb Bastien: > Rainer Stengele writes: > >> I switched to >> commit 838e421bf53c2ae41e6321d363fd0e8b85eb3c32 >> and the colors are back again. > > Thanks all for testing/bisecting this. > > I'll investigate -- in the meantime, could you just let me know what > version o

Re: [O] Org sources and PDF files on Worg

2013-05-23 Thread Bastien
Hi Viktor, Viktor Rosenfeld writes: > However, the old version of the tutorial still shows at the old address. > I moved the file in the worg git repository from org-tutorials/ to > exporters/ but now there are two separate HTML copies. Do I have to do > something else to explicitly delete the o

Re: [O] date calculation in org table

2013-05-23 Thread Michael Brand
Hi Rafal On Thu, May 23, 2013 at 8:43 AM, The Dude wrote: > The problem is that when I change the $sdate and recalculate the whole > table with `C-u C-u C-c C-c' only the element @4$4 is set. It seems > like the column formula doesn't apply to the other fields. This I consider a bug, minimal e

Re: [O] (Potential) new feature for Org-mode: "hidden-lines cookies"

2013-05-23 Thread Sebastien Vauban
Hi Suvayu, Thorsten, Suvayu Ali wrote: >> Now I wonder if such a feature already exists in Org-mode (I would not >> be surprised, but I'm not aware of it) and if anybody would be >> interested in having such a feature? > > As per my understanding, there is no such feature; and as a user, I > would

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-05-23 Thread Sebastien Vauban
Bastien, My bisect says: --8<---cut here---start->8--- b83c0309a7ecb86251451557a12e451fe9f93b11 is the first bad commit commit b83c0309a7ecb86251451557a12e451fe9f93b11 Author: Bastien Guerry Date: Thu May 16 10:33:32 2013 +0200 Fix handling of setup fil

[O] [bug] org-capture fails with undefined org-time-was-given variable

2013-05-23 Thread Eric S Fraga
Hello, I have the following org capture template: #+begin_src emacs-lisp (setq org-capture-templates '(("j" "journal" entry (file+datetree+prompt "~/s/notes/journal.org") "* %(format-time-string \"%H:%M\") %^{Entry} %^G\n%i%?"))) #+end_src (other rules elided for

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-05-23 Thread Michael Brand
Hi Bastien Thanks for investigating. On Thu, May 23, 2013 at 11:15 AM, Sebastien Vauban wrote: > My bisect says: > b83c0309a7ecb86251451557a12e451fe9f93b11 is the first bad commit Same here. >> I'll investigate -- in the meantime, could you just let me know what >> version of Emacs do you use

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-05-23 Thread Bastien
Michael Brand writes: >> My bisect says: >> b83c0309a7ecb86251451557a12e451fe9f93b11 is the first bad commit > > Same here. Thanks for confirming. Does it make a difference whether the file has a #+setupfile directive or not? -- Bastien

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-05-23 Thread Michael Brand
Hi Bastien On Thu, May 23, 2013 at 12:07 PM, Bastien wrote: > Does it make a difference whether the file has a #+setupfile > directive or not? The issue disappears when I remove #+setupfile as I "expected". Sorry, I forgot to mention that the (when (search-forward "#+setupfile" nil t) looked sus

Re: [O] [NEW FEATURE] org-hlc.el - hidden-lines-cookies (hlc) for Org-mode

2013-05-23 Thread Thorsten Jolitz
Carsten Dominik writes: Hi Carsten, > On 22 mei 2013, at 22:44, Thorsten Jolitz wrote: > What is it all about? With 'org-hlc' > > , > | Behind every folded headline, a little 'cookie' shows the number of >

Re: [O] Starting emacs followed directly by org-agenda search and visiting file removes color formatting

2013-05-23 Thread John Hendy
On Thu, May 23, 2013 at 5:16 AM, Michael Brand wrote: > Hi Bastien > > On Thu, May 23, 2013 at 12:07 PM, Bastien wrote: >> Does it make a difference whether the file has a #+setupfile >> directive or not? > > The issue disappears when I remove #+setupfile as I "expected". Sorry, > I forgot to men

[O] orgstruct in emacs -nw

2013-05-23 Thread Memnon Anon
Hi, I tried to use the orgstruct minor mode, but it didn't seem to do anything, although I used exactly the same setup Bastien showed in his interview[1]. After a while, I realized it was because I was using emacs in an xterm. Steps to reproduce below.[2] Wrong setup, a bug or intentional? If

[O] ox-beamer worg site: broken download

2013-05-23 Thread Michael Bach
Dear org-mode Users and Developers, I just tried to get an example of the usage of the new ox-beamer module and thus tried to view the source of the org file referenced on the ox-beamer example page on worg[1]. I see from the browser's javascript tools console, that the 'Show Org source' butto

Re: [O] orgstruct in emacs -nw

2013-05-23 Thread Christopher Schmidt
> I tried to use the orgstruct minor mode, but it didn't seem to do > anything, although I used exactly the same setup Bastien showed in his > interview[1]. > > After a while, I realized it was because I was using emacs in an > xterm. Steps to reproduce below.[2] Some bindings, such as M-TAB, C-n

Re: [O] orgstruct in emacs -nw

2013-05-23 Thread Thorsten Jolitz
Memnon Anon writes: > Footnotes: > [1] https://www.youtube.com/watch?v=fnk0TJC7iJI > Nice one ;) Indeed, and it made me discover 'grep-find', thanks for the tip to Bastien, thats definitely a useful function. -- cheers, Thorsten

Re: [O] Seeking advice on structuring my org-mode file

2013-05-23 Thread Julian M. Burgos
Matt, this is very useful! I agree with you, I also tend to create several org-mode files for a project that is becoming too large. For example, I keep a separate org-file for each paper or report, another with notes, another with analysis (with R code blocks), etc. One issue is that I use lots

Re: [O] Minor problems with dvipng latex image preview

2013-05-23 Thread Nicolas Goaziou
Nick Dokos writes: > Nicolas Goaziou writes: > >>> ... I set: >>> >>> (setq org-export-latex-listings 'minted) >> >> You mean `org-latex-listings'. `org-export-latex-listings' belongs to >> the old export framework (like almost all variables with >> "org-export-BACKEND-" prefix). >> > > Yes, in

Re: [O] orgstruct in emacs -nw

2013-05-23 Thread Memnon Anon
Christopher Schmidt writes: >> Wrong setup, a bug or intentional? > > This is a bug. Can you please give this patch a try and see if it > corrects the issue? Apply it on master (06cdb2d). Thanks! Patch applied, Tab works. I will test it more thoroughly over the next days. Thanks! Memnon

Re: [O] date calculation in org table

2013-05-23 Thread The Dude
-> Michael Brand writes: [...] > Let me suggest one more variant. No row numbers, uses the fact that > the formula for $3 is not evaluated in the header and it circumvents > the bug: > | | WP | Days | Arrival Date | > | || | <2013-06-05 Wed> | > |---++--+

Re: [O] date calculation in org table

2013-05-23 Thread Michael Brand
Hi Rafal On Thu, May 23, 2013 at 4:47 PM, The Dude wrote: > BTW, what is the difference between `C-u C-c C-c' and `C-u C-*'? I > thought they're doing the same thing. - `C-u C-c *' or `C-u C-c C-c': recalculate once - `C-u C-u C-c *' or `C-u C-u C-c C-c' (`org-table-iterate'): repeat recalcul

Re: [O] [bug] org-capture fails with undefined org-time-was-given variable

2013-05-23 Thread Nick Dokos
Eric S Fraga writes: > Hello, > > I have the following org capture template: > > #+begin_src emacs-lisp > (setq org-capture-templates '(("j" "journal" entry (file+datetree+prompt > "~/s/notes/journal.org") >"* %(format-time-string \"%H:%M\") %^{Entry} > %^G\n%i%?

Re: [O] ox-beamer worg site: broken download

2013-05-23 Thread Bastien
Hi Michael, Michael Bach writes: > I see from the browser's javascript tools console, that the 'Show Org source' > button's onclick function show_org_source() is not defined. Is this file > accessible otherwise? I fixed the function. Thanks for reporting this! -- Bastien

Re: [O] Org sources and PDF files on Worg

2013-05-23 Thread Suvayu Ali
Hi Bastien, On Thu, May 23, 2013 at 10:21:23AM +0200, Bastien wrote: > Viktor Rosenfeld writes: > > > However, the old version of the tutorial still shows at the old address. > > I moved the file in the worg git repository from org-tutorials/ to > > exporters/ but now there are two separate HTML

Re: [O] Minor problems with dvipng latex image preview

2013-05-23 Thread Nick Dokos
Nicolas Goaziou writes: >> OK, that works - I didn't know about the three-element list >> form. Thanks! > > The surprising part of that third element is that it is assumed to be > non-nil when missing (see `org-latex-packages-to-string'). > Yes, presumably in the name of backward compatibility a

Re: [O] Minor problems with dvipng latex image preview

2013-05-23 Thread Nicolas Goaziou
Nick Dokos writes: > I learnt quite a bit from this discussion (thank you!), but I'm still a > bit puzzled about your reluctance that custom options be added to the > latex call. Why is that? Too many customizations? dvipng should be > deprecated? Too many twisty passages to explain? Huh? I'm n

Re: [O] Org sources and PDF files on Worg

2013-05-23 Thread Viktor Rosenfeld
Hi Bastien, Bastien wrote: > Hi Viktor, > > Viktor Rosenfeld writes: > > > However, the old version of the tutorial still shows at the old address. > > I moved the file in the worg git repository from org-tutorials/ to > > exporters/ but now there are two separate HTML copies. Do I have to do

Re: [O] Org sources and PDF files on Worg

2013-05-23 Thread Bastien
Hi Viktor, Viktor Rosenfeld writes: > The files are: > - http://orgmode.org/worg/org-tutorials/koma-letter-export.html > - http://orgmode.org/worg/org-tutorials/koma-letter-example.html > > Sorry for the inconvenience. Deleted, thanks. > Is there also a way not to publish Org files to HTML whi

Re: [O] Org sources and PDF files on Worg

2013-05-23 Thread Bastien
Hi Suvayu, Suvayu Ali writes: > I believe you can use git for this. Try > > $ git clean -n -x I didn't know this git command, neat! The problem we were discussing is different: it's about deleting HTML pages that have been published and that have no corresponding .org file anymore -- the wa

Re: [O] [bug] org-capture fails with undefined org-time-was-given variable

2013-05-23 Thread Bastien
Hi Eric, Eric S Fraga writes: > I've had a look at the source (reasonably up to date) but this variable > does not seem to be something I should be setting. Is my capture rule > somehow wrong? Or is this a bug in org-capture? I can't reproduce this... can you reproduce the problem with emacs

Re: [O] Org sources and PDF files on Worg

2013-05-23 Thread Viktor Rosenfeld
Hi Bastien, Bastien wrote: > Hi Viktor, > > Viktor Rosenfeld writes: > > > The files are: > > - http://orgmode.org/worg/org-tutorials/koma-letter-export.html > > - http://orgmode.org/worg/org-tutorials/koma-letter-example.html > > > > Sorry for the inconvenience. > > Deleted, thanks. Thanks!

Re: [O] Org sources and PDF files on Worg

2013-05-23 Thread Suvayu Ali
On Thu, May 23, 2013 at 07:54:12PM +0200, Bastien wrote: > Hi Suvayu, > > Suvayu Ali writes: > > > I believe you can use git for this. Try > > > > $ git clean -n -x > > I didn't know this git command, neat! > > The problem we were discussing is different: it's about deleting > HTML pages th

Re: [O] conflict load of epresent - org mode 8.0.3

2013-05-23 Thread d . tchin
Hi, If the intention is to use epresent with org file, is it necessary to put the following instructions in epresent.el and epresent-org.el? (require 'ox) (require 'ox-latex) I suppose that when a org file is loaded, this library and corresponding are already loaded, so these intructions may be

Re: [O] [PATCH] Export: Override headline numbering via properties

2013-05-23 Thread Nicolas Goaziou
Hello, Thanks for your patch. > An alternative would be to stick this into ox-latex.el, which then > wouldn't interfere with other backends. > > I also think this functionality is good to have, since longer latex > documents often have unnumbered sections (and there seem to be > periodic question

[O] Using org to create a TOC for a compilation of separate PDF documents

2013-05-23 Thread John Hendy
I have a use case and am not sure if Org would help or not. I've downloaded a bunch of technical data sheets on various materials from a vendor. I'd like to create a "booklet" of them with a cover page table of contents. I can create the booklet very easily with Stapler (or similar), but am not su

Re: [O] #+ATTR_LaTeX no longer honoured

2013-05-23 Thread Paul Stansell
> here's the line you're looking for: > > #+ATTR_LaTeX: :width 5cm :options angle=90 Thanks very much, that does what I want. Also, regarding the manual being up-to-date or not, I took my instructions from the page at http://orgmode.org/manual/Images-in-LaTeX-export.html which does seem out of d

Re: [O] Minor problems with dvipng latex image preview

2013-05-23 Thread Nick Dokos
Nicolas Goaziou writes: > Nick Dokos writes: > >> I learnt quite a bit from this discussion (thank you!), but I'm still a >> bit puzzled about your reluctance that custom options be added to the >> latex call. Why is that? Too many customizations? dvipng should be >> deprecated? Too many twisty

Re: [O] MobileOrg for iOS approved and soon to be available in the app store

2013-05-23 Thread Greg Minshall
> For those interested in MobileOrg on iOS devices, it has been approved > and will be back in the store soon, it can take up to 24 hours to > become available. awesome!! thanks *very* much!!

Re: [O] Using org to create a TOC for a compilation of separate PDF documents

2013-05-23 Thread Marcin Borkowski
Dnia 2013-05-23, o godz. 15:21:56 John Hendy napisał(a): > I have a use case and am not sure if Org would help or not. I've > downloaded a bunch of technical data sheets on various materials from > a vendor. I'd like to create a "booklet" of them with a cover page > table of contents. > > I can

Re: [O] Using org to create a TOC for a compilation of separate PDF documents

2013-05-23 Thread Suvayu Ali
On Thu, May 23, 2013 at 03:21:56PM -0500, John Hendy wrote: > > Is it easier to just generate a list of files and use Org to "include" > them somehow via LaTeX instead of using Stapler to combine them? I would use a shell script to write an Org file with headlines derived from the filenames and i

Re: [O] Indentation of code blocks within lists

2013-05-23 Thread Sebastien Vauban
Hello Francesco, That won't help you, but I've already sent questions on this problem, last year (Org < 8). See my post on http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00247.html. Though, it's (for me) still unfixed as of today. The good news is that Nicolas seemed OK to look at it

Re: [O] Using org to create a TOC for a compilation of separate PDF documents

2013-05-23 Thread John Hendy
On Thu, May 23, 2013 at 5:20 PM, Suvayu Ali wrote: > On Thu, May 23, 2013 at 03:21:56PM -0500, John Hendy wrote: >> >> Is it easier to just generate a list of files and use Org to "include" >> them somehow via LaTeX instead of using Stapler to combine them? > > I would use a shell script to write

[O] Updated syntax for #+bind and no LaTeX \maketitle command?

2013-05-23 Thread John Hendy
I sometimes don't want a title in my LaTeX exported documents and used to use: #+bind: org-export-latex-title-command "" in my documents. I see that the new variable is simply =org-latex-title-command= and now have: #+bind: org-latex-title-command "" This is still generating a \maketitle line i

Re: [O] Updated syntax for #+bind and no LaTeX \maketitle command?

2013-05-23 Thread Marcin Borkowski
Dnia 2013-05-23, o godz. 17:48:59 John Hendy napisał(a): > I sometimes don't want a title in my LaTeX exported documents and > used to use: > > #+bind: org-export-latex-title-command "" > > in my documents. I see that the new variable is simply > =org-latex-title-command= and now have: > > #+b

Re: [O] Updated syntax for #+bind and no LaTeX \maketitle command?

2013-05-23 Thread Rasmus
John Hendy writes: > I sometimes don't want a title in my LaTeX exported documents and used to use: > > #+bind: org-export-latex-title-command "" > > in my documents. I see that the new variable is simply > =org-latex-title-command= and now have: > > #+bind: org-latex-title-command "" > > This is

[O] org-element

2013-05-23 Thread Daimrod
Hi, I'm playing a bit with org-element for org-contacts and I wanted to know what is the prefered way to change an element. For example, ATM, when I want to change an element property to add a new value, I do: #+BEGIN_SRC emacs-lisp (org-entry-put nil property (concat (org-ent

Re: [O] org-blog 0.9 release

2013-05-23 Thread Matt Price
On Wed, May 1, 2013 at 7:04 AM, Puneeth Chaganti wrote: > Mike, > > On Wed, May 1, 2013 at 4:18 PM, Michael Alan Dorman > wrote: >> Puneeth Chaganti writes: >>> Or, if it seems reasonable, we could club the two projects into a >>> single one to give the users something that's better than a sum o

Re: [O] Using org to create a TOC for a compilation of separate PDF documents

2013-05-23 Thread Rasmus
John Hendy writes: > I have a use case and am not sure if Org would help or not. I've > downloaded a bunch of technical data sheets on various materials from > a vendor. I'd like to create a "booklet" of them with a cover page > table of contents. You can use pdfpages for this. There's a comman

Re: [O] #+ATTR_LaTeX no longer honoured

2013-05-23 Thread Rasmus
Paul Stansell writes: >> here's the line you're looking for: >> >> #+ATTR_LaTeX: :width 5cm :options angle=90 > > Thanks very much, that does what I want. > > Also, regarding the manual being up-to-date or not, I took my instructions > from the page at http://orgmode.org/manual/Images-in-LaTeX-e

Re: [O] [BUG] Tag selection is inconsistent when loaded from #+SETUPFILE in orgmode 8.0.x

2013-05-23 Thread Anupam Sengupta
Hi Bastien, >> Loading tags from a #+SETUPFILE is causing inconsistent behavior >> in the tag-selection for both in-buffer selection via C-c C-q >> (`org-set-tags-command`) and in-agenda selection via : >> (`org-agenda-set-tags`). Bastien> Thanks a lot for reporting this and

Re: [O] Org sources and PDF files on Worg

2013-05-23 Thread Rasmus
Bastien writes: > Hi Suvayu, > > Suvayu Ali writes: > >> I believe you can use git for this. Try >> >> $ git clean -n -x > > I didn't know this git command, neat! > > The problem we were discussing is different: it's about deleting > HTML pages that have been published and that have no corres

Re: [O] (Potential) new feature for Org-mode: "hidden-lines cookies"

2013-05-23 Thread Suvayu Ali
On Thu, May 23, 2013 at 10:39:03AM +0200, Sebastien Vauban wrote: > Hi Suvayu, Thorsten, > > Suvayu Ali wrote: > >> Now I wonder if such a feature already exists in Org-mode (I would not > >> be surprised, but I'm not aware of it) and if anybody would be > >> interested in having such a feature? >

Re: [O] [NEW FEATURE] org-hlc.el - hidden-lines-cookies (hlc) for Org-mode

2013-05-23 Thread Nick Dokos
Thorsten Jolitz writes: >> , and it should be hooked somehow into the folding/unfolding routines >> to auto-update. > > Thats what I thought too, but I ran into a problem I could not solve so > far, so this user-command based implementation (show the cookies on > demand) is kind of the second-bes

Re: [O] Updated syntax for #+bind and no LaTeX \maketitle command?

2013-05-23 Thread Nick Dokos
John Hendy writes: > I sometimes don't want a title in my LaTeX exported documents and used to use: > > #+bind: org-export-latex-title-command "" > > in my documents. I see that the new variable is simply > =org-latex-title-command= and now have: > > #+bind: org-latex-title-command "" > > This is

Re: [O] Updated syntax for #+bind and no LaTeX \maketitle command?

2013-05-23 Thread Nick Dokos
Nick Dokos writes: >> #+bind: org-latex-title-command "" >> >> This is still generating a \maketitle line in my .tex file. >> >> What's the proper way to do this on Org 8.0? >> >> > > I suspect this is the same problem as the one discussed in the following: > >http://thread.gmane.org/gmane.em