On 15.12.2011, at 08:50, Sebastien Vauban wrote:
> Hi Carsten,
>
> Carsten Dominik wrote:
>> On 9.12.2011, at 22:36, Uwe Brauer wrote:
>>> I would like to have the same binding as in org-mode
>>>
>>> (local-set-key [(control c) (control w)] 'org-table-wrap-region)
>>
>> We could just add this
On 12/15/11 8:26 AM, Jambunathan K wrote:
Alan
That solved the problem. I was loading an old version.
If you had copied "etc/styles" dir by hand to the installation dir I
would consider that a bug.
This copying should happen auto-magically.
I hope things work auto-magically now without an
On 12/15/11 8:41 AM, Jambunathan K wrote:
I usually put the cursor on the text that I am interested in, press F11
and switch to char styles or whatever category. The right style would be
highlighted which you can directly inherit from.
Indeed, that's a better recipe. (On a Mac laptop keyboard,
Rustom Mody writes:
> Ok so its linked from the above to http://vimeo.com/30721952
> where it is in the footnote: First eight minutes are a general
> introduction... etc
>
> I'll try and flesh out the rest and post it here
Good idea -- thanks! Such content would be good for Worg.
--
Bastien
On 15/12/11 18:26:32, Jambunathan K wrote:
>
> Alan
>
> > That solved the problem. I was loading an old version.
>
> If you had copied "etc/styles" dir by hand to the installation dir I
> would consider that a bug.
>
> This copying should happen auto-magically.
>
> I hope things work auto-magi
On 15/12/11 19:58:32, Christian Moe wrote:
>
> On 12/15/11 8:26 AM, Jambunathan K wrote:
> >
> > Alan
> >
> >> That solved the problem. I was loading an old version.
> >
> > If you had copied "etc/styles" dir by hand to the installation dir
> I
> > would consider that a bug.
> >
> > This copying
Rustom Mody writes:
> I'll try and flesh out the rest and post it here
http://orgmode.org/worg/org-tutorials/org-screencasts/ghm2011-demo.html
Next step is to have worg-links to the main concepts presented here.
Thanks!
--
Bastien
On Thu, Dec 15, 2011 at 09:58, Christian Moe wrote:
> Could someone confirm that etc/styles is automatically installed on Linux /
> that it isn't on Mac?
I don't install after compiling org, but I checked with this:
$ make -n install | grep etc
So I guess that is the problem. The Makefile has n
Hi
Bastien writes:
> Rustom Mody writes:
>
>> I'll try and flesh out the rest and post it here
>
> http://orgmode.org/worg/org-tutorials/org-screencasts/ghm2011-demo.html
>
> Next step is to have worg-links to the main concepts presented here.
>
> Thanks!
I think this is a great screencast for
Hello.
Is it possible to update agenda on .org file modification?
--
sergio.
Hi Jason
Achim Gratz writes:
> Nick Dokos writes:
>> ... but then you'll encounter problems when you try to push, right?
>
> Yes. It's sorted now, thanks to Jason. First there was some bogus
> newlines in the authentication file of the server, so some keys were not
> recognized. The remote t
Bastien writes:
> Dear all,
>
> I made a small refresh of the website.
>
> http://orgmode.org
>
> - random quote (taken from worg/org-quotes.org)
> - random screenshot
> - twitter feed
> - g+/flattr/fb buttons
> - french translation (http://orgmode.org/fr/)
>
> If you want to help with the transl
Hello.
Is it possible to move through org file like cd on filesystem, ie press
special hotkey and then /foo/bar/baz for goto baz headline in such file:
* foo
** bar
*** baz
Is it possible to use completion for such paths (/foo/bar/b)?
--
sergio.
Hi Martyn,
Martyn Jago writes:
> There are literally hundreds of uses of #+srcname and #+source within
> Worg - should I be updating these to #+name ? In other words, does Worg
> reflect the last official release (the Emacs release), or the bleeding
> edge (I tend to assume the latter because of
Martyn Jago writes:
> I hope you don't mind Bastien, but I took the liberty of adding a link
> to Worg under the heading *General Introduction to Org-mode* on the *Org
> tutorials* page [1].
>
> http://orgmode.org/worg/org-tutorials/index.html
I surely don't -- thanks again.
--
Bastien
suvayu ali writes:
> Hi Alan and Dave,
>
> On Wed, Dec 14, 2011 at 22:56, Alan L Tyree wrote:
>> On 15/12/11 08:35:20, suvayu ali wrote:
>>> On Wed, Dec 14, 2011 at 21:28, Dave Marquardt
>>> wrote:
>>> > When I run org-export-as-odt by C-c C-e o, I get this message:
>>> Cannot find factory sty
Hi Eric,
Eric Schulte writes:
> The attached three patches to the orgweb repository change the CSS for
> smarter rendering on narrow screens (they don't address screen
> height).
>
> The changes include...
> - scale down images on narrow screens
> - decrease the width of the left link bar on nar
Jambunathan K writes:
> Dave Marquardt writes:
>
>> Bastien writes:
>>
>>> as the subject says. Please all test this heavily and report
>>> any problems. This will be part of Org 7.8 and soon in Emacs.
>>>
>>> Thanks a lot to Jambunathan for all this efforts, let's make
>>> sure everything i
Hi Eric,
Eric Schulte writes:
> Ah, I should have known to hold my tongue! :)
>
> I pushed a patch up to a new "old-image" branch in the orgweb
> repository, but it seems you've now taken care of this independently so
> please feel free to delete that branch.
Mhh.. yes, I deleted this branch.
>> On Thu, 15 Dec 2011 13:16:08 +0100, nikolai stenfors said:
> Yes, After reading the reftex manual once again, I managed to insert
> bibtex-references in to my org-file and stepwise, as you suggested,
> export them via aux to pdf.
Glad you were able to fix it. It would be nice if it ran:
Hi all
On Wed, Dec 14, 2011 at 16:15, sergio wrote:
> (setq default-frame-alist '(
> ...
> (font . "terminus-10")
> ...
> ))
Thank you for this hint. Changing my setup from set-frame-font to
default-frame-alist now helps me to get the desired font for
org-culumn-face for the case when I o
* Viktor Rosenfeld wrote:
>
> * TODO Project
> ** TODO Subproject A
> *** NEXT Task A1
> *** TODO Task A2
> ** NEXT Task B
> ** TODO Task C
> ** TODO ...
>
> Task B and C have to be done in order. However, Subproject A is somewhat
> independent and can be done in parallel, while working on Task B
Bastien writes:
> Hi Eric,
>
> Eric Schulte writes:
>
>> The attached three patches to the orgweb repository change the CSS for
>> smarter rendering on narrow screens (they don't address screen
>> height).
>>
>> The changes include...
>> - scale down images on narrow screens
>> - decrease the wi
Hi,
Have a look at org-goto (C-c C-j)
http://orgmode.org/manual/Motion.html#index-org_002dgoto-83
And also completion features (eg. iswitchb emulation)
http://orgmode.org/manual/Completion.html#Completion
Regards,
.j.
On Thu, Dec 15, 2011 at 05:39:41PM +0400, sergio wrote:
> Is it possi
Hi Eric,
Eric Schulte writes:
> Exactly, that is why it is ignored. :)
>
> I did this mainly so that I could export index.org to generate a base to
> work off of (before I had the project description you just send in
> another email).
Okay, no problem.
> Should the publish project definition b
>
> Thanks. We lost the blue background in the top bar and the correct
> z-index so that text don't overlap.
I believe I just pushed up a fix for this
--
Eric Schulte
http://cs.unm.edu/~eschulte/
Eric Schulte writes:
>> Thanks. We lost the blue background in the top bar and the correct
>> z-index so that text don't overlap.
>
> I believe I just pushed up a fix for this
Confirmed, thanks!
--
Bastien
El mar, 13 dic 2011, Bastien decía:
> Dear all,
>
> just to advertise these two facts:
>
> 1. Bernt kindly put his document under GNU FDL v1.3 (or later).
>
> 2. Alvar (cc'ed) started a spanish translation of Bernt's doc,
>please check the git repo here:
>
>https://github.com/alvarmaci
Dave Marquardt writes:
> Jambunathan K writes:
>
>> Dave Marquardt writes:
>>
>>> Bastien writes:
>>>
as the subject says. Please all test this heavily and report
any problems. This will be part of Org 7.8 and soon in Emacs.
Thanks a lot to Jambunathan for all this effor
On Thu, Dec 15, 2011 at 1:26 AM, Jeff Horn wrote:
> Recently did a fresh pull, which seems to have broken org-agenda-switch-to.
>
> To reproduce, open an agenda buffer, navigate to a line you want to
> inspect, press [RET]. On my machine, this calls autopair, then falls
> back to org-agenda-switch
Hi Dave,
On Thu, Dec 15, 2011 at 17:56, Dave Marquardt wrote:
> I tried again with a clean /usr/local/share/emacs/site-lisp. I ran
> "make all" and "make install install-info", and then tried to export a
> file to ODT. No change, same problem.
>
> I believe the problem is that the install targe
Dave Marquardt writes:
> Dave Marquardt writes:
>
>> Jambunathan K writes:
>>
>>> Dave Marquardt writes:
>>>
Bastien writes:
> as the subject says. Please all test this heavily and report
> any problems. This will be part of Org 7.8 and soon in Emacs.
>
> Thanks a
This package is a variant of this one:
http://thread.gmane.org/gmane.emacs.orgmode/49887
It supports matching multiple substrings in any order in
the whole entry (heading+body) and it also highlights the matches.
So, for example this entry
* Fenton running on the field
Dog having fun in natu
> -Original Message-
> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
> bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov
> Sent: Sunday, December 11, 2011 5:20 PM
> To: Bernt Hansen
> Cc: emacs-orgmode@gnu.org
> Subject: Re: [O] Export all clocks or find last cl
The patch has error, it does not work for the following example file
/tmp/example.org
* DONE s1
* DONE s2
* DONE s3
The below patch works for all the cases
diff --git a/lisp/org.el b/lisp/org.el
index 8a1fbd3..93d603f 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -12858,7 +12858,8 @@ only lines w
"Mikhail Titov" writes:
>> -Original Message-
>> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
>> bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov
>> Sent: Sunday, December 11, 2011 5:20 PM
>> To: Bernt Hansen
>> Cc: emacs-orgmode@gnu.org
>> Subject: Re: [O]
> Have a look at org-goto (C-c C-j)
I've seen it. It performs globally search not hierarchy.
--
sergio.
sergio sergio.spb.ru> writes:
> Is it possible to turn of file prefix (file:) in agenda view?
> I use the only one file for agenda and don't plan to use more than one.
The first field of agenda lines is actually the 'Category' of the heading, which
defaults to the filename. You can get it to bla
Herbert Sitz gmail.com> writes:
>
> The first field of agenda lines is actually the 'Category' of the heading,
> defaults to the filename. You can get it to blank out the Category field by
> including this line in config lines of your documents:
>
> #+CATEGORY
>
Sorry, that should have been:
Dear all,
Hi.
Does anyone know the best way to disable face for plain links?
In Japanese sentences, I handle a link without a space, e.g.
[ja] 公式ページは、http://orgmode.org/にあります。
[en] http://orgmode.org/ is the official website.
When the `org-activate-plain-links' is active,
the overlay with unde
You can change how the items appear in the agenda views by changing the
org-agenda-prefix-format variable to your liking. It is easier to change
the default value to remove the category.
--
Darlan Cavalcante Moreira
Isn't it odd that a tex file is distributed with orgmode, a pdf and a
text file available on the website. Should we not have a .org version
of the reference card? Can't orgmode produce the reference card pdf from
a .org file?
Vikas
sergio sergio.spb.ru> writes:
>
> Is it possible to update agenda on .org file modification?
>
Do you mean whenever a buffer changes? If so then I think the answer is No,
and you wouldn't want it to, since you frequently are working in agenda and
causing changes to the document buffers. This h
On Fri, Dec 16 2011, sergio wrote:
>> Have a look at org-goto (C-c C-j)
>
> I've seen it. It performs globally search not hierarchy.
What is your `org-goto-interface'? I've got mine set to
outline-path-completion, and I think it does what you want.
Eric
--
GNU Emacs 24.0.92.1 (i686-pc-linux-gn
On Thu, Oct 13, 2011 at 12:50 AM, Tassilo Horn wrote:
> Julien Cubizolles writes:
>
> Hi Julien,
>
>> As of a few days ago, completion doesn't work anymore. I get the
>> message (wrong-number-of-arguments (1 . 2) 4)
>>
>> Any ideas ?
>
> No, but you are not alone. :-)
>
> I use a very recent emac
bala mayam wrote:
> The patch has error, it does not work for the following example file
> /tmp/example.org
> * DONE s1
> * DONE s2
> * DONE s3
>
> The below patch works for all the cases
>
> diff --git a/lisp/org.el b/lisp/org.el
> index 8a1fbd3..93d603f 100644
> --- a/lisp/org.el
> +++ b/lisp
Nick Dokos wrote:
> > While the org-scan-tags funciton parses the first subheading(**DONE
> > ss1) the match is
> > successful and the function "my-org-archive-subtree" is called which
> > sets the variable
> > "org-map-continue-from" value to *beginning of line* and this variable
47 matches
Mail list logo