Re: [O] Release 9.2.5

2019-08-03 Thread Igor Sosa Mayor
Bastien  writes:

> Hi all,
>
> I've released Org 9.2.5, a bugfix release.

thanks!




Re: [O] Property header :session... really working?

2017-08-10 Thread Igor Sosa Mayor
"Berry, Charles"  writes:

>
> If you have more than one session running, it is a consequence of ESS's 
> handling of multiple sessions.

Yes, I have. That explains at least a little bit the issue... Thanks for
your very informative answer. 

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




[O] Property header :session... really working?

2017-08-10 Thread Igor Sosa Mayor
Hi,

I have in an org file the following

#+PROPERTY: header-args:R :session *R-cities*

I open a R session, rename it to *R-cities*, open the org file. If I go
then to a babel block and send it to the R session with C-c C-c it is
sent to the right session.

But: if I edit the block with org-edit-src-code (C-c '), then the source
buffer has no R-session attached and I'm asked which one I want to use.

Is this maybe a small bug?

I'm using:

Org mode version 9.0.9
GNU Emacs 25.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.16) of
2017-07-16

Many thanks in advance.


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Getting rid of the default agenda dispatcher text

2016-09-26 Thread Igor Sosa Mayor
Nicolas Goaziou  writes:

> Hello,

> I don't think so.
>
> Besides, even showing only custom keys would be intrusive for
> a so-called "expert" mode. Maybe something like the export dispatcher
> would be better.
>

thanks for your answer and your work!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




[O] Getting rid of the default agenda dispatcher text

2016-09-26 Thread Igor Sosa Mayor
Hi,

is there a way to open org-agenda and not show the usual text org
normally shows about the default keys and only show the own defined keys
por the org-custom-commands?

Many thanks in advance.

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] UEFA EURO 2016 schedule for Org-mode

2016-06-08 Thread Igor Sosa Mayor
Sauli Heinola  writes:

> Hello!
>
> Taking inspiration from djcb's EURO 2012 [1] and Ruediger's 2014 World
> cup [2] schedules, I whipped up the schedule for the EURO 2016 for
> Org-mode, which can be retrieved from https://github.com/n2o4/org-uefa-2016
>
> All times are CEST (UTC+2) but can be changed with the function attached
> in the Org-file.

thanks!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Redefine key for sorting

2015-05-09 Thread Igor Sosa Mayor
Leo Ufimtsev  writes:

> My C-c ^ doesn't appear to be mapped to sorting of the list. 
>
> But if you press C-h k, then your key-combo, then it shows you which function 
> is being called. e.g org-sort-list.
>
> You can then re-map via a function like:
> (define-key 'org-mode-map (kbd "C-c n") 'org-sort-list)
>
> Which you could add to your .emacs file.
>
> This article provides a more comprehensive keyboard remapping guide:
> https://www.masteringemacs.org/article/mastering-key-bindings-emacs

thanks! I knew the article but i forgot it...





Re: [O] Redefine key for sorting

2015-05-09 Thread Igor Sosa Mayor
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes:

> Hi Igor.
>
> Igor Sosa Mayor writes:
>
>> I'm using very often the sort function of lists. Unfortunately it is
>> bound to a key combination (C-c ^) which is rather uneasy. I would
>> like to change it to C-c ñ. Which is the best method to redefine it?
>
> Doesn't the standard
>
> (eval-after-load "org" '(define-key org-mode-map (kbd "C-c ñ")
> 'org-sort))
>
> work?

yes of course, it works. Thanks a lot!




[O] Redefine key for sorting

2015-05-08 Thread Igor Sosa Mayor
Hi,

in the last time, I'm using very often the sort function of lists.
Unfortunately it is bound to a key combination (C-c ^) which is rather
uneasy. I would like to change it to C-c ñ. Which is the best method to
redefine it?

Many thanks in advance!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Small bug? org-narrow-to-subtree and open file link

2015-03-08 Thread Igor Sosa Mayor
James K. Lin  writes:

> By default, Org mode does not work well with indirect buffers. You could get
> around this by rolling your own version of functions on your own to ignore
> the base buffer. This is no small feat because the link navigation commands
> are nested.

I understand... thanks for your answer. 




Re: [O] Small bug? org-narrow-to-subtree and open file link

2015-03-06 Thread Igor Sosa Mayor
James K. Lin  writes:

> org-narrow-to-subtree creates a subtree buffer. Your org-return call within
> that new subtree buffer command operates on the base buffer. Many of Org's
> link navigation commands operate this way because they use the base buffer
> as their context.

thanks for your answer... I did not know about this... there is also
little to do?




[O] Small bug? org-narrow-to-subtree and open file link

2015-03-06 Thread Igor Sosa Mayor
Hi,

maybe this is a small bug or something wrong in my config...

But: if I use org-narrow-to-subtree and then use org-return to open a
file link the narrowed function get lost and I get the whole buffer
again. This happens at least if I get a question because the file is too
big and I have to decide whether I want to open it (this by the way
divides the window very unexpectedly...).

I'm using Org-mode version 8.2.10.

Any hint?

Many thanks in advance!




Re: [O] How to select the entry to clock in from already clocked entries in the current buffer?

2014-11-05 Thread Igor Sosa Mayor
Marcin Borkowski  writes:

> Hi list,
>
> the subject line is pretty much it.  I have lots of entries in my
> current Org buffer, and only some of them contain LOGBOOK drawers with
> any clock data.  Is it possible to (quickly) select one of them for
> clocking?

maybe C-u C-c C-x C-i?

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Yank "normal" text as item in list

2014-10-29 Thread Igor Sosa Mayor
Teika Kazura  writes:

> Hi, Igor. Below is mine. It's rudimentary, but it may help you.

thanks! I will give it a try and I let you know whether it worked for
me!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] [ANN] Aggregate Table

2014-10-25 Thread Igor Sosa Mayor
Thierry Banel  writes:

> Hi all
>
> I'm happy to announce the availability of the aggregation package.
> https://github.com/tbanel/orgaggregate

very interesting! thanks a lot!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Yank "normal" text as item in list

2014-10-24 Thread Igor Sosa Mayor
Eric Abrahamsen  writes:

> I don't know what situation in particular you've got, but what often
> works for me is going to the line of the yanked text that I want to be
> the first line of a new list item, and using "C-c -" to explicitly
> convert it to an item. That command includes some indentation heuristics
> that, for me anyway, often creates the result I was looking for.

thanks, but I'm to able to get the behaviour I'd like to have...

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Yank "normal" text as item in list

2014-10-23 Thread Igor Sosa Mayor
Alexander Baier  writes:

> What is wrong with fill-paragraph (bound to M-q by default)?

nothing, just that it does not do with I want. It works if a yank/paste
something which is pasted as a long line. But if I copy/yank text which
is already wrapped, the list identation is not kept and the item is not
really an item (only maybe the first line).

thanks in any case for your answer!


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Yank "normal" text as item in list

2014-10-23 Thread Igor Sosa Mayor
Rasmus  writes:

