Julien Danjou writes:
> You can set any properties anyway. Org-contacts just use some of them.
>
> For example I use LOCATION as a property to store my contacts' home
> addresses, which I usually set using C-c M-L provided by
> org-google-maps[1].
>
> Just say out loud what you'd like to do, I'll
On Tue, Mar 08 2011, Andrea Crotti wrote:
> That's also very nice thanks.
> Well the only thing that I would really love to have is a real working
> synchronization mechanism, and a real address book with all the
> interesting fields for everyone.
Well, do not count on me for that. I use git, it
Kiwon Um writes:
> Today, it doesn't reproduce anymore after git pull. Thanks all.
Thanks for letting us know.
--
Bastien
Julien Danjou writes:
>
> Well, do not count on me for that. I use git, it does the job. :)
Sure I also do ;)
For synchronization I meant between different programs/protocol not
different machines...
When everything will work it won't be too necessary, but at least to
switch to some importers a
On Tue, Mar 8, 2011 at 3:18 PM, Bastien wrote:
> Kiwon Um writes:
>
>> Today, it doesn't reproduce anymore after git pull. Thanks all.
>
> Thanks for letting us know.
>
Just now faced this problem.
make clean
make all
does the trick.
Thanks and Regards
Noorul
Aankhen writes:
> On Tue, Mar 8, 2011 at 02:07, Bernt Hansen wrote:
>> Thanks for the patch. I still see validation errors after applying this
>> patch. I've posted the original test file at
>> http://www.norang.ca/tmp/foo.html and you can click on the validation
>> link at the bottom to see t
Very revealing. However, that post was written in 2005, and the following
statement is found at the tail end:
The good news
The behaviour of custom due to more than one custom-set-... statement will
be changed in Emacs 21.xx. I've been told that
> Multiple calls to custom-set-variables should wo
Alan Davis wrote:
> I would like to request advice, on how can I set up so most of my capture
> templates are loaded from a file (~/org/capture-templates.el in
> my case) and still retain the ability to define new capture templates on the
> fly. I want the best of both worlds:
> - capture-tem
Hi
I want to change the default size of imanges when exporting to LaTeX -
how can I do this?
I know about,
#+ATTR_LaTeX: width=5cm
but as I have a lot of images, it would be much easier to change the
setting for the whole document.
In addition, my images are in a table and I would have no idea
On 07/03/11 18:10, Ian Barton wrote:
If I export body-only in my publishing options and publish a file that
looks like:
#+TITLE: Index for Cycling Pages.
#+STARTUP: showall indent
#+STARTUP: hidestars
#+BEGIN_HTML
---
layout: cycling
title: Cycling.
excerpt: Page about cycling.
---
#+END_HTML
S
Add something like this together with your export headers:
#+BIND: org-export-latex-image-default-option
"width=0.9\\textwidth,height=0.7\\textheight,keepaspectratio"
The general rule for +BIND is to provide LISP variables and values
(See 12.2 Export Options in Org manual).
You may need to cust
Is the abstract section somehow supported in org-mode?
I can easily write
* Abstract
but for example then it goes into the index and it gets numerated if
"num:t" in the #+OPTIONS.
thanks,
Andrea
On Tue, Mar 8, 2011 at 12:59 PM, Juan Pechiar wrote:
> Add something like this together with your export headers:
>
> #+BIND: org-export-latex-image-default-option
> "width=0.9\\textwidth,height=0.7\\textheight,keepaspectratio"
>
> The general rule for +BIND is to provide LISP variables and value
Puneeth Chaganti writes:
> Hi,
>
> Here's a patch that allows choosing or specifying any arbitrary
> function to be used for Bulk actions from agenda view.
>
> From d997a0bb5c399d203059fb5e60db630eab95e003 Mon Sep 17 00:00:00 2001
> From: Puneeth Chaganti
> Date: Mon, 7 Mar 2011 15:54:20 +0530
>
I have just set up MobileOrg to work with my new iPhone, and have the following
problem: I can view the contents of my various .org files, but "Agenda Views"
appears to be empty. I have the weekly agenda view open when I push the .org
files to Dropbox. I am afraid I am missing something very b
On Tue, Mar 8, 2011 at 6:36 PM, Bernt Hansen wrote:
> Puneeth Chaganti writes:
>
>> Hi,
>>
>> Here's a patch that allows choosing or specifying any arbitrary
>> function to be used for Bulk actions from agenda view.
>>
>> From d997a0bb5c399d203059fb5e60db630eab95e003 Mon Sep 17 00:00:00 2001
>> F
I have just set up MobileOrg to work with my new iPhone, and have the
following problem: I can view the contents of my various .org files,
but "Agenda Views" appears to be empty. I have the weekly agenda view
open when I push the .org files to Dropbox. I am afraid I am missing
somethin
Puneeth Chaganti writes:
> On Tue, Mar 8, 2011 at 6:36 PM, Bernt Hansen wrote:
>> Puneeth Chaganti writes:
>>
>>> Here's a patch that allows choosing or specifying any arbitrary
>>> function to be used for Bulk actions from agenda view.
>>>
>>> From d997a0bb5c399d203059fb5e60db630eab95e003 Mon
I reported this problem earlier against 7.4, it still occurs
with the latest GIT version. Maybe (probably) I'm being stupid,
if so could someone please tell me.
Tangling from an indirect buffer fails with the following stack trace:
Debugger entered--Lisp error: (wrong-type-argument stringp
Ian Barton writes:
> So it looks like SHA:
>
> da8dc7bba72613131f97a28f1c4a912b8d85d7cc Rewrite the handling of HTML
> preamble/postamble caused the problem.
I'll have a look at that. Is the and with no opening a
normal behaviour for the :body-only option ?
--
Manuel Giraud
Manuel Giraud writes:
> Ian Barton writes:
>
>> So it looks like SHA:
>>
>> da8dc7bba72613131f97a28f1c4a912b8d85d7cc Rewrite the handling of HTML
>> preamble/postamble caused the problem.
>
> I'll have a look at that. Is the and with no opening a
> normal behaviour for the :body-only option ?
Manuel Giraud writes:
> Ian Barton writes:
>
>> So it looks like SHA:
>>
>> da8dc7bba72613131f97a28f1c4a912b8d85d7cc Rewrite the handling of HTML
>> preamble/postamble caused the problem.
>
> I'll have a look at that. Is the and with no opening a
> normal behaviour for the :body-only option ?
Manuel Giraud writes:
> Aankhen writes:
>
>> On Tue, Mar 8, 2011 at 02:07, Bernt Hansen wrote:
>>> Thanks for the patch. I still see validation errors after applying this
>>> patch. I've posted the original test file at
>>> http://www.norang.ca/tmp/foo.html and you can click on the validation
Hi Andrea,
I usually use org-special-blocks with the the `#+begin_abstract`
block, as follows:
#+begin_src org
#+begin_abstract
This is the abstract. Write a summary here.
#+end_abstract
#+end_src
This has the additional nice side-benefit of wrapping the paragraph in
a div with class "abstract
I have a capture template set to file to refile.org (my default container
for TODO tasks, notes (private, work, journal, blog) or other things. That
way I can file them out to the right spot later . . especially if I don't
have the file or location setup or am not sure which location I am going to
Hello,
I found out about (at least) 2 missing "known" properties. This patch adds
them to the list.
--8<---cut here---start->8---
diff --git a/lisp/org.el b/lisp/org.el
index 92f2406..9205719 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -13402,7 +13402,8 @@ bu
I use the goto interface of org-refile a lot to navigate in my
org files and I often run into the annoying behavior that goto
insists on using local target format when jumping to a header in
the current buffer.
For example, let's assume I have a todo.org file in which there's
a heading called 'tes
Tom gmail.com> writes:
> The problem is if I'm in todo.org then goto accepts local targets
> only by their name (without the (todo.org) qualifier), so it
> accepts the target only as "test", but not as "test (todo.org)".
>
BTW, in org 7.5 this "test (todo.org)" is offered as the default
target
Quick answer.
I think you can work around this by refiling however you want, perhaps
with your own wrapper command or a rebinding, then simply C-c C-c the
blank capture buffer. For example, activate the region.
(I heard that C-c C-w in capture is a special thing that only works on
one thing to b
On 08/03/11 14:30, Manuel Giraud wrote:
Manuel Giraud writes:
Ian Barton writes:
So it looks like SHA:
da8dc7bba72613131f97a28f1c4a912b8d85d7cc Rewrite the handling of HTML
preamble/postamble caused the problem.
I'll have a look at that. Is the and with no opening a
normal behaviour fo
Nice Filippo. I think this kind of integration stuff is really
interesting. I was thinking about something similar as well. Thanks
for sharing.
On Mon, Mar 7, 2011 at 1:17 PM, Filippo A. Salustri wrote:
> Hi all,
> I use geektool on my Mac to put useful things on my desktop. (Rainmeter is
> the
I find that I cannot open or edit bracket links that span more than one
line. For example, org-capture often generates link with a long
description. If the link is part of a filled paragraph, the link will
often span 5 to 10 lines. Even though it properly fontifies and exports
such links, org-inse
Matt Lundin writes:
> I find that I cannot open or edit bracket links that span more than one
> line.
Correction: This should read "more than three lines".
- Matt
I had not played with latex fragments recently (= ever since MathJax
became the default back in August 2010 and probably from some time
before that), so based on my previous dvipng-based knowledge, I made an
ill-informed comment on IRC. Nicolas Goaziou corrected me and pointed
out that the default
On 2011-03-08, Samuel Wales wrote:
> That is what I do and it works perfectly, with no blank line issues.
There might actually be some. Have not narrowed it down, however.
--
AIDS 2.0 is here now:
http://thekafkapandemic.blogspot.com/2010/12/welcome-to-kafka-pandemic-two-forces_9182.html
I
suvayu ali writes:
> Since recently calc code block support was added to babel, why not use
> that to process your table instead of table formulae? Wouldn't you
> expect it would be easier to deal with NaN and its likes directly with
> calc source compared to formulae?
I'm going to try that. I j
Hi all,
I have a very strange indentation behaviour which bugs
me a lot and I cannot find the reason why.
Having this text block at the beginning of an org file
** headline
- [ ]
* [ ]
+ enter C-S-RETURN with point here:
- [ ]
and entering C-S-RETURN with point indicated I ge
[following up on my post...]
One thing that should have helped is to set the mathml option to nil:
--8<---cut here---start->8---
#+MATHJAX: align:"left" mathml:nil
path:"/home/nick/lib/mathjax/mathjax-MathJax-20e0cf6/MathJax.js"
--8<---cut here
I finally decided to take a wack at a bbdb to org-contacts converter.
I'm attaching the file below. It should prompt for a file and
insert all your existing bbdb records into the file using the formats
and fields that I decided was appropriate ;-)
(require 'bbdb-to-org-contacts)
M-x bbdb-to-org-
I mistakenly sent this to only Greg.
Cheers
David Cross
d...@davidcross.us
www.davidcross.us
Begin forwarded message:
> From: David Cross
> Date: March 8, 2011 7:56:47 AM CST
> To: Greg Troxel
> Subject: Re: [O] Viewing Agenda in MobileOrg
>
> I am using "org-mobile-push" but I see that ther
Hello,
While writing custom function to set regexp search string for c/c++ code I
stumbled upon a backslash to slash translation problem.
The `org-insert-link' function destroys my regexp by changing all
backslashes to slashes.
(I construct the regexp like this: (concat token1 "[ \\t]*" token2
> For example, some people might want to cut the address part in
> (STREET,ZIPCODE,CITY,COUNTRY) whereas I think it's a burden, I just put
> a LOCATION property with all the address in it. In the end, it does not
> matter for org-contacts.
I use the splitted address version. And therefore I have
> Just say out loud what you'd like to do, I'll try to answer or write
> code. :)
Maybe you shouldn't have offered this. :)
I've got one question and two feature requests:
Q1) links to contacts
Is there a common way to create links to contacts?
F1) csv export
When writing bulk letters with LaT
Another advantage of MathJax:
1) It degrades nicely in browsers without MathML (all webkit browsers)
2) Equations are still copy-and-pasteable into Word, if you're into
that sort of thing.
> That forces HTML-CSS output and from what I can see on the mathjax site,
> that should improve things - bu
Hi list,
I just upgraded from org-mode 7.4 to 7.5, and I can't set or change
TODO states at all with C-c C-t now; an args-out-of-range error gets
raised. I've tried doing a "make clean" in my org-mode checkout, to
no avail.
I'm running GNU emacs 23.2.1 on Mac OSX (in Aqua), installed via
Homebre
Hello,
Rainer Stengele writes:
> I tested with a minimal emacs config and the "bug" was gone.
> So I know it is in my settings,
> but I could not find the reason in my configuration.
> The behaviour I see appeared only a few weeks or months ago.
> Has anybody an idea?
This is not the fault of y
Josh Berry wrote:
> I just upgraded from org-mode 7.4 to 7.5, and I can't set or change
> TODO states at all with C-c C-t now; an args-out-of-range error gets
> raised. I've tried doing a "make clean" in my org-mode checkout, to
> no avail.
>
> I'm running GNU emacs 23.2.1 on Mac OSX (in Aqua)
On 03/08/2011 02:16 PM, Nick Dokos wrote:
[following up on my post...]
One thing that should have helped is to set the mathml option to nil:
--8<---cut here---start->8---
#+MATHJAX: align:"left" mathml:nil
path:"/home/nick/lib/mathjax/mathjax-MathJax-20e0cf6
Hi Nicolas,
I just did a quick test and it looks good! Thanks!
Mit freundlichen Grüßen / Best Regards
Rainer Stengele
__|___
| Dipl. Inf. (Univ.) Rainer Stengele
| Technical Control - System Administration
|
| email: rainer.steng...@diplan.de
| voice/fax: ++49-9131-7778
On Tue, Mar 8, 2011 at 15:25, Nick Dokos wrote:
> Josh Berry wrote:
>
>> I just upgraded from org-mode 7.4 to 7.5, and I can't set or change
>> TODO states at all with C-c C-t now; an args-out-of-range error gets
>> raised. I've tried doing a "make clean" in my org-mode checkout, to
>> no avail.
Josh Berry wrote:
> On Tue, Mar 8, 2011 at 15:25, Nick Dokos wrote:
> > Josh Berry wrote:
> >
> >> I just upgraded from org-mode 7.4 to 7.5, and I can't set or change
> >> TODO states at all with C-c C-t now; an args-out-of-range error gets
> >> raised. =C2=A0I've tried doing a "make clean" in
Erik Iverson wrote:
> On 03/08/2011 02:16 PM, Nick Dokos wrote:
> > [following up on my post...]
> >
> > One thing that should have helped is to set the mathml option to nil:
> >
> > --8<---cut here---start->8---
> > #+MATHJAX: align:"left" mathml:nil
> > path
In version 7.4, org-export-html-preamble and org-export-html-postamble
could be set to the name of a function that was passed an option plist.
This appears to no longer be supported in 7.5.
I used this functionality when publishing to generate a preamble and
postamble to integrate the generat
On Tue, Mar 8, 2011 at 18:14, Nick Dokos wrote:
> Josh Berry wrote:
>
>> On Tue, Mar 8, 2011 at 15:25, Nick Dokos wrote:
>> > Josh Berry wrote:
>> >
>> >> I just upgraded from org-mode 7.4 to 7.5, and I can't set or change
>> >> TODO states at all with C-c C-t now; an args-out-of-range error ge
See http://article.gmane.org/gmane.emacs.orgmode/37360/match=preamble
On Tue, Mar 8, 2011 at 9:12 PM, Bill Jackson wrote:
> In version 7.4, org-export-html-preamble and org-export-html-postamble could
> be set to the name of a function that was passed an option plist. This
> appears to no longer
At Tue, 8 Mar 2011 15:08:57 -0800,
Josh Berry wrote:
>
> Hi list,
>
> I just upgraded from org-mode 7.4 to 7.5, and I can't set or change
> TODO states at all with C-c C-t now; an args-out-of-range error gets
> raised. I've tried doing a "make clean" in my org-mode checkout, to
> no avail.
>
> I'm
On Wed, Mar 9, 2011 at 07:43, Nick Dokos wrote:
> Erik Iverson wrote:
>> On 03/08/2011 02:16 PM, Nick Dokos wrote:
>> > [snip]
>> > That forces HTML-CSS output and from what I can see on the mathjax site,
>> > that should improve things - but it doesn't for me, so I'm still not out
>> > of the wo
On 9.3.2011, at 06:49, David Maus wrote:
> At Tue, 8 Mar 2011 15:08:57 -0800,
> Josh Berry wrote:
>>
>> Hi list,
>>
>> I just upgraded from org-mode 7.4 to 7.5, and I can't set or change
>> TODO states at all with C-c C-t now; an args-out-of-range error gets
>> raised. I've tried doing a "make
On Tue, Mar 8, 2011 at 22:55, Carsten Dominik wrote:
>
> On 9.3.2011, at 06:49, David Maus wrote:
>
>> At Tue, 8 Mar 2011 15:08:57 -0800,
>> Josh Berry wrote:
>>>
>>> Hi list,
>>>
>>> I just upgraded from org-mode 7.4 to 7.5, and I can't set or change
>>> TODO states at all with C-c C-t now; an ar
On Mon, Feb 14, 2011 at 3:15 AM, Dan Davison wrote:
> Hsiu-Khuern Tang writes:
>
>> Hi Dan,
>>
>> * On Wed 09:09AM, 20 Oct 2010, Dan Davison (davi...@stats.ox.ac.uk) wrote:
>>> Hsiu-Khuern Tang writes:
>>> > BTW, has anyone used minted with beamer? I get errors like
>>> > Runaway argument?
>>>
60 matches
Mail list logo