Re: [O] Shortcut to file

2014-03-15 Thread Eric Abrahamsen
Chris Henderson writes: > Is there any way to quickly add a file's location rather than typing > the whole file://path/to/location. The files are mostly freemind or > libreoffice calc/ word files. > > If the file or the directory is not there, it can also be created > from within org easily. > >

[O] Shortcut to file

2014-03-15 Thread Chris Henderson
Is there any way to quickly add a file's location rather than typing the whole file://path/to/location. The files are mostly freemind or libreoffice calc/ word files. If the file or the directory is not there, it can also be created from within org easily. Thanks

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-15 Thread Eric Schulte
Nicolas Goaziou writes: > Hello, > > Eric Schulte writes: > >> This sounds like a good compromise to me. As you say, this should >> easily and visually support both use cases and is intuitive. I've not >> touched the export machinery myself, so I'll leave the implementation to >> Nicolas but I

Re: [O] Bad footnotes when including org files

2014-03-15 Thread James Harkins
Xavier Garrido gmail.com> writes: > > Hi Orgers, > > I am having some troubles with several org files that I want to include > into one general org file. To do that I use the #+INCLUDE: keywords and > actually, everything is working well until I add some footnotes in both > files. Let me sho

Re: [O] org-cook

2014-03-15 Thread Robert Horn
I also use tables, and have one big recipe.org file. I considered ingredient properties, etc., but ended up just text and find recipes by using simple searches. They look like this: * Texas Skillet Corn Bread | Ingredient | Quantity | Instructions| |+

[O] [patch][ox-html] Stylistic changes

2014-03-15 Thread Rasmus
Hi, Here's a couple of minor changes for ox-html. First, I dropped the references to HTML5 hgroup since apparently W3 did the same¹. Second, for some reason ox-html replaces a couple of entities by itself—rather than letting org-entities do it—but uses hex references (or whatever), rather than

[O] Bad footnotes when including org files

2014-03-15 Thread Xavier Garrido
Hi Orgers, I am having some troubles with several org files that I want to include into one general org file. To do that I use the #+INCLUDE: keywords and actually, everything is working well until I add some footnotes in both files. Let me show you a minimal example where the footnote numberi

[O] [ox-html] Multiple wraps around sections

2014-03-15 Thread Rasmus
Hi, I'm trying to make a personal website with ox-html and ox-publish. In terms of output I am looking for something like: #+begin_src html Section title my text #+end_src This seems to be how these fancy pages get colored boxes and indented text¹. . . I can almost get it with

[O] Reports on habits?

