org.el (org-insert-link): removed a list within the list of link
creation that was causing a bug when using ido. Removed the hard coded
iswitch and ido switches. Changed the order of prefixes so http came
up first.
(org-iread-file-name): created a function that can use
ido-read-file-name if flag
On 11 Oct 2012, at 23:23, Nicolas Goaziou wrote:
> Thanks for submitting a patch. Here are a few comments.
Hi Nicolas, thanks for taking the time to go through the code. I will resubmit
the patch in a separate mail (I didn't know whether I could respond to your
suggestions and submit a new
Hi Sam,
On 12 Oct 2012, at 07:17, Samuel Wales wrote:
> Slighly different from this, I wonder if anybody has anything similar:
>
> I have blog entries with a :Live-URL: property. What I'd like is to
> use ido to complete on the header that contains that property, and
> create a link with the v
Hello,
Robert Klein writes:
> I did some more tests and it seems the issue happens when Emacs is just
> started and nothing (much) done in it.
>
> Test description below.
Thank you for the thorough testing. I was able to reproduce the bug and
you're right: setting default-directory is the only
Slighly different from this, I wonder if anybody has anything similar:
I have blog entries with a :Live-URL: property. What I'd like is to
use ido to complete on the header that contains that property, and
create a link with the value of that property as the URL and the
header offered as default
Hello,
"Sebastien Vauban"
writes:
> I've been hit by trying to export with `C-c E p' [1] to PDF, but had troubles
> doing so. In fact, I had to do `C-c l p' -- though the new dispatcher is much
> more clear and _easy_ to use, I thought there was a problem.
>
> Why? Because there was no beep to
Nicolas Goaziou writes:
> By the way shouldn't testing/ and testing/lisp/ directories be allowed
> to contain features? At the moment reloading with feature `org-test'
> present returns errors like:
It's a warning, not an error. It's there so that you aren't missing
when a file is not loaded from
Hello,
Achim Gratz writes:
> Suvayu Ali writes:
>> I thought I skimmed through it, but I apparently missed them! Anyway
>> they do return "t" but it is obvious from the message below that
>> org-reload does not like that these libraries are not in the usual org
>> directories (they are not part
On Thu, Oct 11, 2012 at 09:06:42PM +0200, Achim Gratz wrote:
> Suvayu Ali writes:
> > I thought I skimmed through it, but I apparently missed them! Anyway
> > they do return "t" but it is obvious from the message below that
> > org-reload does not like that these libraries are not in the usual org
Suvayu Ali writes:
> I thought I skimmed through it, but I apparently missed them! Anyway
> they do return "t" but it is obvious from the message below that
> org-reload does not like that these libraries are not in the usual org
> directories (they are not part of contrib).
They are not part of
Hi Achim,
On Thu, Oct 11, 2012 at 08:17:57PM +0200, Achim Gratz wrote:
> Suvayu Ali writes:
> > Here are my messages:
> >
> > Some error occured while reloading Org features
> > (org-occur-goto org-search-goto)
> > Please check *Messages*!
> > Org-mode version 7.9.2 (release_7.9.2-434-gc23
Suvayu Ali writes:
> I have a couple of third party org libraries that are causing this
> problem for me. I couldn't follow the discussion properly, could you
> please elaborate how I might fix these libraries so that org-reload
> works properly?
Whatever your problem is, it's clearly different f
Hello,
Suvayu Ali writes:
>> That's why (add-to-list 'org-e-latex-classes "beamer" ...) doesn't make
>> much sense anyway (as suggested in another post).
>>
> I believe you are refering to my minimal setup.
No, I was referring to Sébastien Vauban's previous post, in which he
suggested to add a
James Harkins writes:
> But I'm running into the limitation that plain lists can't be sorted
> *by their checklist status*. You can sort alphabetically, numerically
> or by time or function.
Hi, Org people.
Just quickly perusing this list, this message reminds me of an old
annoyance in Org sor
Hi Nicolas,
On Thu, Oct 11, 2012 at 03:21:06PM +0200, Nicolas Goaziou wrote:
>
>
> Hello,
>
> "Sebastien Vauban"
> writes:
>
> > When I try to export the following ECM:
> >
> > #+LaTeX_CLASS: beamer
> > #+LaTeX_CLASS_OPTIONS: [presentation]
>
> [...]
>
> > Notable differences:
> >
> > - No
Hello,
"Sebastien Vauban"
writes:
> When I try to export the following ECM:
>
> #+LaTeX_CLASS: beamer
> #+LaTeX_CLASS_OPTIONS: [presentation]
[...]
> Notable differences:
>
> - No frames are created!?
> - (detail) PDFCreator is not set to Org-mode blah-blah (wished like that?)
>
> Am I missi
Hello Sebastien,
Unless you found a bug in org-export-dispatch, I think its `C-c E l p' (since
you have C-c E for org-export-dispatch). Watch the highlighted characters as
you press `l'. The difference is you need to press two keys instead of one as
in old one in the dispatcher window.
Actuall
Hello,
I'm trying to create a function that will tell org-capture
dynamically where to put the captured item.
I have it almost working -- where I'm getting hung up on is
with basic Emacs lisp. I want to basically implement this
pseudo code:
IF I have defined a variable called njn/current-q-file
On Thu, Oct 11, 2012 at 6:52 PM, Subhasis Ray wrote:
> Concatenating all the files into one sort-of works but when I replaced
> biblatex' \printbibliography[heading=none] at the end of each file with
> \newrefsection[biliographyfile] in the combined file, the reference
> sections become empty.
>
Hi Memnon,
* Memnon Anon [11. Oct. 2012]:
>> today (2012-10-11) I yanked "Kommt am 13.10. um 14:00 zum" into
>> the date/time prompt: the date is recognised as "<2010-10-13 Mi
>> 14:00>" instead of <2012-10-13 Sa 14:00> as I would expect since
>> I have the following customisations (excerpt):
>
>
On Thu, Oct 11, 2012 at 7:20 PM, Suvayu Ali wrote:
> Hi Subhasis,
>
> Just a small remark:
>
> On Thu, Oct 11, 2012 at 06:52:56PM +0530, Subhasis Ray wrote:
> > Hi,
> > I am trying to write my thesis using org-mode and followed this thread:
> > http://lists.gnu.org/archive/html/emacs-orgmode/2007
Hello Suvayu,
Suvayu Ali wrote:
> On Thu, Oct 11, 2012 at 03:04:42PM +0200, Sebastien Vauban wrote:
>> When I try to export the following ECM:
>>
>> --8<---cut here---start->8---
>> #+LaTeX_CLASS: beamer
>> #+LaTeX_CLASS_OPTIONS: [presentation]
>> #+BEAMER_THEM
Hello,
I'd like to create a keyboard shortcut to set a TODO
state to "done" and ignore any dependencies/blocking (like todo items
in subheadings, or checkboxes).
>From the documentation for (org-todo) I see that I need to specify
the argument prefix of C-u C-u C-u
I have other keyboard shortcuts
Hi Gregor,
> today (2012-10-11) I yanked "Kommt am 13.10. um 14:00 zum" into
> the date/time prompt: the date is recognised as "<2010-10-13 Mi
> 14:00>" instead of <2012-10-13 Sa 14:00> as I would expect since
> I have the following customisations (excerpt):
I just tried, it seems to work just fi
Hi Subhasis,
Just a small remark:
On Thu, Oct 11, 2012 at 06:52:56PM +0530, Subhasis Ray wrote:
> Hi,
> I am trying to write my thesis using org-mode and followed this thread:
> http://lists.gnu.org/archive/html/emacs-orgmode/2007-12/msg00034.html.
> But instead of putting everything in one file
Hello Seb,
On Thu, Oct 11, 2012 at 03:04:42PM +0200, Sebastien Vauban wrote:
> Hi Nicolas,
>
> When I try to export the following ECM:
>
> --8<---cut here---start->8---
> #+LaTeX_CLASS: beamer
> #+LaTeX_CLASS_OPTIONS: [presentation]
> #+BEAMER_THEME: default
>
Hi,
I am trying to write my thesis using org-mode and followed this thread:
http://lists.gnu.org/archive/html/emacs-orgmode/2007-12/msg00034.html.
But instead of putting everything in one file, I was creating one file for
each chapter with the assumption that like LaTeX I should be able to
combine
Hi Nicolas,
When I try to export the following ECM:
--8<---cut here---start->8---
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: default
#+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col)
%8BEAMER_opt(Opt)
#
Dear org-moders,
today (2012-10-11) I yanked "Kommt am 13.10. um 14:00 zum" into
the date/time prompt: the date is recognised as "<2010-10-13 Mi
14:00>" instead of <2012-10-13 Sa 14:00> as I would expect since
I have the following customisations (excerpt):
(custom-set-variables
;[...]
'(calendar
Hello,
Pascal Wittmann writes:
> I noticed that its possible to enter a name containing blanks when
> calling orgtbl-insert-radio-table. I don't think that this is intended,
> because blanks are used as separators in the "#+ORGTBL" line.
>
> Entering a the name "first table" will result in the f
Nicolas,
Wouldn't you make the following a default in the new exporter?
#+begin_src emacs-lisp
(add-to-list 'org-e-latex-classes
'("beamer"
"\\documentclass[presentation]{beamer}
\[DEFAULT-PACKAGES]
\[PACKAGES]
\[EXTRA]"
(
Hello Nicolas,
I want to (really) start using the new exporter as of now. I think it's high
time for me to benefit from it...
Here some first comments and questions.
I've been hit by trying to export with `C-c E p' [1] to PDF, but had troubles
doing so. In fact, I had to do `C-c l p' -- though t
Hello,
tony day writes:
Thanks for submitting a patch. Here are a few comments.
> From a8f301277e15bc786fa63bbcce3ba1afb85c46aa Mon Sep 17 00:00:00 2001
> From: Tony Day
> Date: Mon, 10 Sep 2012 13:54:38 +1000
> Subject: [PATCH 41/41] org-insert-link: allow ido usage when inserting
> links
> *
Dear all,
I'm trying to set up the remembrance agent, but I'm not able to get the
binaries to work. I'm on OS X Mountain Lion, and the binaries from
http://www.remem.org/ tell me "bad CPU type". I tried building it from
source, but I'm getting an error about strnlen.
If someone knows how to build
Just an update to say I have managed to do one of the things I was
asking for help with. As with most things, it was easier than I
thought.
Myles English writes:
> Hi orgees,
>
> In March I had a go at making a "Remaining work/progress report"[1].
> Having make some progress, I am looking for:
Hi Achim,
On Wed, Oct 10, 2012 at 06:05:59PM +0200, Achim Gratz wrote:
> Achim Gratz writes:
> > What is not working is re-loading of org-export-latex. How it manages to
> > drop
> > the name and make nil out of this I don't know (yet).
>
> Some files in Org provide more than one feature and at
On Wed, Oct 10, 2012 at 09:15:52PM -1000, Thomas S. Dye wrote:
> You might want to check the .tex file to see if the label is there.
> Also, compiling with LaTeX yields a detailed log, which will tell you
> the line number of errors and warnings. You could look there to pinpoint
> the error(s).
I
Hello Nicolas,
François Pinard wrote:
> Nicolas Goaziou writes:
>
>> Therefore, I don't see any reason to keep maintaining the #+SETUP_FILE
>> keyword. I'd rather remove it and suggest to use #+INCLUDE: keyword
>> instead. Any objection?
>
> None really. I use both and distinguish them in some
You might want to check the .tex file to see if the label is there.
Also, compiling with LaTeX yields a detailed log, which will tell you
the line number of errors and warnings. You could look there to pinpoint
the error(s).
Tom
Vikas Rawal writes:
>> Aloha Vikas,
>>
>> Perhaps "table *" -> "t
39 matches
Mail list logo