> I usually just do M-^, `delete-indentation' and then M-q, but maybe
> there's a better way.

thanks! I will give it a try!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




[O] Yank "normal" text as item in list

2014-10-23 Thread Igor Sosa Mayor
Hi,

often I have to yank 'normal' text, that means, text which is not
indented into a item of a list. In other words, maybe, to convert it
into a list item.

I have always the problem that, when the text over one line goes, it
does not get the correct indentation.

Is there maybe a magical function to get this?

Many thanks in advance!


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Small bug? Strange behaviour of

2014-10-20 Thread Igor Sosa Mayor
Marco Wahl  writes:

> Hi Igor,
> What about using
>
> (signature (concat "Org " (org-version) ", " (emacs-version)))
>
> in gnus-posting-styles?

thanks for your answer. This is a good idea!




Re: [O] Small bug? Strange behaviour of

2014-10-20 Thread Igor Sosa Mayor
Bastien  writes:

> I can't reproduce this.  Where is the cursor when you hit C-c C-s ?
> Can you share a reproducible recipe?

Hi Bastien,

the cursor is here:

** TODO esto es una prueba [CURSOR]
 SCHEDULED: <2014-10-20 lun>

I hit C-c C-s and the calendar has the cursor on 2014-10-19. 

The capture command is like that:

--8<---cut here---start->8---
("tp" "TODO privado" entry (file+headline "~/Documents/org/privat.org" 
"General")
 "* TODO %?\n SCHEDULED: %t ")
--8<---cut here---end--->8---

thanks for your answer.

I have: org 8.2.10 on emacs 24.3.

PS: BTW is there a command to insert org-version and emacs version 
in a emails automatically? 

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




[O] Small bug? Strange behaviour of

2014-10-18 Thread Igor Sosa Mayor
Hi,

I have the following template for capture 

--8<---cut here---start->8---
("tp" "TODO privado" entry (file+headline "~/Documents/org/privat.org" 
"General")
 "* TODO %?\n SCHEDULED: %t ")
--8<---cut here---end--->8---

It works perfectly, except from a small strange behaviour. If I try to
change the included date for schedule using C-c C-s, the cursor in the
appearing calendar is always situated on the day BEFORE today, instead
of on the present date. 

It is maybe a small bug? Or is this intended so (and in this case,
why?)? 

Many thanks in advance!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Release Org 8.2.8

2014-10-03 Thread Igor Sosa Mayor
Bastien  writes:

> Hi all,
>
> I've released Org 8.2.8, a bugfix release.
> Thanks to everyone who worked on it.

thanks!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Dired-like agenda

2014-06-07 Thread Igor Sosa Mayor
Samuel Wales  writes:

> Here is a brainstorm/RFC/FR.  It is not entirely worked out,
> but it gives the flavor.
>
> The idea is to make Org agenda act more like Dired
> for consistency.

this is also for me interesting. 

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] How to find the headline matching a string

2014-05-31 Thread Igor Sosa Mayor
Chris Poole  writes:

> Sure --- it's part of a quick setup file for the GTD methodology that
> I'm writing. The specific function in question is here:

interesting. Thanks for sharing the code. 

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] How to find the headline matching a string

2014-05-31 Thread Igor Sosa Mayor
Chris Poole  writes:

> That worked perfectly, thanks. Here's what I ended up with:
>
> (org-map-entries (lambda ()
> (when (equal title (org-get-heading t t))
> (org-entry-put (point) "TODO" "DONE")))
> tag 'agenda)

could you maybe send a little more of the code? I would like to
understand how it exactly works. 

Many thanks in advance. 

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] LaTex export questions

2014-05-27 Thread Igor Sosa Mayor
Steven Arntson  writes:

> Hi, I'm trying to export an org-mode doc to LaTex and subsequently to
> PDF. This is a literary novel, written in prose. Right now when I run
> the export command, the resulting file is incorrectly formatted for the
> literary world, and I'm not sure how to change it. Is there a dialog or
> "customize" menu that allows users to eliminate some default settings,
> and add others?

Maybe you can configure it with 
M-x customize-group org

But I think a look at the manual is pretty useful and you can configure
it in your .emacs without very much complication:

http://orgmode.org/manual/Export-settings.html#Export-settings
http://orgmode.org/manual/LaTeX-and-PDF-export.html#LaTeX-and-PDF-export


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] latex export beginner

2014-05-21 Thread Igor Sosa Mayor
Steven Arntson  writes:

> Nick Dokos  writes:
>

well, it's pretty clear...

! LaTeX Error: File `wrapfig.sty' not found.

you have to install the wrapfig package. If you're in debian/ubuntu:

sudo apt-get install texlive-latex-extra


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Pandoc users, how do you use it with org-mode, and why?

2014-05-21 Thread Igor Sosa Mayor
Vikas Rawal  writes:

> Pandoc to docx/odt conversion handles bibtex/biblatex citations, which
> built-in org to odt/docx conversion does not.

+1

it works reasonably well for latex->(odt)->doc, even with biblatex. 




Re: [O] latex export beginner

2014-05-21 Thread Igor Sosa Mayor
Steven Arntson  writes:

> Thank you for your help!
>
> I'm using Org-mode version 8.2.6 (8.2.6-22-gb11b4a-elpaplus @
> /home/steven/.emacs.d/elpa/org-plus-contrib-20140519/)
>
> I mocked up a smaller reproduction of the problem, because the original
> file is too large. The same errors were produced. There's a file called
> test.log, too, which I'm not pasting in here because of its length, but
> I can if it would be helpful. Here's my org-mode document:

I think we need the whole output buffer of the pdf compilation by
pdflatex. I have the impression in your system you lack some of the used
latex packages. 


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Igor Sosa Mayor
Bastien  writes:

> Not really a FAQ, but useful, so I've added a note here:
> http://orgmode.org/worg/org-faq.html#sec-22-4

good idea! This is a rather unknown feature, I have the impression... 

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] How to use ispell in org mode: goal is to skip source blocks

2014-05-21 Thread Igor Sosa Mayor
Bastien  writes:

[...]

> You can use this:
>
> (add-to-list 'ispell-skip-region-alist '("#\\+begin_src". "#\\+end_src"))

wow, interesting... I was not aware of this feature. Thanks a lot!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] M- does not work as described in the manual

2014-05-20 Thread Igor Sosa Mayor
Kevin Van Horn  writes:

> Section 2.5 of the online manual states that "If [M-] is used at the 
> beginning of a headline the new headline is created before the current line."
[...]
> That is, I get a blank headline AFTER the current headline, and it becomes 
> the new parent of the original headline's children.
>
> As far as I can tell, that leaves me with no easy way of creating a new 
> heading as the first subheading of an existing heading.

are you really at the beginning of the headline? I have no problems with
this feature in org 8.2.6. 

Which is your org-version?




Re: [O] Two letter combinations agenda and org-agenda-files variable

2014-05-20 Thread Igor Sosa Mayor
Bastien  writes:

> No, you need to set variables to the custom commands definitions
> themselves.

I see... thanks for your answer!




[O] Two letter combinations agenda and org-agenda-files variable

2014-05-17 Thread Igor Sosa Mayor
Hi,

if I define a org-agenda-custom-command in which I have a (so-called?)
two-letter combination agenda like this: 

