Re: [O] Clarification on ChangeLog documentation

2014-03-15 Thread Bastien
Hi John, I tried to clarify the org-contribute.org again. Let me know if this addresses the issues you were reporting. Thanks, -- Bastien

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

2014-03-15 Thread Bastien
Hi, you want to set (setq org-pretty-entities-include-sub-superscripts nil) before using `org-cdlatex-mode'. HTH, -- Bastien

Re: [O] Org not preserving Python indent levels on LaTex export due to tabs

2014-03-15 Thread Bastien
Hi, Nicolas Goaziou n.goaz...@gmail.com writes: Indeed. It doesn't appear in the manual. I don't use it. Maybe Someone using it can provide a patch for it. I added one sentence about -i in the manual. Thanks, -- Bastien

[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?

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

2014-03-15 Thread Martin Beck
Jambunathan K kjambunathan at gmail.com writes: M Elwood151 at 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

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

2014-03-15 Thread Martin Beck
Bastien bzg at 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

[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

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

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

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

2014-03-15 Thread Bastien
Hi Xebar, Xebar Saram zelt...@gmail.com 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

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 when i

[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

[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

[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 the

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 ohwoeo...@gmail.com napisał(a): Sure. Not everyone likes paredit (at first:). That's why each locally ^^ https://xkcd.com/541/ (Sorry, could not resist.;)) -- Marcin Borkowski

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 dsmaster...@gmail.com 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

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 mb...@wmi.amu.edu.pl 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).

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

2014-03-15 Thread Marcin Borkowski
Dnia 2014-01-27, o godz. 11:55:25 Bastien b...@gnu.org napisał(a): Hi Marcin, Marcin Borkowski mb...@wmi.amu.edu.pl 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

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

Re: [O] Exporting to multiple files

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-13, o godz. 12:59:42 Bastien b...@gnu.org napisał(a): Hi Marcin, Marcin Borkowski mb...@wmi.amu.edu.pl 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

Re: [O] Exporting to multiple files

2014-03-15 Thread Marcin Borkowski
Dnia 2014-03-13, o godz. 10:38:37 Richard Lawrence richard.lawre...@berkeley.edu napisał(a): Hi Marcin, Marcin Borkowski mb...@wmi.amu.edu.pl 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

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 b...@gnu.org wrote: Hi Adam and Thomas, This is now fixed, thanks! Oh wonderful, thank you so much Bastien!

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 jkitc...@andrew.cmu.edu 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

Re: [O] Exported source code not coloured.

2014-03-15 Thread Sharon Kimble
On Sat, 15 Mar 2014 10:09:29 + Sharon Kimble boudic...@talktalk.net 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

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 mb...@wmi.amu.edu.pl (by way of Marcin Borkowski mb...@wmi.amu.edu.pl) napisał(a): Dnia 2014-03-15, o godz. 07:10:31 John Kitchin jkitc...@andrew.cmu.edu napisał(a): I suggest you look into the acrotex package (http://www.acrotex.net/)

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 mb...@wmi.amu.edu.pl wrote: Dnia 2014-01-22, o godz. 12:55:43 Marcin Borkowski mb...@wmi.amu.edu.pl napisał(a): Hi list, I have the following problem: I want to schedule quite a few short (10 minutes, say) appointments with my students

Re: [O] Exported source code not coloured.

2014-03-15 Thread Rasmus
Sharon Kimble boudic...@talktalk.net writes: On Sat, 15 Mar 2014 10:09:29 + Sharon Kimble boudic...@talktalk.net 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

[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 Sharon Kimble
On Sat, 15 Mar 2014 13:06:46 +0100 Rasmus ras...@gmx.us wrote: Sharon Kimble boudic...@talktalk.net writes: On Sat, 15 Mar 2014 10:09:29 + Sharon Kimble boudic...@talktalk.net 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 Rasmus
Sharon Kimble boudic...@talktalk.net writes: On Sat, 15 Mar 2014 13:06:46 +0100 Rasmus ras...@gmx.us wrote: Sharon Kimble boudic...@talktalk.net writes: On Sat, 15 Mar 2014 10:09:29 + Sharon Kimble boudic...@talktalk.net wrote: I am exporting org-mode files using org2blog, and I

Re: [O] Exported source code not coloured.

2014-03-15 Thread Sharon Kimble
On Sat, 15 Mar 2014 14:08:49 +0100 Rasmus ras...@gmx.us wrote: Sharon Kimble boudic...@talktalk.net writes: On Sat, 15 Mar 2014 13:06:46 +0100 Rasmus ras...@gmx.us wrote: Sharon Kimble boudic...@talktalk.net writes: On Sat, 15 Mar 2014 10:09:29 + Sharon Kimble

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: unknown

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

[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

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

2014-03-15 Thread zwz
Eric Schulte schulte.e...@gmail.com 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

Re: [O] Commit 6aba2424c9b53e05c348ab0e7cf69bd7a49eb144

2014-03-15 Thread Bastien
Suvayu Ali fatkasuvayu+li...@gmail.com 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 Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com 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

[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

[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.

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

Re: [O] Bug in links to org files

2014-03-15 Thread Nicolas Goaziou
Hello, Thomas Holst thomas_ho...@gmx.de 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

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 jw.he...@gmail.com 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

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

2014-03-15 Thread Eli Zaretskii
From: Fabrice Niessen fni-n...@pirilampo.org Cc: 16...@debbugs.gnu.org, emacs-orgmode emacs-orgmode@gnu.org 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

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 Nicolas Goaziou
Hello, Eli Zaretskii e...@gnu.org 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)

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

2014-03-15 Thread Eli Zaretskii
From: Nicolas Goaziou n.goaz...@gmail.com Cc: Fabrice Niessen fni-n...@pirilampo.org, 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

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 there any

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

2014-03-15 Thread Nicolas Goaziou
Eli Zaretskii e...@gnu.org 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: [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

[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

[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 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.

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 convert

[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 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 zelt...@gmail.com wrote: Thanks so much for the tips Erik i will explore the ingredients in table idea as suggested. do you know

Re: [O] Bug in links to org files

2014-03-15 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou n.goaz...@gmail.com wrote: Thomas Holst thomas_ho...@gmx.de 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]]

[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

[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.

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 mb...@wmi.amu.edu.pl 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

[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

[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

[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

[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 id=CUSTOM_ID class=HTML_CONTAINER_CLASS div class=indent-wrapper h2Section title/h2 my text /div /section #+end_src This seems to be

[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

[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

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|

Re: [O] Bad footnotes when including org files

2014-03-15 Thread James Harkins
Xavier Garrido xavier.garrido at 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.

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

2014-03-15 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte schulte.e...@gmail.com 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

[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] Shortcut to file

2014-03-15 Thread Eric Abrahamsen
Chris Henderson henders...@gmail.com 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