>> On Fri, Oct 11, 2013 at 9:55 PM, Mike McLean wrote:
>>
>> > On Oct 10, 2013, at 9:51 PM, Manish wrote:
>> >
>> > i am trying to use %(org-mac-outlook-message-insert-selected)
>> > in a capture template to create a todo entry from an email
>> > selected in outlook on mac o
John Kitchin andrew.cmu.edu> writes:
>
>
>
> I have a related kind of problem. When preparing notes
> for a class, I may end up with 70 code blocks in an org file, many of
> which create graphics. I am always worried about accidentally using the
> same filename and overwriting a graphic fro
On Oct 10, 2013, at 9:51 PM, Manish wrote:
> i am trying to use %(org-mac-outlook-message-insert-selected) in a
> capture template to create a todo entry from an email selected in
> outlook on mac os x. i was expecting that the function will get
> executed when the template is called and enter
> > \[\begin{array}{c}
> > \begin{array}{|c|c|c|}
> > \hline
> > \delta_{1} & 0 & 1 \\
> > \hline
> > p & \{p, q\} & \{q\} \\
> > \hline
> > q & \{r\} & \{q, r\} \\
> > \hline
> > r & \{s\} & \{p\} \\
> > \hline
> > s & \{s\} & \{p\} \\
> > \hline
> >
On 10/11/13, Martin Beck wrote:
> I'm often having the problem that I want to quickly attach an information
> to
> an item I've created or I've been working on during the last days and then
> have to invoke a keyword search.
>
> How could I create an agenda with a list of headlines which have any
I have a related kind of problem. When preparing notes for a class, I may
end up with 70 code blocks in an org file, many of which create graphics. I
am always worried about accidentally using the same filename and
overwriting a graphic from an earlier block. A unique, but reproducible
filename wou
Hi all,
I am using org-notmuch to store links to individual messages, and recently
this has broken. As far as I can see, it is due to the last 10 lines in
org.el's org-store-link: It looks to me like the "if" clause misses a progn:
the "true" clause is too short and does not store the link (both
I collaborate with different people on the same orgfile which contains many
source blocks that generate graphics by e.g. :results graphics abc.pdf
It can happen that I or someone else accidentally create another
independent source block that overwrites my abc.pdf which is of course very
bad.
I wo
Karl Voit writes:
> As a programmer, I do understand your objection. However, I tend to
> have following structure:
>
> * Events
> ** LUGG meetings :LUGG:common:tags:
>
>- common information about this event
>
> *** <...> single occurrence
> ***
Hello,
Thorsten Jolitz writes:
> with tmp.org
>
> #+begin_src org
> * A
> DEADLINE: <2013-10-11 Fr 06:33 +1m -3d>
>
> txt A
>
> * B
> DEADLINE: <2013-10-11 Fr 22:00 +1m>
>
> txt B
> #+end_src
>
> calling `org-element-parse-buffer' results in the following parse-tree
[...]
> It looks as if
Martin Beck writes:
> Hi,
>
> I'm often having the problem that I want to quickly attach an information to
> an item I've created or I've been working on during the last days and then
> have to invoke a keyword search.
>
> How could I create an agenda with a list of headlines which have any
> tim
Hello,
Fabrice Popineau writes:
> \[\begin{array}{c}
> \begin{array}{|c|c|c|}
> \hline
> \delta_{1} & 0 & 1 \\
> \hline
> p & \{p, q\} & \{q\} \\
> \hline
> q & \{r\} & \{q, r\} \\
> \hline
> r & \{s\} & \{p\} \\
> \hline
> s & \{s\} & \{p\} \\
> \h
Hello,
Is there a way to display images for links whose description is an
image? If I have a link of the form:
--8<---cut here---start->8---
[[http://www.google.com/][file:images/Google_Logo.png]]
--8<---cut here---end--->8--
Hello again,
alan.schm...@polytechnique.org writes:
> Hello,
>
> I'm trying to display a bunch of images side by side, as if they were
> text (and would reflow when the window is too small).
I found a way to do it using CSS. Here is the org file that is exported
to html (note that I no longer ha
Hello,
I'm trying to display a bunch of images side by side, as if they were
text (and would reflow when the window is too small). Following this
advice
http://stackoverflow.com/questions/12923124/tables-in-a-row-or-table-and-image-in-a-row-in-org-mode
I tried this (translated to the new exporter)
Nicolas Richard writes:
> Hello Michael,
Hi Nicolas,
> While trying your package, I noticed that C-h m would not work because
> of a misplaced docstring. Here's the patch (but I'm not sure I have the
> latest version, sorry if this is already fixed).
Thanks. I've submitted a similar patch so
On Fri, Oct 11, 2013 at 01:55:56PM +0200, Nicolas Richard wrote:
>
> Also, I heard recently on #org-mode about bugpile, which is an old (last
> updated more than a year ago) of Thorsten Jolitz and Eric Schulte. The
> doc says:
> ,
> | The Bugpile project has two goals:
> |
> | Develop a
Nicolas Richard writes:
> Also, I heard recently on #org-mode about bugpile, which is an old (last
> updated more than a year ago) of Thorsten Jolitz and Eric Schulte. The
> doc says:
This wasn't implemented, unfortunately, but stay tuned ... its somehow
still in the pipeline.
--
cheers,
Thors
Michael Albinus writes:
> Michael Albinus writes:
>
> Hi,
>
>> If the org-mode maintainers find this package useful, it could be added
>> to the contrib directory.
>
> Still no response from the maintainers. Before I continue to invest into
> this package, I would like to know whether it is a
Hello,
** Eric S Fraga [2013-10-11 08:45:09 +0100]:
> Vladimir Lomov writes:
>> Hello,
>> please consider this sample Org document (ex-call.org):
> [...]
>> Recently I faced with a strange message in minibuffer:
>> #+BEGIN_EXAMPLE
>> Marker points into wrong buffer: #
>> #+END_EXAMPLE
>> when
Hi List,
with tmp.org
#+begin_src org
* A
DEADLINE: <2013-10-11 Fr 06:33 +1m -3d>
txt A
* B
DEADLINE: <2013-10-11 Fr 22:00 +1m>
txt B
#+end_src
calling `org-element-parse-buffer' results in the following parse-tree
#+begin_src emacs-lisp
(org-data nil (headline (:raw-value "A" :begin
Hi Michael,
On Fri, Oct 11, 2013 at 10:03:34AM +0200, Michael Albinus wrote:
>
>
> Michael Albinus writes:
>
> Hi,
>
> > If the org-mode maintainers find this package useful, it could be added
> > to the contrib directory.
>
> Still no response from the maintainers. Before I continue to inve
Vladimir Lomov writes:
> Hello,
> please consider this sample Org document (ex-call.org):
[...]
> Recently I faced with a strange message in minibuffer:
> #+BEGIN_EXAMPLE
> Marker points into wrong buffer: #
> #+END_EXAMPLE
> when exporting the Org document into HTML.
[...]
I think this might
Hi,
The status of when warious LaTeX related markers are escaped or not has
moved over time, but the situation reached is still not very clear.
If I do the following test with yesterday's git org-mode :
#+LaTeX_CLASS: article
#+OPTIONS: H:2 <:nil toc:nil
* Test
[2013-10-11 ven. 10:45]
** Subsect
Hello,
** Sebastien Vauban [2013-10-11 09:32:12 +0200]:
> Hello Vladimir,
[...]
> I confirm the problem on my Windows environment:
> - GNU Emacs 24.3.50.1 (i686-pc-mingw32) of 2013-09-30 on LEG570
> - Org-mode version 8.1.1 (release_8.1.1-13-ga1f9a1)
> ... and I don't see any problem with your
Hi Eric,
still trying to figure out whats wrong with my set-up. Did you had time to
look intio it.
It seems somehow elnode does not play well anymore with the current version
of ehtml.
Or something like this.
I can access elnodes standard services and I can create new services like
described in th
Hi,
This is not a definitive patch. It's just a first step in getting a better one.
The issue is the fact that, when exporting to PDF, in some cases, Org tells
that the export has been done successfully while the PDF file has not been
produced!
As an example, if you open the target PDF file with
Michael Albinus writes:
Hi,
> If the org-mode maintainers find this package useful, it could be added
> to the contrib directory.
Still no response from the maintainers. Before I continue to invest into
this package, I would like to know whether it is a suitable
approach. Otherwise, I could s
Hi François,
On Thu, Oct 10, 2013 at 09:14:57PM -0400, François Pinard wrote:
> Suvayu Ali writes:
>
> > No matter what I search for, I get 0 results! My org-directory points
> > to the correct location: ~/org. Not sure what is wrong.
>
> Annoying! I just tried resetting org-grep-directories
Hello Vladimir,
Vladimir Lomov wrote:
> please consider this sample Org document (ex-call.org):
>
> #+TITLE: Example with CALL directive
> #+AUTHOR: Vladimir Lomov
> #+OPTIONS: num:nil
>
> * This is first section
>
> Recently I faced with a strange message in minibuffer:
> #+BEGIN_EXAMPLE
> Marker
Hello,
** Vladimir Lomov [2013-10-10 16:15:27 +0900]:
> Hello,
> topic title states my problem completely, some details:
> - I use emacs compiled from bzr trunk (revno 114606) on my system:
> Archlinux x86_64 with gcc 4.8.1 and make 4.0;
> - org-mode: 8.2.1-86-gbe3dad.
> This is excert from mak
Hi,
I'm often having the problem that I want to quickly attach an information to
an item I've created or I've been working on during the last days and then
have to invoke a keyword search.
How could I create an agenda with a list of headlines which have any
timestamp in the last 7 days (as they w
32 matches
Mail list logo