--8<---cut here---start->8---
(setq org-agenda-custom-commands
   '(("x" agenda)
 ("h" . "HOME+Name tags searches") ; description for "h" prefix
 ("hl" tags "+home+Lisa")
 ("hp" tags "+home+Peter")
 ("hk" tags "+home+Kim")))
--8<---cut here---end--->8---

is it possible to declare org-agenda-files in the head of the
combination in order to apply them to all the letter combinations (hl,
hp, hk)?

Many thanks in advance!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Playwriitng with org?

2014-05-16 Thread Igor Sosa Mayor
Rustom Mody  writes:

> Earlier I used to use troff and wrote play/drama-like pieces using
> that
> eg http://www.the-magus.in/Publications/ewd.pdf
>
> Later we switched to latex and using play.sty. Here is an example:
> http://www.the-magus.in/Publications/DotingOnTheDot.pdf
>
> I would now like to stay in org as much as possible and use latex as
> the backend — using maybe play.sty but there seem to be alternatives
> like dramatist.sty.
>
> Is this possible/easy/worthwhile?

Honestly I have no idea. But just in case you are not aware of it, there
is a mode for screenwriters:

https://www.youtube.com/watch?v=3DrUzXjJ9G1B4

(and severeal others here: http://www.emacswiki.org/emacs/ScreenPlay)




Re: [O] An org password manager

2014-05-10 Thread Igor Sosa Mayor
jorge.a.alf...@gmail.com (Jorge A. Alfaro-Murillo) writes:

> Hi! I have been using org for managing passwords for a some time now. In
> case someone is interested, the code is in:
> https://bitbucket.org/alfaromurillo/org-passwords.el

interesting. Thanks for sharing. 




Re: [O] org-mode variables

2014-05-08 Thread Igor Sosa Mayor
Dave Pawson  writes:

> Searching http://orgmode.org/org.html
> I failed to find how to modify org-mode variables,
> where they are stored, etc.
>
> They are listed, but no mention of setting them?
>
> Are they standard emacs vars, if so , perhaps
> this could be made clear in the manual please?

yes, they are standard emacs variables, you can normally set with

(setq variable value)





Re: [O] ML <--> gmane busted?

2014-05-06 Thread Igor Sosa Mayor
Bastien  writes:

> I sent an email to Lars and it's now fixed.

thanks!




Re: [O] ML <--> gmane busted?

2014-05-06 Thread Igor Sosa Mayor
On 6 May 2014 14:17, Nick Dokos  wrote:

>
> I haven't seen anything new on the list for a day or two (either through
> gnus or on the web). OTOH, I'm receiving digests as usual from the list
> in email so that is working. Is something broken on the gmane side
> perhaps? Does anybody else have this problem?
>

yes, I have the same problem. The last message in gmane is  2014-05-04
21:06:55 GMT (1 day, 16 hours and 39 minutes ago). But this is not only a
problem of this list, as far as I see...


Re: [O] Schedule for the World Cup in org format

2014-05-03 Thread Igor Sosa Mayor
Rafael  writes:

> Hi all,
>
> Following https://github.com/djcb/org-euro2012 as a template, I have
> produced a schedule for the upcoming world cup in org format, which can
> be obtained from https://github.com/rvf0068/org-wc2014
>
> The times are Mexico City time, which is GMT-5. There is a function I
> copied from the org-euro file to shift times, but which I haven't used.

thanks!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] Org release 8.2.6

2014-04-22 Thread Igor Sosa Mayor
Bastien  writes:

> Dear all,
>
> I'm releasing Org 8.2.6.
>
> Thanks to everyone who contributed.
>

thanks a lot for your job!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Igor Sosa Mayor
Bastien  writes:

> When enabled, you get it as a tooltip.
> When disabled, you get it in the echo area.
>
> Tweak tooltip-delay to never display it.

aha... exactly! Many thnaks!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Igor Sosa Mayor
Bastien  writes:

> M-x tooltip-mode RET
>
> Or increase tooltip-delay.

aha, interesting... but I get the message with tooltip-mode enabled and
disabled... 

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Igor Sosa Mayor
Samuel Wales  writes:

> it is not the outline path.  it is a notification message that occurs
> when the mouse pointer is over a line.  move mouse to a line without
> clicking and it will show up after a few seconds.

yes, I see. You're right... Maybe it is not exactly a org issue, I have
the impression...

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Igor Sosa Mayor
Samuel Wales  writes:

> follow mode is nil.  i am referring to the message that says that you
> can do mouse 2 or RET to go to the org file, which appears whenever
> the mouse pointer is over an agenda line.

maybe...
 
,[ C-h v org-agenda-show-outline-path RET ]
| org-agenda-show-outline-path is a variable defined in `org-agenda.el'.
| Its value is t
| 
| Documentation:
| Non-nil means show outline path in echo area after line motion.
| 
| You can customize this variable.
| 
| [back]
`----

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Igor Sosa Mayor
Samuel Wales  writes:

> that works for the highlighting part of the question.  thank you!

I think for your other problem you have to use:

(setq org-agenda-follow-mode nil)

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] how to stop the mouse pointer highlighting in agenda?

2014-04-18 Thread Igor Sosa Mayor
Samuel Wales  writes:

> i find the highlighting of lines upon mouse pointer movement and the
> echo area notification to be distracting.

for the highlighting:

