[O] [PATCH] Find a link after point in `org-open-at-point'

2015-01-26 Thread Samuel Loury
Dear all, I would like to propose a patch for `org-open-at-point' to find a link after point when called inside a paragraph. It had this behavior at some time and I think lost it during the org-element re-factoring. This patch restores this ancient behavior with the new way the function is coded.

Re: [O] [ob-R] combine :post and :colnames

2015-01-26 Thread Aaron Ecay
Hi Rasmus, 2015ko urtarrilak 25an, Rasmus-ek idatzi zuen: > Should add a note on this to the manual? Or is it clear enough as it > is? I think it would be a good idea to add a note about this in the manual. Perhaps in the form of another example in the node for the :post header argument (info "(

Re: [O] Autogenerating beamer overlay parameter?

2015-01-26 Thread Loris Bennett
writes: > On Friday, 23 Jan 2015 at 09:11, Loris Bennett wrote: >> Hi, >> >> I want to have the element of a list in a Beamer presentation appear >> one-by-one and then finally colour one entry red, so I do the following: > > [...] > >> This works, but is there something generic I can use to gene

Re: [O] Wanderlust and org-capture

2015-01-26 Thread Cédric Chépied
Hi, At Fri, 23 Jan 2015 20:32:24 +0100, Marco Wahl wrote: > There is ./contrib/lisp/org-wl.el at least in the current master branch. This file is not in my org files integrated in emacs. That's why I didn't find it. Are there many differences between integrated org (emacs git repo), elpa package

Re: [O] [bug] ox-taskjuggler

2015-01-26 Thread Christian Egli
Søren Mikkelsen writes: > On 2015-01-23 09:59, Christian Egli wrote: >> Søren Mikkelsen writes: >> >>> It works, but only for tasks that aren't having a start >>> attribute. It is possible to give a warning if the start >>> attribute already exists and make the default one, the one >>> specifie

[O] Requesting some help with scheduled repeated tasks

2015-01-26 Thread Sagar Shankar
Hi all, been using Org-Mode for just over a month now and have stumbled into something that I cannot still figure out how to implement. I want to set aside a fixed amount of time each day (say 2 hours) at a specific time(18-00-20:00 say) to work on a specific task. I want this task to repeat for 7

Re: [O] Requesting some help with scheduled repeated tasks

2015-01-26 Thread Christopher Witte
Hi Sagar, I think you either want a repeating task see http://orgmode.org/manual/Repeated-tasks.html or to use org-clone-subtree-with-time-shift see http://orgmode.org/manual/Structure-editing.html#Structure-editing I think repeated tasks repeat for ever, so from your description org-clone-subtr

Re: [O] [PATCH] Find a link after point in `org-open-at-point'

2015-01-26 Thread Samuel Loury
Samuel Loury writes: > I would like to propose a patch for `org-open-at-point' to find a link > after point when called inside a paragraph. It had this behavior at some > time and I think lost it during the org-element re-factoring. This patch > restores this ancient behavior with the new way the

Re: [O] Requesting some help with scheduled repeated tasks

2015-01-26 Thread Loris Bennett
Sagar Shankar writes: > Hi all, been using Org-Mode for just over a month now and have stumbled into > something that I cannot still figure out how to implement. > > I want to set aside a fixed amount of time each day (say 2 hours) at a > specific > time(18-00-20:00 say) to work on a specific ta

[O] exporting zotxt or orgref links to HTML and ODF

2015-01-26 Thread Matt Price
Hi eveyrone, I've just looked back through my email archives and from what I can tell, almost everyone who uses Org to write papers uses LaTex for the final product. I have never learned to use Latex, mostly because, as a humanist, almost none of my colleagues can use LaTex files, and the same go

Re: [O] Autogenerating beamer overlay parameter?

2015-01-26 Thread e.fraga
On Monday, 26 Jan 2015 at 09:22, Loris Bennett wrote: [...] > Aaron and Eric: I understand what is meant about this being more of a > beamer question, but I'm only really interested in using Beamer via Org. sure but the point is that beamer may have a solution to your problem which then automati

Re: [O] [ob-R] combine :post and :colnames

2015-01-26 Thread Rasmus
Hi, Aaron Ecay writes: > 2015ko urtarrilak 25an, Rasmus-ek idatzi zuen: >> Should add a note on this to the manual? Or is it clear enough as it >> is? > > I think it would be a good idea to add a note about this in the manual. > Perhaps in the form of another example in the node for the :post h

Re: [O] [PATCH] Find a link after point in `org-open-at-point'

2015-01-26 Thread Nicolas Goaziou
Hello, Samuel Loury writes: >> I would like to propose a patch for `org-open-at-point' to find a link >> after point when called inside a paragraph. It had this behavior at some >> time and I think lost it during the org-element re-factoring. This patch >> restores this ancient behavior with the

[O] org-info.js

2015-01-26 Thread Phillip Lord
Can anyone tell me where the source code for org-info at http://orgmode.org/org-info.js is? This verison if minified. There are these: https://github.com/SebastianRose/org-info-js/ https://github.com/RickMoynihan/org-info-js Some of the web pages aabout org-info aren't working. http://orgmod

[O] truncate-lines for org tables, visual-line-mode for rest?

2015-01-26 Thread Vladimir Alexiev
I use visual-line-mode to wrap long lines on display. But for org tables, wrapping makes the display very confused. Is it possible to have truncate-lines ONLY for lines that represent tables?

Re: [O] truncate-lines for org tables, visual-line-mode for rest?

2015-01-26 Thread Tory S. Anderson
I solve this problem in my tables by using a table length-constraining parameter: | my table | long-cell | | | <10> | | | tons of text that should be cut off at a reasonable length (just 10 chars) and not run on forever | | |

Re: [O] org-info.js

2015-01-26 Thread Achim Gratz
Phillip Lord writes: > Can anyone tell me where the source code for org-info at > > http://orgmode.org/org-info.js > > is? This verison if minified. > > There are these: > > https://github.com/SebastianRose/org-info-js/ A copy of this version is on Worg under code/org-info-js, the plain source is

[O] HTML --> Org-mode?

2015-01-26 Thread Matt Price
Hmm, Looks like I asked this about a year ago and didn't follow up on it. Does anyone know a way to generate org-mode syntax from an html string? I would like to extend zotxt slightly (see my last post) and at present zotxt can pull citations 7 bibliography entries from Zotero only in plain-text

Re: [O] truncate-lines for org tables, visual-line-mode for rest?

2015-01-26 Thread Eric S Fraga
On Monday, 26 Jan 2015 at 21:43, Vladimir Alexiev wrote: > I use visual-line-mode to wrap long lines on display. > But for org tables, wrapping makes the display very confused. > Is it possible to have truncate-lines ONLY for lines that represent tables? I have the same issue. I do have visual-li

Re: [O] HTML --> Org-mode?

2015-01-26 Thread Tory S. Anderson
Using the magic wizard program Pandoc, I just had success with a simple little example: pandoc -o test.org test.html Input test.html: TEST strong! Cell 1 Cell 2 Cell 3 Cell 4 Output test.org: *T

[O] org-html-h

2015-01-26 Thread Sébastien Brisard
Hello, my blog (sbrisard.github.io) is entirely written with org-mode. Org-mode offers everything I need, except for one minor detail. It is very difficult to include the same CSS file in the html-head of several files located at various levels of the directory hierarchy. I do not really like t

[O] Binding org-html-head to a function?

2015-01-26 Thread Sébastien Brisard
Hello, my blog (sbrisard.github.io) is entirely written with org-mode. Org-mode offers everything I need, except for one minor detail. It is very difficult to include the same CSS file in the html-head of several files located at various levels of the directory hierarchy. I do not really like t

Re: [O] exporting zotxt or orgref links to HTML and ODF

2015-01-26 Thread Matt Price
Hi will, I haven't gotten very far with this yet, but adding a couple of lines to the definition of org-add-link-type in org-zotxt.el (around line 150, https://bitbucket.org/egh/zotxt-emacs/src/74702e2b2f2aa0427f099eb4fe69dce8709f67fc/org-zotxt.el?at=master) at least allows for unformatted, plain-

Re: [O] org-html-h

2015-01-26 Thread Rasmus
Hi Sébastien, Sébastien Brisard writes: > my blog (sbrisard.github.io) is entirely written with > org-mode. Looks pretty. > Org-mode offers everything I need, except for one minor > detail. It is very difficult to include the same CSS file in the > html-head of several files located at variou

Re: [O] Wanderlust and org-capture

2015-01-26 Thread Marco Wahl
>> ... ./contrib/lisp/org-wl.el at least in the current master branch. > > This file is not in my org files integrated in emacs. That's why I didn't find > it. Are there many differences between integrated org (emacs git repo), elpa > package and git repository? I think one can regard the contrib

Re: [O] exporting zotxt or orgref links to HTML and ODF

2015-01-26 Thread Monroe, Will
Matt, Thanks for sharing this.  I'm afraid that I'm very new at reading Emacs Lisp at this point.  But I appreciate the explanation of your aims and how you've tried to meet them.  I'll try to contribute as I can along the way.  Best regards, Will

[O] question about org-element-map missing link in caption

2015-01-26 Thread John Kitchin
In the following org document, org-element-map only finds one link, but the buffer acts like there are two links. The free link is found, but the link label buried in the caption is not found. However, it exports correctly, and the caption link is clickable, so the buffer certainly thinks it is a l

[O] save folded state

2015-01-26 Thread John Kitchin
I am trying to map over a buffer with headlines in various states of folded, and get context around certain elements. I find I need to fully expand the buffer to get the context in the way I am currently doing it (e.g. getting the lines around the element), but I would like to put the buffer back t

Re: [O] truncate-lines for org tables, visual-line-mode for rest?

2015-01-26 Thread Grant Rettke
How do you configure this parameter to achieve that effect? On Mon, Jan 26, 2015 at 1:48 PM, Tory S. Anderson wrote: > I solve this problem in my tables by using a table length-constraining > parameter: > > | my table | long-cell | > | | <10> | > | | tons of text that sh

Re: [O] HTML --> Org-mode?

2015-01-26 Thread Matt Price
I think the answer may be something like: (shell-command-to-string (concat "pandoc -f html -t org <<< '" :html "'" ) Though I'm not quite sure how to go about it just yet. On Mon, Jan 26, 2015 at 3:50 PM, Tory S. Anderson wrote: > man pandoc will be your friend. It guided me to the following

Re: [O] Requesting some help with scheduled repeated tasks

2015-01-26 Thread Sagar Shankar
Thanks Christopher, the latter option seems to accomplish what I require though not very elegant With Regards, Sagar On Mon, Jan 26, 2015 at 6:49 PM, Christopher Witte wrote: > Hi Sagar, > > I think you either want a repeating task see > http://orgmode.org/manual/Repeated-tasks.html > > or to u

Re: [O] Requesting some help with scheduled repeated tasks

2015-01-26 Thread Andreas Leha
Hi Sagar, Sagar Shankar writes: > Thanks Christopher, the latter option seems to accomplish what I > require though not very elegant I though so first, too. But by now I came to like that approach a lot. It provides so much flexibility with the individual instances (like moving, keeping notes,