2014-03-15 Thread Marcin Borkowski
Hi list, We all know that org-habit is great, but the only case when I actually see the consistency graph is in the agenda, when I did *not* do my habit today. Is there a way to display the consistency graph on demand, e.g. in the echo area? (Also, a dynamic table with a summary of my consistenc

[O] [patch][ox-html] Support for level based containers

2014-03-15 Thread Rasmus
Hi, This patch allows different containers in ox-html.el depending on the level of the heading. For example, it is possible to get a container structure like this (level . container): * . section ** . article *** . div This is good for HTML5 at least, and I suspect also for ox-publish projec

[O] New headline after no content (empty headline)

2014-03-15 Thread Brady Trainor
I am revisiting a workflow that I have a hard time letting go of, despite it's unintended use in Org-mode. That is, I like to visually separate groups of headlines by simply having a couple of empty headlines. This allows more nimble and simple use-case of manually sorting buildup of headlin

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-15, o godz. 11:10:59 Marcin Borkowski napisał(a): > Hi list, > > I'd like to extend the LaTeX exporter to be able to prepare tests with > Org-mode. Four basic kinds of tests I'm thinking about are: single > choice test, multiple choice test, cloze test and an "open" question > (whe

[O] [patch] file links from sunrise commander

2014-03-15 Thread Thomas Holst
Hi, sunrise commander is a two pane file manager like midnight commander but inside emacs. It reuses much of dired but has its own mode. I use sunrise commander a lot so I like to create links to files from within it. Here is a path with implements this feature. If you like it feel free use it.

[O] [patch] capture property table-line-pos can be a function

2014-03-15 Thread Thomas Holst
Hi, for quite a while I have this patch in my local org-mode branch. Now I find the time to share it. Given a table with several sections and a capture template for entries in this table. The sections are dynamic, so a static value for table-line-pos does not help. With this patch table-line-pos

Re: [O] Bug in links to org files

2014-03-15 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou wrote: > Thomas Holst writes: > >> there is a bug in links to org-files: >> >> given the link: >> >> [[file:EmacsNotes.org::*Screencast%20of%20lispy.el%20with%20org-mode%20code%20base][Screencast >> of lispy.el with org-mode code base]] >> >> if I hit C-c o with po

Re: [O] org-cook

2014-03-15 Thread Alan Tyree
Pandoc can pull a web page, convert to Markdown and then to Org. That doesn't do all you want, but maybe a start. Cheers, Alan On 16 March 2014 05:03, Xebar Saram wrote: > Thanks so much for the tips Erik > > i will explore the ingredients in table idea as suggested. do you know > perhaps of a

[O] [PATCH v1 4/4] contrib/lisp/org-annotate-file.el improvements

2014-03-15 Thread David Holm
This is the fourth and last patch of this series. It simply adds autoloads for `org-annotate-file` and `org-annotate-file-show-section`. 0004-Provide-autoloads-for-org-annotate-file.patch Description: Binary data

Re: [O] org-cook

2014-03-15 Thread Erik Hetzner
At Sat, 15 Mar 2014 20:03:33 +0200, Xebar Saram wrote: > > Thanks so much for the tips Erik > > i will explore the ingredients in table idea as suggested. do you know > perhaps of a way to quick format online recipes to an org table (that is > webpage html to org table) or perhaps a way to conver

[O] [PATCH v1 3/4] contrib/lisp/org-annotate-file.el improvements

2014-03-15 Thread David Holm
The third patch provides the bulk of the change. It extracts most of the functionality of `org-annotate-file-show-section` into `org-annotate-file-annotate` and now just acts as a wrapper around it for setting up and returning the buffer to the caller. 0003-Allow-the-user-to-control-the-annotati

[O] [PATCH v1 2/4] contrib/lisp/org-annotate-file.el improvements

2014-03-15 Thread David Holm
The second patch makes the annotation storage location a parameter to `org-annotate-file-show-section`. 0002-Pass-storage-file-as-a-parameter-to-org-annotate-fil.patch Description: Binary data

[O] [PATCH v1 1/4] contrib/lisp/org-annotate-file.el improvements

2014-03-15 Thread David Holm
Hi All, I was looking for a way to annotate code in Emacs for code reviews and found a post on Stack Overflow recommending org-annotate-file [1]. This was pretty close to what I was looking for but with two exceptions, * I wanted to be able to store the annotations in different files depending on

Re: [O] org-cook

2014-03-15 Thread Xebar Saram
Thanks so much for the tips Erik i will explore the ingredients in table idea as suggested. do you know perhaps of a way to quick format online recipes to an org table (that is webpage html to org table) or perhaps a way to convert already entered recipes in my org files to tables kind regards Z

Re: [O] bug#16832: Emacs goes crazy when deleting lines

2014-03-15 Thread Nicolas Goaziou
Eli Zaretskii writes: > Do you happen to know, or can measure, how much faster is the latest > version? Given the timing provided by the OP, it'd have to be at > least 100 times faster, to avoid annoying delays after each command. Basically it is, (search-forward "call_") versus (re-sear

Re: [O] org-cook

2014-03-15 Thread Erik Hetzner
At Sat, 15 Mar 2014 09:24:23 +0200, Xebar Saram wrote: > > Dear Eric and org users > > i am a new(ish) org user and an avid cooker. i have started using > orgmodeas my recipe notebook and stumbled upon the old org-cook > thread. > Is there so documentation on this? do you still use it? > are ther

Re: [O] bug#16832: Emacs goes crazy when deleting lines

2014-03-15 Thread Eli Zaretskii
> From: Nicolas Goaziou > Cc: Fabrice Niessen , emacs-orgmode@gnu.org, > 16...@debbugs.gnu.org > Date: Sat, 15 Mar 2014 17:17:26 +0100 > > > (while (search-forward "call_" nil t) > > (save-excursion > > (goto-char (match-beginning 0)) > > (when (looking-at org-babel-inlin

Re: [O] bug#16832: Emacs goes crazy when deleting lines

2014-03-15 Thread Nicolas Goaziou
Hello, Eli Zaretskii writes: > Thanks. So this looks like a problem with Org Mode. In particular, > org-element-inline-babel-call-successor takes a lot of time in this > case. That function traverses the buffer from top to bottom: > > (while (search-forward "call_" nil t) > (save-

Re: [O] Can I use an already defined agenda view in another agenda command?

2014-03-15 Thread M
Salut Bastien, thanks a lot - that helps a little, however this will only work temporarily and already for the next "r" refresh, the combined agendas are not there any more, just one, if I am not mistaken. My question was more targeting in the direction if it could be possible to define one basic

Re: [O] bug#16832: Emacs goes crazy when deleting lines

2014-03-15 Thread Eli Zaretskii
> From: Fabrice Niessen > Cc: 16...@debbugs.gnu.org, emacs-orgmode > Date: Fri, 14 Mar 2014 17:00:54 +0100 > > I realized that Emacs did not into an infloop, but simply gave me back > control after a very long time (more than 2 mins). Good news #1. > > I thought at using the profiler of Emacs 2

Re: [O] Clarification on ChangeLog documentation

2014-03-15 Thread John Hendy
Hi Bastien, Thanks for the changes; comments below: On Fri, Mar 14, 2014 at 11:09 AM, John Hendy wrote: > Greetings, > > [snip] > The specification is clear enough for lines 1 and 2. > > #+begin_quote > In line 3, the ChangeLog entry should start, in a similar format as in > the old ChangeLog

Re: [O] Bug in links to org files

2014-03-15 Thread Nicolas Goaziou
Hello, Thomas Holst writes: > there is a bug in links to org-files: > > given the link: > > [[file:EmacsNotes.org::*Screencast%20of%20lispy.el%20with%20org-mode%20code%20base][Screencast > of lispy.el with org-mode code base]] > > if I hit C-c o with point on the link I get an error message tha

Re: [O] Is anyone spending money for Org-mode?

2014-03-15 Thread Jambunathan K
If I were you, I will segregate the funds as though the contributor - developer or otherwise - will receive it. Then, I will approach each contributor with, This is your fair share. Please receive it. If the contributor declines, I will ask the contributor "How do you think I should

[O] Bug: Setting system command org-file-apps does not allow other settings to refer to it [8.2.5h (release_8.2.5h-620-g7fd183 @ /home/rrt/.emacs.d/el-get/package/elpa/org-20140210/)]

2014-03-15 Thread Reuben Thomas
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] Bug in links to org files

2014-03-15 Thread Thomas Holst
Hi, there is a bug in links to org-files: given the link: [[file:EmacsNotes.org::*Screencast%20of%20lispy.el%20with%20org-mode%20code%20base][Screencast of lispy.el with org-mode code base]] if I hit C-c o with point on the link I get an error message that it does not exist. If I answer yes to

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-15 Thread Nicolas Goaziou
Hello, Eric Schulte writes: > This sounds like a good compromise to me. As you say, this should > easily and visually support both use cases and is intuitive. I've not > touched the export machinery myself, so I'll leave the implementation to > Nicolas but I definitely support this approach.

Re: [O] Commit 6aba2424c9b53e05c348ab0e7cf69bd7a49eb144

2014-03-15 Thread Bastien
Suvayu Ali writes: > Patch attached. Applied, thanks and sorry for the typo, -- Bastien

Re: [O] Babel should not work in the subtree marked as not exported

2014-03-15 Thread zwz
Eric Schulte writes: >> Sorry for being unclear here. I wanted to propose different >> behaviour for TAGs (lets say :noexport:) and the COMMENT keyword. >> I am perfectly fine with :noexport: only prohibiting export but >> still allowing evaluation. >> >> But I propose that COMMENT be more treat

[O] Suggestion for improvement, org-read-date: prefer-closest-date instead of only prefer-future*

2014-03-15 Thread Anders Johansson
Hi. I sometimes use timestamps for scheduling, sometimes for logging things (manually and a few days later). It would be pretty convenient if one could define a preferred range of time for incomplete dates, instead of just prefer-future or default to current month or year. Example: It's 2013

Re: [O] Bug: Problems with sub/super-script when using: org-cdlatex + org-pretty-entities + org-catch-invisible-edits

2014-03-15 Thread Anders Johansson
2014-02-23 16:20, Anders Johansson wrote: Hi, I used the configuration: org-catch-invisible-edits 'show org-pretty-entities t together with org-cdlatex. This breaks the insertion of subscripts and superscripts through org-cdlatex because _{} is fontified and the {} are hidden so typing for ex

Re: [O] Commit 6aba2424c9b53e05c348ab0e7cf69bd7a49eb144

2014-03-15 Thread Suvayu Ali
On Sat, Mar 15, 2014 at 01:52:41PM +0100, Stefan Husmann wrote: > Hello, > > I think both entries in org.texi intrudueced in the mentioned commit should > begin with, say, @cindex rather than @index. > @index is not a texinfo command. > > org.texi:9892: unknown command `index' > org.texi:13806:

Re: [O] Exported source code not coloured.

2014-03-15 Thread Sharon Kimble
On Sat, 15 Mar 2014 14:08:49 +0100 Rasmus wrote: > Sharon Kimble writes: > > > On Sat, 15 Mar 2014 13:06:46 +0100 > > Rasmus wrote: > > > >> Sharon Kimble writes: > >> > >> > On Sat, 15 Mar 2014 10:09:29 + > >> > Sharon Kimble wrote: > >> > > >> >> I am exporting org-mode files using or

Re: [O] Exported source code not coloured.

2014-03-15 Thread Rasmus
Sharon Kimble writes: > On Sat, 15 Mar 2014 13:06:46 +0100 > Rasmus wrote: > >> Sharon Kimble writes: >> >> > On Sat, 15 Mar 2014 10:09:29 + >> > Sharon Kimble wrote: >> > >> >> I am exporting org-mode files using org2blog, and I have this in my >> >> org-file - >> >> >> >> #+BEGIN_SRC

Re: [O] Exported source code not coloured.

2014-03-15 Thread Sharon Kimble
On Sat, 15 Mar 2014 13:06:46 +0100 Rasmus wrote: > Sharon Kimble writes: > > > On Sat, 15 Mar 2014 10:09:29 + > > Sharon Kimble wrote: > > > >> I am exporting org-mode files using org2blog, and I have this in my > >> org-file - > >> > >> #+BEGIN_SRC bash > >> ## Repos for plank > >> # fo

[O] Commit 6aba2424c9b53e05c348ab0e7cf69bd7a49eb144

2014-03-15 Thread Stefan Husmann
Hello, I think both entries in org.texi intrudueced in the mentioned commit should begin with, say, @cindex rather than @index. @index is not a texinfo command. org.texi:9892: unknown command `index' org.texi:13806: unknown command `index' Best Regards Stefan

Re: [O] Exported source code not coloured.

2014-03-15 Thread Rasmus
Sharon Kimble writes: > On Sat, 15 Mar 2014 10:09:29 + > Sharon Kimble wrote: > >> I am exporting org-mode files using org2blog, and I have this in my >> org-file - >> >> #+BEGIN_SRC bash >> ## Repos for plank >> # for wheezy users >> deb http://people.ubuntu.com/~ricotz/debian-plank wheez

Re: [O] Using Org-mode for mass-scheduling appointments

2014-03-15 Thread Peter Neilson
On Sat, 15 Mar 2014 07:07:22 -0400, Marcin Borkowski wrote: Dnia 2014-01-22, o godz. 12:55:43 Marcin Borkowski napisał(a): Hi list, I have the following problem: I want to schedule quite a few short (10 minutes, say) appointments with my students ("mass" is probably an exaggeration, but t

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-15, o godz. 12:25:13 Marcin Borkowski (by way of Marcin Borkowski ) napisał(a): > Dnia 2014-03-15, o godz. 07:10:31 > John Kitchin napisał(a): > > > I suggest you look into the acrotex package > > (http://www.acrotex.net/) which has good support for tests. You can > > use the regul

Re: [O] Exported source code not coloured.

2014-03-15 Thread Sharon Kimble
On Sat, 15 Mar 2014 10:09:29 + Sharon Kimble wrote: > I am exporting org-mode files using org2blog, and I have this in my > org-file - > > #+BEGIN_SRC bash > ## Repos for plank > # for wheezy users > deb http://people.ubuntu.com/~ricotz/debian-plank wheezy main > # for jessie and sid users

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-15, o godz. 07:10:31 John Kitchin napisał(a): > I suggest you look into the acrotex package (http://www.acrotex.net/) > which has good support for tests. You can use the regular latex > exporter with that. Thanks! However, what I'm really after is the HTML/JS export. Since I feel

Re: [O] org-capture doesn't narrow correctly if :prepend is t

2014-03-15 Thread Adam Spiers
On 13 March 2014 09:45, Bastien wrote: > Hi Adam and Thomas, > > This is now fixed, thanks! Oh wonderful, thank you so much Bastien!

Re: [O] Exporting to multiple files

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-13, o godz. 10:38:37 Richard Lawrence napisał(a): > Hi Marcin, > > Marcin Borkowski writes: > > > > I'd like to export an Org-mode file to /multiple/ HTML files. For > > instance, I might want to convert all first and second level > > headings to files, and third-level headings to

Re: [O] Exporting to multiple files

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-13, o godz. 12:59:42 Bastien napisał(a): > Hi Marcin, > > Marcin Borkowski writes: > > > It occurred to me that I could just walk through the file, creating > > temporary buffers with my subtrees, demote them and export them one > > by one to HTML. This seems doable (and even not

Re: [O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-15 Thread John Kitchin
I suggest you look into the acrotex package (http://www.acrotex.net/) which has good support for tests. You can use the regular latex exporter with that. John --- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon

Re: [O] org-table-copy-down feature request

2014-03-15 Thread Marcin Borkowski
Dnia 2014-01-27, o godz. 11:55:25 Bastien napisał(a): > Hi Marcin, > > Marcin Borkowski writes: > > > at present, the only reasonable values of org-table-copy-increment > > are nil or non-nil. How about enabling to use it as an increment > > value? This would be very useful in the following c

Re: [O] Using Org-mode for mass-scheduling appointments

2014-03-15 Thread Marcin Borkowski
Dnia 2014-01-22, o godz. 12:55:43 Marcin Borkowski napisał(a): > Hi list, > > I have the following problem: I want to schedule quite a few short (10 > minutes, say) appointments with my students ("mass" is probably an > exaggeration, but there are going to be around 50 of them). I'll have > sev

Re: [O] Is anyone spending money for Org-mode?

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-13, o godz. 11:49:47 David Masterson napisał(a): > My suggestion would be to use the money to pay for enhancements to > Org. Take a look at the list of projects for Org, find the most > difficult and complex project(s), put the money into a fund to be > given to the developer(s) who

Re: [O] Screencast of lispy.el with org-mode code base

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-14, o godz. 15:38:57 Oleh napisał(a): > Sure. Not everyone likes paredit (at first:). That's why each locally ^^ https://xkcd.com/541/ (Sorry, could not resist.;)) -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam M

[O] Extending the Org syntax by a custom exporter - how to do it?

2014-03-15 Thread Marcin Borkowski
Hi list, I'd like to extend the LaTeX exporter to be able to prepare tests with Org-mode. Four basic kinds of tests I'm thinking about are: single choice test, multiple choice test, cloze test and an "open" question (where the expected answer is, say, at most 5 lines of text). It would enable th

[O] Exported source code not coloured.

2014-03-15 Thread Sharon Kimble
I am exporting org-mode files using org2blog, and I have this in my org-file - #+BEGIN_SRC bash ## Repos for plank # for wheezy users deb http://people.ubuntu.com/~ricotz/debian-plank wheezy main # for jessie and sid users deb http://people.ubuntu.com/~ricotz/debian-plank sid main #+END_SRC whic

[O] Feature request: entering time in timestamps without a colon

2014-03-15 Thread Marcin Borkowski
Hi all, would it be difficult to implement this little thing: when entering a timestamp, four consecutive digits could be recognized as a year (if within some range from the current year, possibly zero, and possibly never) and as an hour otherwise? Typing, say, 13:00 is cumbersome, since I need t

Re: [O] capture takes ~ 10-20 seconds to load a capture-template

2014-03-15 Thread Xebar Saram
Sorry about that the org version in emacs -q is version 7.9.3f. i have tried with this capture (setq org-capture-templates (quote ( ("x" "todo_nix" entry (file+headline "~/org/files/agenda/TODO.org" "Linux") "* %^{Description}" ) ))) i do see that w

Re: [O] capture takes ~ 10-20 seconds to load a capture-template

2014-03-15 Thread Bastien
Hi Xebar, Xebar Saram writes: > i tried it with 1 template and its still the same slowness > also i tried it with emacs -q (pasting the capture template, > evaluating it and running org-capture) and its still very slow > i would be happy to try and test and other things needed So let's start wi

Re: [O] capture takes ~ 10-20 seconds to load a capture-template

2014-03-15 Thread Xebar Saram
Hi Bastien thanks for the help i am running org 8.2.5h with emacs 24.3.1 i tried it with 1 template and its still the same slowness also i tried it with emacs -q (pasting the capture template, evaluating it and running org-capture) and its still very slow i would be happy to try and test and other

Re: [O] capture takes ~ 10-20 seconds to load a capture-template

2014-03-15 Thread Bastien
Hi Xebar, can you try with only one template? Then report your Org version and your Emacs version? Also, let us know if you have the problem with a bare emacs (emacs -q). -- Bastien

[O] capture takes ~ 10-20 seconds to load a capture-template

2014-03-15 Thread Xebar Saram
Hi all I have a weird issue i really dont know how to debug. i have managed to get org-capture working very well to my needs. only issue is when I launch org-capture (C-c c) and choose a capture template it takes around 10-20 seconds to load the capture-template. it happens with any capture temple

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-15 Thread Martin Beck
Bastien gnu.org> writes: > > (load "org") > > Replace this with (require 'org) > > And make sure (1) you have been running ~$ make (or ~$ make autoloads) > in your Org directory. Hi Bastien, thanks a lot, I'll also change this, however the 2 real sources of the problem seemed to be the foll

Re: [O] FW: How to load .el file during startup and execute its commands (Win7/org8)

2014-03-15 Thread Martin Beck
Jambunathan K gmail.com> writes: > > M web.de> writes: > > > have to load my settings file manually (open, eval-buffer, close) at > > each startup... > > By hand, do > >M-x load-file RET path-to-file RET > > Now after you have done this, do > > M-x list-command-history RET > For my

[O] org-cook

2014-03-15 Thread Xebar Saram
Dear Eric and org users i am a new(ish) org user and an avid cooker. i have started using orgmodeas my recipe notebook and stumbled upon the old org-cook thread. Is there so documentation on this? do you still use it? are there any other ideas/suggestions on using orgmode as a recipe notebook? wha