(add-hook 'org-finalize-agenda-hook
(lambda () (remove-text-properties
   (point-min) (point-max) '(mouse-face t))))

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::




Re: [O] (OT) How to follow a mailing list with very high activity (like this one here)?

2014-04-17 Thread Igor Sosa Mayor
Sacha Chua  writes:

> There's not much more to my Gnus config aside from the snippet I
> included earlier. Maybe a score file with this in it?
> (("Body" ("sacha" 10 nil s)))
> which theoretically adds a score based on that keyword, but I haven't
> tested it and it slows loading groups down a bit.

thanks a lot for your answer!

(and thanks a lot for your blog, interviews, etc!)




Re: [O] (OT) How to follow a mailing list with very high activity (like this one here)?

2014-04-17 Thread Igor Sosa Mayor
Sacha Chua  writes:

[...]
> I also have some more rules that score things up if they mention my name
> or other things I'm interested in. =)
>
> Hope that helps!

yes, it helps a lot. At least me... 

But I'm still unsure how to use it exactly... Is your config visible
anywhere? 

many thanks in advance.




Re: [O] Maintainer change on May 1st

2014-04-10 Thread Igor Sosa Mayor
Am Tue, Apr 08, 2014 at 09:29:46AM -0400, Jonathan Leech-Pepin schrieb:
> > Another thank you to both of you for your hard work.  And absolutely no
> objections to the change.

+1



Re: [O] org-agenda-do-date-late and emacs freeze

2014-03-28 Thread Igor Sosa Mayor
Am Thu, Mar 20, 2014 at 05:08:24PM +0100, Bastien schrieb:
> Hi Matt and all,
> 
> thanks a lot for the detailed investigation -- I revisited the
> related problems and applied a fix.  Please let me know if you
> encoutner some glitches.

thanks  a lot. It seems to work perfectly!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] org-agenda-do-date-late and emacs freeze

2014-03-17 Thread Igor Sosa Mayor
Am Mon, Mar 17, 2014 at 03:07:08AM +0100, Bastien schrieb:
> Yes -- and I recently removed the fix I sent to Michael about S-RET
> not aligning properly in table because of this ping pong.  I'll
> revisit this thoroughly and hopefully come up with a stable solution,
> but the problems here are closely tangled together.

thnaks!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] org-agenda-do-date-late and emacs freeze

2014-03-03 Thread Igor Sosa Mayor
Am Sun, Mar 02, 2014 at 10:21:18PM -0600, Matt Lundin schrieb:
> Does it happen when you have filtered the agenda? If so, then I can
> confirm this bug... 
> 
> I am using...
> 
>  - emacs 24.3.1
>  - org 8.2.5h

yes. And I have the same versions as you.



Re: [O] Error with org-adaptive-fill-function and mu4e

2014-03-03 Thread Igor Sosa Mayor
Am Sat, Feb 08, 2014 at 06:41:49PM +0100, Igor Sosa Mayor schrieb:
> Hi,
> 
> I have the following enable in my .emacs:
> 
> (add-hook 'message-mode-hook 'turn-on-orgstruct++)
> (add-hook 'mail-mode-hook 'turn-on-orgstruct++)
> 
> When I use mu4e (which mu4e-compose-mode is based upon the message-mode)
> I get the following error in *Messages*
> 
> org-adaptive-fill-function: Symbol's value as variable is void: 
> orgtbl-line-start-regex

Just for the historical records. At the end I managed to solve this
problem by just adding the following lines:

(add-hook 'message-mode-hook 'orgstruct++-mode 'append)
(add-hook 'mail-mode-hook 'orgstruct++-mode 'append)
(add-hook 'message-mode-hook 'orgtbl-mode 'append)
(add-hook 'mail-mode-hook 'orgtbl-mode 'append)



-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] org-agenda-do-date-late and emacs freeze

2014-02-18 Thread Igor Sosa Mayor
Am Tue, Feb 18, 2014 at 08:09:24AM -0500, Nick Dokos schrieb:
> (setq debug-on-quit t)
> 
> You will get backtraces every time that you press C-g even for unrelated
> reasons (you can just press q in the backtrace buffer to continue), but at 
> least
> you'll get one also when the problem happens.

If I try to reproduce the error, I get this message:

Debugger entered--Lisp error: (quit)
  org-agenda-fix-tags-filter-overlays-at(5696)
  org-agenda-show-new-time(# "<2014-02-19 mié>")
  org-agenda-date-later(1)
  org-agenda-do-date-later(nil)
  call-interactively(org-agenda-do-date-later nil nil)


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] org-agenda-do-date-late and emacs freeze

2014-02-18 Thread Igor Sosa Mayor
Am Tue, Feb 18, 2014 at 08:09:24AM -0500, Nick Dokos schrieb:
> (setq debug-on-quit t)
> 
> You will get backtraces every time that you press C-g even for unrelated
> reasons (you can just press q in the backtrace buffer to continue), but at 
> least
> you'll get one also when the problem happens.

thanks. I will try it. 

> I assume that "emacs freezes" means that it is using lots of CPU (which
> you can test independently by using "top" on linux, or something similar

yes, high CPU consumption, no response of emacs, etc.

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



[O] org-agenda-do-date-late and emacs freeze

2014-02-18 Thread Igor Sosa Mayor
Hi,

is there a way to debug what is happening after pressing some key
combination. 

I have the problem that in the agenda view when I press M-+ to run the
function org-agenda-do-date-late, sometimes (and this is the problme: it
happens randomly, not always), emacs gets freezed and I have to press
C-g to cancel. Interestingly when I press C-g I see the date on the
right side updated and everything continues working OK...

Many thanks in advance!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Error with org-adaptive-fill-function and mu4e

2014-02-10 Thread Igor Sosa Mayor
Hi Bastien,

Am Mon, Feb 10, 2014 at 03:42:59PM +0100, Bastien wrote:
> Well, another semi-wild guess is that maybe the ArchLinux package does
> not take care of creating the proper autoloads.
> 
> Go to /usr/share/emacs/site-lisp/org and see if you have an accurate
> org-loaddefs.el (should be ~107K.)

thanks. No chance. Still not working... 

Thanks in any case for your help!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Error with org-adaptive-fill-function and mu4e

2014-02-10 Thread Igor Sosa Mayor
Hi Bastien,

Am Mon, Feb 10, 2014 at 09:54:06AM +0100, Bastien wrote:
> Yes.  Again, the issue is that, when turn-on-orgstruct++ is called
> within a mu4e buffer, org-mode is not yet loaded from the correct
> location -- otherwise the error would be different.
> 
> So: do all what you can do to make sure that org-mode is explicitely
> loaded from the correct location before this function is turned on,
> and it should disappear.

Thanks again. I have 
(add-to-list 'load-path "/usr/share/emacs/site-lisp/org")
(add-to-list 'load-path "/usr/share/emacs/site-lisp/org_contrib/lisp")
(require 'org)

at the very begin of .emacs.el. It does not work. (neither in mu4e nor
in mail-mode).

But: don't worry. You have other and more important things to do. I will
try to solve it by myself modifying some configurations, because I have
a very very complex emacs and orgmode config files.

Thanks again.


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Error with org-adaptive-fill-function and mu4e

2014-02-09 Thread Igor Sosa Mayor
Hi Bastien,

> If you are using 8.2.5h, from either Git or ELPA -- your first lines

thanks again for your help.  Normally I dont have any (require 'org).
Orgmode is installed in /usr/share/emacs/site-lisp/org/ by my package
manager (pacman in archlinux). I load emacs 

Everything works in orgmode perfectly, org-version shows 8.2.5h, if I
look up an org variable I can see that the help system points to org.el
in the directory I mentioned, etc. 


That is: there are no other problems apart from this issue (but this
problem is there since a couple of months at least). 

> Good -- turn-on-orgstruct is enough for most purposes.

Sure. But unfortunately it only works if the item is no longer than the
70 characters I have put as fill-column...

It is not soo important. I just want to get rid of this issue, because
I tend to use often lists in my emails...


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Error with org-adaptive-fill-function and mu4e

2014-02-09 Thread Igor Sosa Mayor
Am Sun, Feb 09, 2014 at 11:20:55AM +0100, Igor Sosa Mayor wrote:
> I put (requir 'org) in the first line of emacs.el, restart emacs and
> lists are still not working. C-h m tells me OrgStruct is loaded. As I

well I have to be more precise: lists are not working if the item goes
over one line. If the list item is shorter does not go over one line,
then I can insert with M-RET one new item...


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Error with org-adaptive-fill-function and mu4e

2014-02-09 Thread Igor Sosa Mayor
Hi Bastien, 

> Thanks.  Still, since orgtbl-line* is not in 8.2.5h, I suspect you
> didn't add (require 'org) early enough in your .emacs.el.

thanks again for your answer (and for your work in orgmode).

I put (requir 'org) in the first line of emacs.el, restart emacs and
lists are still not working. C-h m tells me OrgStruct is loaded. As I
said, with 

(add-hook 'message-mode-hook 'turn-on-orgstruct)
(add-hook 'mail-mode-hook 'turn-on-orgstruct)

there is no error with orgtbl-line-etc. anymore. 


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Error with org-adaptive-fill-function and mu4e

2014-02-09 Thread Igor Sosa Mayor
Hi Bastien, 

Am Sun, Feb 09, 2014 at 08:53:03AM +0100, Bastien wrote:
> There is no "orgtbl-line*" variable in latest Org.
> What version of Org are you using?
> 
> Also, do you have the same error with 
> 
> (add-hook 'message-mode-hook 'turn-on-orgstruct)
> (add-hook 'mail-mode-hook 'turn-on-orgstruct)

thanks for your answer... I'm using 8.2.5h.

With the code you suggest me, I do NOT get the error, but lists for
instance do not work (i.e. there is no indentation, etc.).


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Stop clock on closing emacs

2014-02-08 Thread Igor Sosa Mayor
Am Mon, Feb 03, 2014 at 01:39:25PM +0100, Sebastien Vauban wrote:
> A variation:
> 
> --8<---cut here---start->8---
> ;; ask the user if they wish to clock out before killing Emacs
> (defun my/org-query-clock-out ()
>   "Ask the user before clocking out.
> This is a useful function for adding to `kill-emacs-query-functions'."
>   (if (and (featurep 'org-clock)
>(funcall 'org-clocking-p)
>(y-or-n-p "You are currently clocking time, clock out? "))
>   (org-clock-out)
> t)) ; only fails on keyboard quit or error
> 
> (add-hook 'kill-emacs-query-functions 'my/org-query-clock-out)
> --8<-------cut here---end--->8---

thanks! I will give it a try!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Hide done/ cancelled items

2014-02-08 Thread Igor Sosa Mayor
Am Sat, Feb 08, 2014 at 03:19:35PM +1100, Chris Henderson wrote:
> Is there a way to hide done/ cancelled items?
> 
> I have ** A Project and lots of *** items that are done and I want to hide
> to avoid distractions. After the project is done, I will move the ** A
> Project along with all the *** items to the _archive file.
> 
> Thanks.

maybe you're looking for 

,[ C-h f org-archive-to-archive-sibling RET ]
| org-archive-to-archive-sibling is an interactive autoloaded Lisp
| function in `org-archive.el'.
| 
| (org-archive-to-archive-sibling)
| 
| Archive the current heading by moving it under the archive sibling.
| The archive sibling is a sibling of the heading with the heading name
| `org-archive-sibling-heading' and an `org-archive-tag' tag.  If this
| sibling does not exist, it will be created at the end of the subtree.
| 
| [back]
`


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



[O] Error with org-adaptive-fill-function and mu4e

2014-02-08 Thread Igor Sosa Mayor
Hi,

I have the following enable in my .emacs:

(add-hook 'message-mode-hook 'turn-on-orgstruct++)
(add-hook 'mail-mode-hook 'turn-on-orgstruct++)

When I use mu4e (which mu4e-compose-mode is based upon the message-mode)
I get the following error in *Messages*

org-adaptive-fill-function: Symbol's value as variable is void: 
orgtbl-line-start-regex

This happens when the cursor arrives at the end of the line (70
characters) and the line gets not broken. In mail-mode there is not such
an error...

Any idea?

many thanks in advance!


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Stop clock on closing emacs

2014-02-01 Thread Igor Sosa Mayor
Am Sat, Feb 01, 2014 at 02:58:23PM +0100, Florian Beck wrote:
> ... I call `save-all-buffer' in the exit hook.
> 
> Sorry for the confusion.

on the contrary! Your hint was very helpful! I have finally this working
and I'm very happy with it!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Stop clock on closing emacs

2014-02-01 Thread Igor Sosa Mayor
Am Sat, Feb 01, 2014 at 01:03:07PM +0100, Florian Beck wrote:
> Use `kill-emacs-hook':
> 
> (defun org-clock-out-maybe ()
>   "Stop a currently running clock."
>   (org-clock-out nil t))
> 
> (add-hook 'kill-emacs-hook 'org-clock-out-maybe)

Thanks a lot. This is much better. But: are you really using this idea?
The problem is that the kill-emacs-hook does not ask for save the
modified buffer. That means: I see that the end time is being put into
the org buffer, but the buffer/file is not being saved...

I solved the problem (but maybe there is a more elegant way...) adding
the following:

(defun org-clock-out-maybe ()
   "Stop a currently running clock."
   (org-clock-out nil t)
   (org-save-all-org-buffers))


   
-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Stop clock on closing emacs

2014-02-01 Thread Igor Sosa Mayor
Am Sat, Feb 01, 2014 at 11:53:09AM +0530, Rustom Mody wrote:
> In (info "(org)Clocking Work Time")
> 
> is given this:
>   (setq org-clock-persist 'history)
>   (org-clock-persistence-insinuate)

I have both in my configuration and the clock is not being stopped when
I close emacs. It is saved and I can recover it the next time, but this
is something different. I would like emacs/orgmode to insert the time
I'm closing emacs as end time of the running clock. 

Thanks in any case for your answer.


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



[O] Stop clock on closing emacs

2014-01-31 Thread Igor Sosa Mayor
Hi,

is there any hook to stop automatically a running clock when closing
emacs? 

I can't find anything neither in the manual nor in internet...

many thanks in advance.

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Cursive and 3 lines

2014-01-27 Thread Igor Sosa Mayor
Hi Bastien, 

> Caveat: you need to restart Emacs for a change in this option
> to take effect (see the docstring of the option.)

yes, I forgot to mention that I have of course restarted emacs, but it
did not help...

> Yes, providing a minimal configuration file to reproduce the
> problem usually helps getting rid of the problem :)

well, I will have a look at it when I have time. It is not so important
at the moment.

In any case, many thanks for your answers and for your work!


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Cursive and 3 lines

2014-01-27 Thread Igor Sosa Mayor
Hi Bastien,

Am Mon, Jan 27, 2014 at 11:25:20AM +0100, Bastien wrote:
> You need to customize `org-emphasis-regexp-components', the last
> element of this option defines the number of newlines to accept.

thanks for your answer. Unfortunately it is not really working. I have
at the moment 
(setq org-emphasis-regexp-components
  '(" \t('\"{" "- \t.,:!?;'\")}\\" " \t\r\n,\"'" "." 3))

but I get the saem result (emacs version: 24.3)... maybe it is
conflicting with other configurations (I have a very very long
org-config...)

thanks again!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



[O] Cursive and 3 lines

2014-01-27 Thread Igor Sosa Mayor
Hi,

I'm using orgmode 8.2.5g and I see a small bug (?) with the cursive
/.../ when the text goes over 2 lines, that is, for instance 3 lines:

JÜTTE, Robert: /Obrigkeitliche Armenfürsorge in deutschen
Reichsstädten der Frühen Neuzeit: Städtisches Armenwesen in Frankfurt
am Main und Köln/ (Köln: Böhlau, 1984).

At least in my emacs I don't see any mark of cursive. And for instance
it is not being exported as cursive to ODT, latex, etc.

many thanks in advance!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Bug in structmode++?

2013-05-12 Thread Igor Sosa Mayor
Am Sun, May 12, 2013 at 03:59:00PM +0100, Christopher Schmidt wrote:
> Please give the current master a try.

After the commit 0ea11e26e46f2f562c1997cf1645dd744d5f6f2f you did, it
seems to work again.

thanks a lot.

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Problem in org-capture-templates

2013-05-07 Thread Igor Sosa Mayor
Am Tue, May 07, 2013 at 03:13:57PM +0200, Bastien wrote:
> Can you reproduce the problem with a minimal configuration?  
> 
> E.g. starting with emacs -q then loading the bits of config that are
> needed for reproducing this capture bug.

Thanks for your answer, Bastien.

Yes, you are right. If I start a minimal configuration the problem
disappears. I have to check my config which is very very very long...
But there is somewhere the problem.

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Bug in structmode++?

2013-05-02 Thread Igor Sosa Mayor
Am Thu, May 02, 2013 at 10:33:42AM +0200, Nicolas Goaziou wrote:

> No, I can confirm this.

Thanks Nicolas. At least, I dont feel alone anymore... Is there any
chance this getting fixed somehow? I used to use it very often in my
emails and I miss it.

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Bug in structmode++?

2013-05-02 Thread Igor Sosa Mayor
I don't want to be annoying... but am I really alone with this problem?

Am Wed, May 01, 2013 at 05:03:51PM +0200, Igor Sosa Mayor wrote:
> Hi,
> 
> Orgstruct minor mode is working with the mail-mode a little strange.
> 
> If I write a simple list where every item is smaller than a line, I can
> use M-RET and a new item is inserted as expected.
> 
> But if the item goes over one line, the second line is not indented and
> moreover M-RET does not work anymore.
> 
> org-version: 8.0.2; emacs: 24.3.1
> 
> thanks in advance
> 
> -- 
> :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
> :: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
> :: jabberid: rogorido  ::::



Re: [O] flet warning message

2013-05-01 Thread Igor Sosa Mayor
Am Wed, May 01, 2013 at 07:22:27PM +0200, Marc Ihm wrote:

[...] 
> I do not have much experience with the habits of emacs maintainers,
> but I think, that they wont drop the onsolete macro flet until Version 25
> of emacs (at least).
> 
> By that time all the modules from contrib will probably long be corrected :-)

thanks for the answer!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



[O] flet warning message

2013-05-01 Thread Igor Sosa Mayor
Hi,

on loading org-mode I get this warning message:

,
| `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or
| `cl-letf'
`

Is it important?


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



[O] Bug in structmode++?

2013-05-01 Thread Igor Sosa Mayor
Hi,

Orgstruct minor mode is working with the mail-mode a little strange.

If I write a simple list where every item is smaller than a line, I can
use M-RET and a new item is inserted as expected.

But if the item goes over one line, the second line is not indented and
moreover M-RET does not work anymore.

org-version: 8.0.2; emacs: 24.3.1

thanks in advance

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Problem in org-capture-templates

2013-04-28 Thread Igor Sosa Mayor
Hi Bastien,

Am Sun, Apr 28, 2013 at 10:49:01AM +0200, Bastien wrote: 
> I cannot reproduce this.  Does anyone can?

thnaks for your answer. With 8.0.2 it still happens. How could I debug
what is going on?

I thought maybe is ido-mode the problem, but if i disable it, it still
happens...

Many thanks in advance!


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



[O] Problem in org-capture-templates

2013-04-27 Thread Igor Sosa Mayor
[sorry for having send this emails several times... I made a mistake in
the subject...]

Hi,

i'm experiencing since some weeks a very strange bug (maybe). I have
this simple template:

(setq org-capture-templates
'(("e" "email (persönlich)" entry (file+headline "~/Documents/org/privat.org" 
"Emails")
"* TODO %^{Wem} schreiben
   SCHEDULED: %t
  :PROPERTIES:
  :Effort:   0:02
  :END:
%?")))

I get asked for the pesron I want write to, but the problem is that
I can not write a name with a blank space (say: `Barack Obama') because
I get an error `no match'.

This was working without problems for years. I have org 8.0.2 (but this
happened also with the last 7.9 version). Emacs: 24.3.1.

Thanks in advance

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



[O] orgstruct minor mode working strangely

2013-04-27 Thread Igor Sosa Mayor
Hi,

Orgstruct minor mode is working with the mail-mode a little strange.

If I write a simple list where every item is smaller than a line, I can
use M-RET and a new item is inserted as expected.

But if the item goes over one line, the second line is not indented and
moreover M-RET does not work anymore.

org-version: 8.0.2; emacs: 24.3.1

thanks in advance

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



[O] [0] Problem in org-capture-templates

2013-04-27 Thread Igor Sosa Mayor
Hi,

i'm experiencing since some weeks a very strange bug (maybe). I have
this simple template:

(setq org-capture-templates
'(("e" "email (persönlich)" entry (file+headline "~/Documents/org/privat.org" 
"Emails")
"* TODO %^{Wem} schreiben
   SCHEDULED: %t
  :PROPERTIES:
  :Effort:   0:02
  :END:
%?")))

I get asked for the pesron I want write to, but the problem is that
I can not write a name with a blank space (say: `Barack Obama') because
I get an error `no match'.

This was working without problems for years. I have org 8.0.2 (but this
happened also with the last 7.9 version). Emacs: 24.3.1.

Thanks in advance

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



[O] Bug in org-capture-templates

2013-04-26 Thread Igor Sosa Mayor
Hi,

i'm experiencing since some weeks a very strange bug (maybe). I have
this simple template:

(setq org-capture-templates
'(("e" "email (persönlich)" entry (file+headline "~/Documents/org/privat.org" 
"Emails")
"* TODO %^{Wem} schreiben
   SCHEDULED: %t
  :PROPERTIES:
  :Effort:   0:02
  :END:
%?")))

I get asked for the pesron I want write to, but the problem is that
I can not write a name with a blank space (say: `Barack Obama') because
I get an error `no match'.

This was working without problems for years. I have org 8.0.1 (but this
happened also with the last 7.9 version). Emacs: 24.3.1.

Thanks in advance




-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::



Re: [O] Orgmode is loading very slowly

2013-01-17 Thread Igor Sosa Mayor
Am Thu, Jan 17, 2013 at 10:35:29PM +0100, Sebastien Vauban wrote:
 
> I've written the following code, which I'm using to get insight about "opening
> times" (in and out of Org):
> 

thanks!

I will give it a try!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgpJjTZPpKN9Q.pgp
Description: PGP signature


Re: [O] Orgmode is loading very slowly

2013-01-17 Thread Igor Sosa Mayor
I answer myself.

It is a problem with org-bullets, which makes the loading of a file a
little bit slower. That's all.

Am Thu, Jan 17, 2013 at 11:37:29AM +0100, Igor Sosa Mayor wrote:
> Hi,
> 
> in the last time (maybe 3-4 weeks) I am noticing that orgmode starts
> very slowly. Yes, I know, this is highly subjective. 
> 
> Is there a way in emacs to `trace' what emacs is doing/loading?
> 
> I'm using: orgmode 7.9.3d on emacs 24.2.1 (archlinux)
> 
> many thanks in advance!
> 
> Igor
> 
> PS: i'm speaking of ~10 files, most of them under 80Kb. Only one with
> 850kb and three with ~150Kb.
> 
> -- 
> :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
> :: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
> :: jabberid: rogorido  ::::



-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgpBPUR4qib7X.pgp
Description: PGP signature


[O] Orgmode is loading very slowly

2013-01-17 Thread Igor Sosa Mayor
Hi,

in the last time (maybe 3-4 weeks) I am noticing that orgmode starts
very slowly. Yes, I know, this is highly subjective. 

Is there a way in emacs to `trace' what emacs is doing/loading?

I'm using: orgmode 7.9.3d on emacs 24.2.1 (archlinux)

many thanks in advance!

Igor

PS: i'm speaking of ~10 files, most of them under 80Kb. Only one with
850kb and three with ~150Kb.

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgpIoWYE57spM.pgp
Description: PGP signature


Re: [O] Agenda and tags position

2013-01-11 Thread Igor Sosa Mayor
Am Fri, Jan 11, 2013 at 01:29:41PM +0100, Bastien wrote: 
> This has been fixed in 7.9.3a -- let me know if you find out you still
> have this problem with 7.9.3a.

Hi Bastien,

thanks a lot. Of course it is working. I am using the AUR package of
archlinux and thought it is version 7.9.3a but it was still 7.9.3... 

thanks again!


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgpLdlb1ucf9K.pgp
Description: PGP signature


[O] Agenda and tags position

2013-01-11 Thread Igor Sosa Mayor
Hi,

is org-agenda-tags-column still working? After the last stable version,
even if I change the value of this variable, the tags appear all the
time at the same position. 

many thanks in advance!

Igor

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgpTGG5tMTM7E.pgp
Description: PGP signature


Re: [O] A mail client that is org-mode compatible

2013-01-10 Thread Igor Sosa Mayor
Am Thu, Jan 10, 2013 at 02:47:17PM +0100, Suvayu Ali wrote:

> Sorry for the late response, I was on holidays.

thanks a lot for your informative answer! Very interesting!

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgptIYO3avkVk.pgp
Description: PGP signature


Re: [O] Keybinding for org-footnote-action in mail-mode

2013-01-03 Thread Igor Sosa Mayor
Am Thu, Jan 03, 2013 at 02:48:16PM +0100, Bastien wrote:
> Not, it `C-c C-x f' is not activated by orgstruct++-mode -- I don't 
> think it should, as orgstruct++-mode keybindings are only active in
> Org's structures, and `org-footnote-action' should be available in
> paragraphs as well.

thanks for the explanation!

best

Igor

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgpjS20jvlsjx.pgp
Description: PGP signature


Re: [O] Keybinding for org-footnote-action in mail-mode

2013-01-03 Thread Igor Sosa Mayor
Am Thu, Jan 03, 2013 at 01:36:53PM +0100, Bastien wrote:
> (define-key mail-mode-map "\C-c\C-xf" 'org-footnote-action)

thanks, Bastien, it works perfectly.

> You might also want to turn on orgstruct++-mode like this:

orgstruct++-mode wsa already on. It is supposed to activate also the
footnote functionality. At least C-c C-x f is not activated...

thanks again for your answer and above all for your work!


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgpcu4zN8z8v2.pgp
Description: PGP signature


[O] Keybinding for org-footnote-action in mail-mode

2013-01-03 Thread Igor Sosa Mayor
Hi,

i'm trying to use org-footnote-action in mail-mode for writing
footnotes. I would like to bind it to C-c C-x f. 

If I put this in .emacs

(eval-after-load 'mail '(define-key mail-mode-map [C-c C-x f] 
'org-footnote-action))

I get the message: "C-c C-x f is undefined". This line appears before
any other mail-mode configuration.

Any ideas?

thx in advance!

Igor

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgpBhZm0wtbIS.pgp
Description: PGP signature


Re: [O] A mail client that is org-mode compatible

2013-01-02 Thread Igor Sosa Mayor


Am Wed, Jan 02, 2013 at 08:57:14AM +, Suvayu Ali wrote:
 
> I use notmuch for indexing only, and read and send emails from mutt.
> Although I do not use gnus, I do use emacs as my editor (hence
> message-mode) to compose emails; there I find Org is supported rather
> well.  For linking to emails, I have been using org-notmuch quite
> successfully for the last year now.
> 
> If you are interested, feel free to ask I can share more details.

I also would be interested in your orgmode + notmuch config...

thanks in advance!


-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgpd6ybfSq_1F.pgp
Description: PGP signature


Re: [O] Please consider making a donation

2012-08-27 Thread Igor Sosa Mayor
+1

Je Sun, Aug 26, 2012 at 07:19:46PM + BernardH skribis:
> Bastien  altern.org> writes:
> 
> > 
> > Hello all,
> > 
> > I've been a freelancer for the last two months and I want to continue
> > this experience.
> > 
> > As such, my main challenge is to discipline myself not to spend too 
> > much time on Org -- because, as you can imagine, it *is* very tempting.
> > 
> > So the more donation I receive, the more time I will have for Org.
> 
> Great !
> You might want to lower the barrier to donate by providing a link to
> http://orgmode.org/org-mode-donate.html ☺.
>  
> BTW, if it is to give you money, why not cut the middlemen and provide
> your IBAN ?(As a fellow countryman, it saddened me to pay for €→$(→€ ?)
> and to Visa™ and PayPal™ (which I despise) for naught.
> 
> Kudos for your great work on Org !
> 
> B.
> 
> 

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgpxjIWhgWs1Y.pgp
Description: PGP signature


Re: [O] Sendmail and orgstruct

2012-08-25 Thread Igor Sosa Mayor
maybe the error has nothing to do with org-struct... If I disable it, i'm still 
getting:

Debugger entered--Lisp error: (error "Sending...failed to   mail for [ -oi -a 
default -f igor.s...@gmail.com -t ] : send was successful; mail queue is empty 
(nothing to send); ")
  signal(error ("Sending...failed to   mail for [ -oi -a default -f 
igor.s...@gmail.com -t ] : send was successful; mail queue is empty (nothing to 
send); "))
  error("Sending...failed to %s" "  mail for [ -oi -a default -f 
igor.s...@gmail.com -t ] : send was successful; mail queue is empty (nothing to 
send); ")
  message-send-mail-with-sendmail()
  message-send-mail(nil)
  message-send-via-mail(nil)
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit nil nil)

Sorry for the noise...


Je Sat, Aug 25, 2012 at 09:58:55AM +0200 Igor Sosa Mayor skribis:
> Hi,
> 
> first of all, many thanks for providing orgmode. 
> 
> I have at the moment a problem sending emails. I get the following error
> messages:
> 
> 
> Debugger entered--Lisp error: (error "Sending...failed to   mail for [ -oi -a 
> default -f igor.s...@gmail.com -t ] : send was successful; mail queue is 
> empty (nothing to send); ")
>   signal(error ("Sending...failed to   mail for [ -oi -a default -f 
> igor.s...@gmail.com -t ] : send was successful; mail queue is empty (nothing 
> to send); "))
>   error("Sending...failed to %s" "  mail for [ -oi -a default -f 
> igor.s...@gmail.com -t ] : send was successful; mail queue is empty (nothing 
> to send); ")
>   message-send-mail-with-sendmail()
>   message-send-mail(nil)
>   message-send-via-mail(nil)
>   message-send(nil)
>   message-send-and-exit(nil)
>   call-interactively(message-send-and-exit)
>   (let (orgstruct-mode) (call-interactively (or (key-binding "") (quote 
> orgstruct-error
>   (if (org-context-p (quote headline) (quote item) (and orgstruct-is-++ nil 
> (quote item-body))) (org-run-like-in-org-mode (quote org-ctrl-c-ctrl-c)) (let 
> (orgstruct-mode) (call-interactively (or (key-binding "") (quote 
> orgstruct-error)
>   orgstruct-hijacker-command-21(1)
>   call-interactively(orgstruct-hijacker-command-21)
>   orgtbl-ctrl-c-ctrl-c(nil)
>   call-interactively(orgtbl-ctrl-c-ctrl-c nil nil)
> 
> I'm using: 
> + emacs 24.1.1
> + orgmode: 7.9
> 
> Any hints? 
> 
> Thanks in advance!
> -- 
> :: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
> :: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
> :: jabberid: rogorido  ::::



-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgpzl0M71rQA1.pgp
Description: PGP signature


[O] Sendmail and orgstruct

2012-08-25 Thread Igor Sosa Mayor
Hi,

first of all, many thanks for providing orgmode. 

I have at the moment a problem sending emails. I get the following error
messages:


Debugger entered--Lisp error: (error "Sending...failed to   mail for [ -oi -a 
default -f igor.s...@gmail.com -t ] : send was successful; mail queue is empty 
(nothing to send); ")
  signal(error ("Sending...failed to   mail for [ -oi -a default -f 
igor.s...@gmail.com -t ] : send was successful; mail queue is empty (nothing to 
send); "))
  error("Sending...failed to %s" "  mail for [ -oi -a default -f 
igor.s...@gmail.com -t ] : send was successful; mail queue is empty (nothing to 
send); ")
  message-send-mail-with-sendmail()
  message-send-mail(nil)
  message-send-via-mail(nil)
  message-send(nil)
  message-send-and-exit(nil)
  call-interactively(message-send-and-exit)
  (let (orgstruct-mode) (call-interactively (or (key-binding "") (quote 
orgstruct-error
  (if (org-context-p (quote headline) (quote item) (and orgstruct-is-++ nil 
(quote item-body))) (org-run-like-in-org-mode (quote org-ctrl-c-ctrl-c)) (let 
(orgstruct-mode) (call-interactively (or (key-binding "") (quote 
orgstruct-error)
  orgstruct-hijacker-command-21(1)
  call-interactively(orgstruct-hijacker-command-21)
  orgtbl-ctrl-c-ctrl-c(nil)
  call-interactively(orgtbl-ctrl-c-ctrl-c nil nil)

I'm using: 
+ emacs 24.1.1
+ orgmode: 7.9

Any hints? 

Thanks in advance!
-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgpHwEIuIEoPz.pgp
Description: PGP signature


Re: [O] Org-mode release 7.9

2012-08-24 Thread Igor Sosa Mayor
gt; 
> =Non-nil= means display the first star of an inline task as
> additional marker.  When =nil=, the first star is not shown.
> 
> 
> [org-inlinetask-show-first-star]: 
> http://orgmode.org/worg/doc.html#org-inlinetask-show-first-star
> 
> New option [org-latex-preview-ltxpng-directory]
> ~~~
> 
> This lets you define the path for the =ltxpng/= directory.
> 
> 
> [org-latex-preview-ltxpng-directory]: 
> http://orgmode.org/worg/doc.html#org-latex-preview-ltxpng-directory
> 
> You can now use imagemagick instead of dvipng to preview LaTeX fragments
> 
> 
> You can now turn off [orgstruct++-mode] safely
> ~~
> 
> [orgstruct++-mode]: http://orgmode.org/worg/doc.html#orgstruct++-mode
> 
> =C-u C-c C-c= on list items to add check boxes
> ~~
> 
> =C-u C-c C-c= will add an empty check box on a list item.
> 
> When hit from the top of the list, it will add check boxes for all top
> level list items.
> 
> =org-list-ending-method= and =org-list-end-regexp= are now obsolete
> ~~~
> 
> Fall back on using [org-list-end-re] only, which see.
> 
> 
> [org-list-end-re]: http://orgmode.org/worg/doc.html#org-list-end-re
> 
> org-feed.el now expands =%(sexp)= templates
> ~~~
> 
> New option [org-protocol-data-separator]
> 
> 
> 
> [org-protocol-data-separator]: 
> http://orgmode.org/worg/doc.html#org-protocol-data-separator
> 
> New option [org-ditaa-jar-option] to specify the ditaa jar file
> ~~~
> 
> 
> [org-ditaa-jar-option]: http://orgmode.org/worg/doc.html#org-ditaa-jar-option
> 
> New possible value for [org-loop-over-headlines-in-active-region]
> ~
> 
> When [org-loop-over-headlines-in-active-region] is set to
> =start-level=, the command will loop over the active region but
> will only act upon entries that are of the same level than the
> first headline in the region.
> 
> 
> [org-loop-over-headlines-in-active-region]: 
> http://orgmode.org/worg/doc.html#org-loop-over-headlines-in-active-region
> [org-loop-over-headlines-in-active-region]: 
> http://orgmode.org/worg/doc.html#org-loop-over-headlines-in-active-region
> 
> New option [org-habit-show-all-today]
> ~
> 
> When set to =t=, show all (even unscheduled) habits on today's agenda.
> 
> 
> [org-habit-show-all-today]: 
> http://orgmode.org/worg/doc.html#org-habit-show-all-today
> 
> 
> Important bug fixes
> ===
> 
> M-TAB on options keywords perform completion correctly again
> 
> 
> If you hit =M-TAB= on keywords like =#+TITLE=, Org will try to
> perform completion with meaningful values.
> 
> Add licenses to javascript embedded and external code snippets
> --
> 
> Embedded javascript code produced when exporting an Org file to HTML is now
> licensed under GPLv3 (or later), and the copyright is owned by the Free
> Software Foundation, Inc.
> 
> The javascript code for embedding MathJax in the browser mentions the
> MathJax copyright and the Apache 2.0 license.
> 
> The javascript code for embedding =org-injo.js= in the browser mentions the
> copyright of Sebastian Rose and the GPLv3 (or later) license.
> 
> [org-export-html-scripts] is now a variable, so that you can adapt the code
> and the license to your needs.
> 
> See [http://www.gnu.org/philosophy/javascript-trap.html] for explanations on
> why these changes were necessary.
> 
> 
> [org-export-html-scripts]: 
> http://orgmode.org/worg/doc.html#org-export-html-scripts
> 
> 
> -- 
>  Bastien
> 
> 

-- 
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890   :: http://www.gnupg.org/  ::
:: jabberid: rogorido  ::::


pgpuN6irW45WT.pgp
Description: PGP signature


  1   2   >