Ilya Shlyakhter wrote:
> A corrected patch is attached.
>
One more thing that you'll need to do is put your patches in attachments
of a type that will allow patchwork to snag the patch:
application/octet-stream does not. And if they don't end up in
patchwork, they might get lost. See the "Patch
Fixed compiler warnings, including one typo in ob-lilypond
* lisp/ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a
quoting expression.
* lisp/org-pcomplete.el: added missing defvar definitions for org vars
* lisp/org-src.el: added declare-function line for org-babel-tangle
I am trying to set up a website using org-mode and would like to use an
external css stylesheet. I am currently using the #+STYLE: option with the
argument . The
exported html documents seem to be using the default org-mode styling though. I
can't seem to get the exported html documents to reco
Here is a similar patch for org-clock's use of tags/properties matcher.
On Fri, Mar 16, 2012 at 12:31 AM, Ilya Shlyakhter wrote:
> ,
> | If your function needs to retrieve the tags including inherited tags
> | at the *current* entry,
>
> 'Function' here refers to the FUNC parameter of org-map
,
| If your function needs to retrieve the tags including inherited tags
| at the *current* entry,
'Function' here refers to the FUNC parameter of org-map-entries, not the
MATCHER parameter.
The matcher is constructed by org-make-tags-matcher, so we know everything
it does --
it does not move
Ilya Shlyakhter wrote:
> The attached patch speeds up tags matching ( 50s --> 5s for my most
> common search ), by turning on org-trust-scanner-tags within the
> matcher.
>
> (When it's off, getting a non-inherited property's value causes a call
> to org-entry-properties to fetch all properties
The patch I just sent should be named org-colview.el.diff instead of
org-inlinetasks.el.diff
Myles
>> On Tue, 13 Mar 2012 12:00:07 +, Myles English said:
> 1. start with emacs -q
> 2. find file test-sums.org (attached)
> 3. adjust paths in the source block at the top of the file and evaluate
>(execute?) it with C-c
> 4. goto the columnview block and C-c
> I would expect a table like t
Hi Debaditya,
On Fri, Mar 16, 2012 at 02:10, Debaditya Mukhopadhyay
wrote:
> Hi Suvayu (Subayu?),
>
:D
Well ideally it should be Shubhayu but alas I'm stuck with the
misspelling, Suvayu.
> Thanks for your answer- I wanted to know that if there is a way to go about
> it in orgmode. Ultimately t
Hi Suvayu (Subayu?),
Thanks for your answer- I wanted to know that if there is a way to go about
it in orgmode. Ultimately took your advice and used the in the column.
best.
In all bongness.
Debaditya
On Wed, Mar 14, 2012 at 10:13 PM, suvayu ali wrote:
> Hi Debaditya,
>
> On Thu, Mar 15, 2012
The attached patch speeds up tags matching ( 50s --> 5s for my most common
search ),
by turning on org-trust-scanner-tags within the matcher.
(When it's off, getting a non-inherited property's value causes a call to
org-entry-properties
to fetch all properties into a cache, including ALLTAGS; fetc
Hi!
> I tried it and I get "Heading not found on level 1: Emails"
Sorry, I forgot to say that you need to make a heading in your
org-default-notes-file (whatever that is) called "Emails":
* Tasks
* Done
* Emails
The emails will be filed under there, like this:
:* Emails
:** Email <
Amazing.
I tried it and I get "Heading not found on level 1: Emails"
I must missing a step?
On Thu, Mar 15, 2012 at 5:22 PM, Jos'h Fuller <
Jos'h.ful...@arcproductions.com> wrote:
>
> Hi!
>
> Assuming I've got everything set up correctly and this email makes it
> to the list, this is in respon
Hi Stephen,
"Stephen J. Barr" writes:
> Hello,
>
> I am working on blogging using org2blog, allowing me to update my
> wordpress blog with org-mode. All is working well except latex. I was
> expecting latex images but instead just get things like:
>
> $latex z * k^\theta$
>
I don't use org2blo
Hi!
Assuming I've got everything set up correctly and this email makes it
to the list, this is in response to Alan E. Davis' question about
sending an email from Emacs and saving a copy in org-mode.
I make the assumption here that your Emacs is set up to properly send
emails using the ~mail~ com
Thanks for the help. I just checked the variables and
org2blog/wp-use-wp-latex was set, but the wp-latex plugin was not
installed :) All is working now, although it is definitely a little
grainy. But, it'll certainly lead to an awesome series of blog posts
nonetheless. Puneeth, thank you so much fo
I was moving my budget into Org, and while trying to make it work via
column view and properties I ran into two major impediments.
First, properties can't be calculated from one another ala spreadsheet
or elisp (ie: Property C = Property A + Property B). Thus I had to add
conversion to a dynamic b
Hi Russell,
Russell Adams wrote:
> I've had to fight in the past to set placement on every graphic I
> include in a Latex document to insert *RIGHT HERE* instead of floating
> to the end of the section.
>
> I just encountered this issue on source listings (listing /
> lstlisting), and can't seem t
Hi,
I try to use a function proposed with org-protocol as explained in this link.
http://orgmode.org/worg/org-contrib/org-protocol.html#sec-2
I would like to launch a pdf file in Acrobat Reader and to use org-store-
link.js to capture the full path of the document in an org file.I try to use
wh
Russell Adams wrote:
> Folks,
>
> I've had to fight in the past to set placement on every graphic I
> include in a Latex document to insert *RIGHT HERE* instead of floating
> to the end of the section.
>
> I just encountered this issue on source listings (listing /
> lstlisting), and can't seem
* Fully agree with nick--especially about the "please be more specific
about the MUA"-part--mh-e is another possibility--written by another
person I used to work with (mh)--vm was written by Kyle Jones--yet
another person I used to work with...
** Come to think of it; I used to use RMAIL too in EM
Alan E. Davis wrote:
> I am partial to just opening a mail buffer and writing email in
> Emacs. Just that. However, it would be great to save a copy in an
> org file.
>
Are you using an emacs package to send email? Or are you just composing
your email in emacs, saving it as a file and sending
On Thu, Mar 15, 2012 at 10:21 PM, Nick Dokos wrote:
> Stephen J. Barr wrote:
>
>> Hello,
>>
>> I am working on blogging using org2blog, allowing me to update my
>> wordpress blog with org-mode. All is working well except latex. I was
>> expecting latex images but instead just get things like:
>>
On Wed, Feb 1, 2012 at 10:21 AM, Eric Schulte wrote:
> I've just added tested and documented such a "strip-export" argument to
> :noweb. Please let me know if it doesn't work as you expected.
I just wanted to let you know I finally tried this out and it works
beautifully. Thank you!
--
Avdi Gr
brian powell wrote:
> * Thanks, Nick--I have been pursuing that idea--maybe just extract the
> regexp, sed/grep etc.
>
> ** But I was just thinking maybe there is a simple way to capture the pop up
> "LINK:
> file:foo.txt balloon" as you put it--into a file or fifo.
>
> *** Then all sorts of
* This would probably be a better "main hook" to use if you
elaborate/implement my suggestion:
vm-visit-folder-hook
List of hook functions called just after VM visits a folder. It doesn't
matter if the folder buffer already exists, this hook is run each time vm
or vm-visit-folder is called interac
* Josh's answer seems great.
** I used to use VM in EMACS, worked great, highly recommend it--you could
then use EMACS hooks like:
"vm-mail-hook
List of hook functions to be run after a Mail mode composition buffer has
been created to send a non specialized message, i.e. a message that is not
a r
I thought of this too. But the problem is that when opening an indirect
buffer under an org tree entry, or even opening a capture buffer, the org
star heading appears at the top of the buffer. Whereas to send e-mail, at
least using the mail-send command I've been using, the e-mail header
(recipient
Folks,
I've had to fight in the past to set placement on every graphic I
include in a Latex document to insert *RIGHT HERE* instead of floating
to the end of the section.
I just encountered this issue on source listings (listing /
lstlisting), and can't seem to get the placement to stick.
Does a
* Thanks, Nick--I have been pursuing that idea--maybe just extract the
regexp, sed/grep etc.
** But I was just thinking maybe there is a simple way to capture the pop
up "LINK: file:foo.txt balloon" as you put it--into a file or fifo.
*** Then all sorts of things could be done with it--I'm thinki
Hi!
You could try doing something with org-capture and the org-capture-templates so
that you would be creating your email from the start as an org tree entry under
the appropriate location. You can override the org-capture-before-finalize hook
(see org-capture.el) to send the mail when you're
I am partial to just opening a mail buffer and writing email in Emacs.
Just that. However, it would be great to save a copy in an org file.
An emacs FAQ suggests sending a BCC or FCC to oneself. What I want is a
copy stored in an org-mode subtree, with a convenient headline indicating
the name o
brian powell wrote:
> * I know that this will toggle the mouse-highlight "messages that pop-up"
> when you move a mouse over
> a "LINK: " in OrgMode:
>
> (setq mouse-highlight (not mouse-highlight))
>
> ** Now, is there a simple way to send the "messages that pop-up" to a file?
>
They are al
Stephen J. Barr wrote:
> Hello,
>
> I am working on blogging using org2blog, allowing me to update my
> wordpress blog with org-mode. All is working well except latex. I was
> expecting latex images but instead just get things like:
>
> $latex z * k^\theta$
>
Not sure what that latex is doing
* I know that this will toggle the mouse-highlight "messages that pop-up"
when you move a mouse over a "LINK: " in OrgMode:
(setq mouse-highlight (not mouse-highlight))
** Now, is there a simple way to send the "messages that pop-up" to a file?
*** Maybe to a FIFO?
Nick Dokos writes:
> Sebastien Vauban wrote:
>
>> Hi Nick and Eric,
>>
>> Nick Dokos wrote:
>> > Eric Schulte wrote:
>> >>
>> >> Did you press C-c C-c on each property line after it was written?
>> >
>> > Just to clarify: do I really have to C-c C-c on each line? If I add a
>> > bunch of them
Sebastien Vauban wrote:
> Hi Nick and Eric,
>
> Nick Dokos wrote:
> > Eric Schulte wrote:
> >>
> >> Did you press C-c C-c on each property line after it was written?
> >
> > Just to clarify: do I really have to C-c C-c on each line? If I add a
> > bunch of them and then do C-c C-c on one of the
Hello,
I am working on blogging using org2blog, allowing me to update my
wordpress blog with org-mode. All is working well except latex. I was
expecting latex images but instead just get things like:
$latex z * k^\theta$
The header to my blogpost.org file has
#+DESCRIPTION:
#+KEYWORDS:
#+LANGUA
Hi Nick and Eric,
Nick Dokos wrote:
> Eric Schulte wrote:
>>
>> Did you press C-c C-c on each property line after it was written?
>
> Just to clarify: do I really have to C-c C-c on each line? If I add a
> bunch of them and then do C-c C-c on one of them, shouldn't that be
> enough to refresh the
Hi Jacek,
Jacek Generowicz wrote:
> When giving, talks, presentations, lectures, tutorials, etc. I would
> like to have sparse slides, whose main purpose is to establish an
> order for the talk (remind me what to say next), and to highlight the
> key messages. They need to be easily legible from t
Nick Dokos wrote:
> Vladimir Lomov wrote:
>
> > Hello,
> > according to org mode documentation it is possible to include SVG images
> > while exporting to Docbook, but is it possible to use them in html
> > export too?
> >
> > Small example:
> >
> > #+TITLE: Export to HTML with SVG image
> >
Vladimir Lomov wrote:
> Hello,
> according to org mode documentation it is possible to include SVG images
> while exporting to Docbook, but is it possible to use them in html
> export too?
>
> Small example:
>
> #+TITLE: Export to HTML with SVG image
> #+AUTHOR: Vladimir Lomov
>
> * SVG image
On 15 mars 2012, at 15:11, Jacek Generowicz wrote:
> Anything belonging to the "handout" class, will *not* be displayed on
> the slides, everything else will appear on the slides.
Could you play with export tags?
http://orgmode.org/manual/Selective-export.html#Selective-export
Then setting the ~
At Thu, 15 Mar 2012 08:26:13 -0500,
John Hendy wrote:
>
> On Thu, Mar 15, 2012 at 3:49 AM, Jacek Generowicz
> wrote:
> > At Thu, 15 Mar 2012 09:14:00 +0100,
> > Alan Schmitt wrote:
> >>
> >> Hello,
> >>
> >> I'm finishing a presentation with org-mode which is exported as
> >> beamer slides. I wou
Hi Abhiram,
thanks for your email -- great to know that Org/GSOC is
attracting more students.
The Picolisp/org-mode project is already taken by another
student, Thorsten, who convinced me to go for GSOC this year.
I'm sure Thorsten will welcome your contributions and reply
any question you migh
On 15 mars 2012, at 14:26, John Hendy wrote:
> So are you just looking for something to automate this? It seems that
> the generation of the beamer slides themselves are the hard part and,
> as you say, it would be pretty easy to tweak the resultant .tex file
> to give you handouts. Would that wor
On Thu, Mar 15, 2012 at 4:15 AM, Andreas Leha
wrote:
> Hi all,
>
> below you find a small patch that allows to use sidewaystable during
> latex export, i.e. this file should export as expected:
>
> ,[ test.org ]
> | * Test sidewaystable
> |
> | #+CAPTION: A sideways table
> | #+ATTR_LaTeX:
Hello Orgmode,
I am Abhiram. I introduced myself in the mailing
list earlier. I have gone through the ideas list of org-mode for GSOC 2012.
The idea that i liked was to implement real web programming with org mode
and Pico lisp. The idea is to turn the current web program
On Thu, Mar 15, 2012 at 3:49 AM, Jacek Generowicz
wrote:
> At Thu, 15 Mar 2012 09:14:00 +0100,
> Alan Schmitt wrote:
>>
>> Hello,
>>
>> I'm finishing a presentation with org-mode which is exported as
>> beamer slides. I would like to also export it as a handouts, which
>> basically means changing
Abhiram Ampabathina writes:
Hello Abhiram,
> I am Abhiram studying 3rd year
> B.Tech in GRIET at India. I am enthusiastic towards GSOC 2012 as it
> brings the gap down , between students and developers mainly. I would
> like to participate with org-mode . I would like to here from the
> respect
Hello,
according to org mode documentation it is possible to include SVG images
while exporting to Docbook, but is it possible to use them in html
export too?
Small example:
#+TITLE: Export to HTML with SVG image
#+AUTHOR: Vladimir Lomov
* SVG image in HTML document
#+name: gnuplot-img1
#+begin
Hello org-mode,
I am Abhiram studying 3rd year B.Tech in
GRIET at India. I am enthusiastic towards GSOC 2012 as it brings the gap
down , between students and developers mainly. I would like to participate
with org-mode . I would like to here from the respected me
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
When giving the header argument :title: the graph is not produced in a file:
* This works
Display boxplot of spread of Mff over time for each release strategy
:PROPERTIES:
:results: graphics
:file: SpreadOverTime.pdf
:width: 4
:height: 8
Tassilo Horn writes:
> Nick Dokos writes:
>
> Hi Nick,
>
>>> 2. Timezone: I live in Germany and thus all my timestamps are CEST. The
>>>exported ics file properly declare X-WR-TIMEZONE:CEST. However,
>>>since we also have DST, in summer all appointments show up 2 hours
>>>late, and
Hi Jambunathan,
On Thu, Mar 15, 2012 at 08:50, Christian Moe wrote:
> On 3/15/12 5:49 AM, Jambunathan K wrote:
>>
>> If you would like to bring specific issue to my attention, mail me
>> directly. I am signing off from the list and I will not be keeping track
>> of the issues - specifically org-o
On Thu, Mar 15, 2012 at 11:01, Nick Bell wrote:
>> I would suggest you either include the icicles author (Drew Adams) in
>> the CC: or add the Emacs general mailing list
>> .
>>
> Thanks Suvayu, in the end I just switched back to Ido-mode which feels less
> crazily complicated anyway.
Okay, my su
On 15/03/12 09:58, suvayu ali wrote:
Hi Nick,
On Wed, Mar 14, 2012 at 20:12, Nick Bell wrote:
Does anyone else use Icicles and Org-mode, and if so have they found a way
around this?
I would suggest you either include the icicles author (Drew Adams) in
the CC: or add the Emacs general mailing
Hi Nick,
On Wed, Mar 14, 2012 at 20:12, Nick Bell wrote:
> Does anyone else use Icicles and Org-mode, and if so have they found a way
> around this?
I would suggest you either include the icicles author (Drew Adams) in
the CC: or add the Emacs general mailing list
.
--
Suvayu
Open source is t
Hi all,
below you find a small patch that allows to use sidewaystable during
latex export, i.e. this file should export as expected:
,[ test.org ]
| * Test sidewaystable
|
| #+CAPTION: A sideways table
| #+ATTR_LaTeX: sidewaystable
| | The | header |
| |-+|
| |
At Thu, 15 Mar 2012 09:14:00 +0100,
Alan Schmitt wrote:
>
> Hello,
>
> I'm finishing a presentation with org-mode which is exported as
> beamer slides. I would like to also export it as a handouts, which
> basically means changing a couple lines in the preamble.
On a related note, I'm looking to
At Thu, 15 Mar 2012 07:25:47 +0100,
Viktor Rosenfeld wrote:
>
> Hi Jos'h,
>
> have you looked at the :session header argument? I use it to define
> environment variables in bash that are used in later code blocks.
>
> Something like this:
>
> #+BEGIN_SRC sh :session foo
> export W="world."
> #+
Hello,
I'm finishing a presentation with org-mode which is exported as beamer slides.
I would like to also export it as a handouts, which basically means changing a
couple lines in the preamble. Is there a way to do it from the org-mode file,
or do I need to edit the generated LaTeX manually?
On 3/15/12 5:49 AM, Jambunathan K wrote:
If you would like to bring specific issue to my attention, mail me
directly. I am signing off from the list and I will not be keeping track
of the issues - specifically org-odt/ELPA ones - posted in this list.
Not for good, I hope?
Thanks again for the
63 matches
Mail list logo