[O] disqus

2016-01-04 Thread David Arroyo Menéndez

Hello,

How can I use disqus with orgmode? Some experience?

Thanks!



[O] disqus

2016-01-04 Thread David Arroyo Menéndez

Hi all,

Some tutorial about disqus using orgmode?

Regards!




[O] org-todo-recursive

2015-01-17 Thread David Arroyo Menéndez

Hello!

How can I do a org-todo-recursive? The idea is replace TODO by DONE in
a tree. Someone with a snippet?

Regards.



[O] [BUG] org-latex-export fails in spanish language

2014-09-14 Thread David Arroyo Menéndez

Hello,

I'm exporting an org file to latex using the git repository. 

In the org file I've added #+LANGUAGE: es in the header.

The language options doesn't appear in tex file. IMHO is necessary add
\usepackage[spanish]{babel}. I suppose that is a problem with
org-latex-guess-babel-language. 

Thanks in advance.



Re: [O] [BUG] org-latex-export fails in spanish language

2014-09-14 Thread David Arroyo Menéndez
Nicolas Goaziou m...@nicolasgoaziou.fr writes:

 Hello,

 davi...@es.gnu.org (David Arroyo Menéndez) writes:

 I'm exporting an org file to latex using the git repository. 

 In the org file I've added #+LANGUAGE: es in the header.

 The language options doesn't appear in tex file. IMHO is necessary add
 \usepackage[spanish]{babel}. I suppose that is a problem with
 org-latex-guess-babel-language. 

 You need to put \usepackage[spanish]{babel} or
 \usepackage[AUTO]{babel} in your header (with a keyword or in your
 class definition).

 Org doesn't load it automatically for you.


 Regards,

Thanks, now the conversion is running. 

Regards.



[O] Wrong type argument: processp, nil

2013-08-16 Thread David Arroyo Menéndez

I've been having troubles using org-html-export-to-html in some files,
I can read in the mini-buffer Wrong type argument: processp, nil.

The problem was that in #+BEGIN_SRC, I was using shell instead of bash. I
think that the error showed is not intuitive, it could tell the number
of line or about #+BEGIN_SRC.

Thanks. 

-- 
David Arroyo Menéndez
http://www.davidam.com



[O] Bug: org-html-export-to-html is failing [8.0.3 (release_8.0.3-245-g5e3c3f-git @ org-loaddefs.el can not be found!)]

2013-06-20 Thread David Arroyo Menéndez

Today, when I try call to org-html-export-to-html, I find the next
error:

Wrong type argument: processp, nil

What could be failing?

I'm using the git version. 


Emacs  : GNU Emacs 24.2.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2)
 of 2013-01-20 on trouble, modified by Debian
Package: Org-mode version 8.0.3 (release_8.0.3-245-g5e3c3f-git @ 
org-loaddefs.el can not be found!)

current state:
==
(setq
 org-tab-first-hook '(org-hide-block-toggle-maybe 
org-src-native-tab-command-maybe
  org-babel-hide-result-toggle-maybe 
org-babel-header-arg-expand)
 org-latex-classes '((beamer
  \\documentclass[presentation]{beamer}\n 
[DEFAULT-PACKAGES]\n [PACKAGES]\n [EXTRA]
  (\\section{%s} . \\section*{%s}) (\\subsection{%s} 
. \\subsection*{%s})
  (\\subsubsection{%s} . \\subsubsection*{%s}))
 (article \\documentclass[11pt]{article} 
(\\section{%s} . \\section*{%s})
  (\\subsection{%s} . \\subsection*{%s})
  (\\subsubsection{%s} . \\subsubsection*{%s})
  (\\paragraph{%s} . \\paragraph*{%s})
  (\\subparagraph{%s} . \\subparagraph*{%s}))
 (report \\documentclass[11pt]{report} (\\part{%s} . 
\\part*{%s})
  (\\chapter{%s} . \\chapter*{%s}) (\\section{%s} . 
\\section*{%s})
  (\\subsection{%s} . \\subsection*{%s})
  (\\subsubsection{%s} . \\subsubsection*{%s}))
 (book \\documentclass[11pt]{book} (\\part{%s} . 
\\part*{%s})
  (\\chapter{%s} . \\chapter*{%s}) (\\section{%s} . 
\\section*{%s})
  (\\subsection{%s} . \\subsection*{%s})
  (\\subsubsection{%s} . \\subsubsection*{%s}))
 )
 org-speed-command-hook '(org-speed-command-default-hook 
org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-confirm-shell-link-function 'yes-or-no-p
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-from-is-user-regexp \\David\\
 org-src-mode-hook '(org-src-babel-configure-edit-buffer 
org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '((lambda nil
  (org-add-hook (quote change-major-mode-hook) (quote 
org-show-block-all) (quote append)
   (quote local))
  )
 (lambda nil
  (org-add-hook (quote change-major-mode-hook) (quote 
org-babel-show-result-all)
   (quote append) (quote local))
  )
 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point 
org-babel-execute-safely-maybe)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers 
org-cycle-hide-inline-tasks
  org-cycle-show-empty-lines 
org-optimize-window-after-visibility-change)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-babel-load-languages '((emacs-lisp . t) (R . t))
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 org-confirm-babel-evaluate nil
 )
-- 
David Arroyo Menéndez
http://www.davidam.com



Re: [O] org-effectiveness

2013-05-29 Thread David Arroyo Menéndez

davi...@es.gnu.org (David Arroyo =?utf-8?Q?Men=C3=A9ndez?=) writes:

 Viktor Rosenfeld listuse...@gmail.com writes:

 Hello,

 David Arroyo Menéndez wrote:

 
 Hello,
 
 I would like propose org-effectiveness to contrib. Org effectiveness is
 a mode to measure the personal effectiveness using org todos.

 +1


I've sent the request-assign.txt to ass...@gnu.org, I'll wait news.

Regards!



[O] org-effectiveness.el

2013-05-28 Thread David Arroyo Menéndez

Hello,

I've created a mode to measure the personal effectiveness in GNU/Emacs,
it's contributed in
http://orgmode.org/worg/code/elisp/org-effectiveness.el.

In the next days, I'll write a tutorial in worg to use it. I would like
contribute it to contrib, I hope receive comments.

Thanks!

-- 
David Arroyo Menéndez
http://www.davidam.com
RMS: If you want to accomplish something in the world, idealism is not 
enough--you need to choose a method that works to achieve the goal. In other 
words, you need to be pragmatic.
gpg --keyserver pgp.rediris.es --recv-keys B395B90A


pgpgCsVGeIFeW.pgp
Description: PGP signature


Re: [O] orgguide-es

2013-05-28 Thread David Arroyo Menéndez
davi...@es.gnu.org (David Arroyo =?utf-8?Q?Men=C3=A9ndez?=) writes:

 Hello,

 The spanish version of orgguide is good maintained and from my point of
 view would be useful to the spanish org people add a link to
 http://orgmode.org/#docs. For instance:

   Read the compact guide in spanish: HTML or PDF

 Regards.

I'm trying update worg to link to orgguide.es.html, but I'm finding a not
found in http://orgmode.org/worg/orgguide/orgguide.es.html. In
http://orgmode.org/worg/orgguide/ appears forbidden.

Thanks in advance.



[O] org-effectiveness

2013-05-27 Thread David Arroyo Menéndez

Hello,

I would like propose org-effectiveness to contrib. Org effectiveness is
a mode to measure the personal effectiveness using org todos.

Regards.



Re: [O] org-effectiveness

2013-05-27 Thread David Arroyo Menéndez
davi...@es.gnu.org (David Arroyo =?utf-8?Q?Men=C3=A9ndez?=) writes:

 Hello,

 I would like propose org-effectiveness to contrib. Org effectiveness is
 a mode to measure the personal effectiveness using org todos.

 Regards.

I've wrote a tutorial:
http://orgmode.org/worg/org-tutorials/org-effectiveness.html

Regards.



Re: [O] org-effectiveness

2013-05-27 Thread David Arroyo Menéndez
Viktor Rosenfeld listuse...@gmail.com writes:

 Hello,

 David Arroyo Menéndez wrote:

 
 Hello,
 
 I would like propose org-effectiveness to contrib. Org effectiveness is
 a mode to measure the personal effectiveness using org todos.

 +1


:-) 

Just a tutorial:
http://orgmode.org/worg/org-tutorials/org-effectiveness.html

 It should use `org-time-clocksum-use-effort-durations'. I definitely
 like when my weekly clock report tells me that I've worked more than
 seven days the past week. Awesome!

 Cheers,
 Viktor

 
 Regards.
 



[O] Bug: error enlighting file: [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]

2013-04-11 Thread David Arroyo Menéndez


Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

 http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.


Sometimes file link is enlighted without brackets, for example,

file:~/public_html/docu/drupal/pantallazo8.png appears enlighted, but
exporting the file to html the transformation is not good.

Emacs  : GNU Emacs 24.2.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2)
 of 2013-01-20 on trouble, modified by Debian
Package: Org-mode version 8.0-pre (release_8.0-pre-335-g4c426b-git @ 
org-loaddefs.el can not be found!)

current state:
==
(setq
 org-tab-first-hook '(org-hide-block-toggle-maybe 
org-src-native-tab-command-maybe
  org-babel-hide-result-toggle-maybe 
org-babel-header-arg-expand)
 org-speed-command-hook '(org-speed-command-default-hook 
org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-confirm-shell-link-function 'yes-or-no-p
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-from-is-user-regexp \\David\\
 org-src-mode-hook '(org-src-babel-configure-edit-buffer 
org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '((lambda nil
  (org-add-hook (quote change-major-mode-hook) (quote 
org-show-block-all) (quote append)
   (quote local))
  )
 (lambda nil
  (org-add-hook (quote change-major-mode-hook) (quote 
org-babel-show-result-all)
   (quote append) (quote local))
  )
 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point 
org-babel-execute-safely-maybe)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers 
org-cycle-hide-inline-tasks
  org-cycle-show-empty-lines 
org-optimize-window-after-visibility-change)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )
-- 
David Arroyo Menéndez
http://www.davidam.com
RMS: If you want to accomplish something in the world, idealism is not 
enough--you need to choose a method that works to achieve the goal. In other 
words, you need to be pragmatic.
gpg --keyserver pgp.rediris.es --recv-keys B395B90A



[O] Bug: org-remember.el is not in git repo [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]

2013-04-11 Thread David Arroyo Menéndez


Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

 http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.


Trying does org-submit-report from git repo, I've found this error, I've
fixed my problem adding (load
/usr/share/emacs/24.3.50/lisp/org/org-remember.el) to my .emacs ...

Emacs  : GNU Emacs 24.2.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2)
 of 2013-01-20 on trouble, modified by Debian
Package: Org-mode version 8.0-pre (release_8.0-pre-335-g4c426b-git @ 
org-loaddefs.el can not be found!)

current state:
==
(setq
 org-tab-first-hook '(org-hide-block-toggle-maybe 
org-src-native-tab-command-maybe
  org-babel-hide-result-toggle-maybe 
org-babel-header-arg-expand)
 org-speed-command-hook '(org-speed-command-default-hook 
org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-confirm-shell-link-function 'yes-or-no-p
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-from-is-user-regexp \\David\\
 org-src-mode-hook '(org-src-babel-configure-edit-buffer 
org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '((lambda nil
  (org-add-hook (quote change-major-mode-hook) (quote 
org-show-block-all) (quote append)
   (quote local))
  )
 (lambda nil
  (org-add-hook (quote change-major-mode-hook) (quote 
org-babel-show-result-all)
   (quote append) (quote local))
  )
 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point 
org-babel-execute-safely-maybe)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers 
org-cycle-hide-inline-tasks
  org-cycle-show-empty-lines 
org-optimize-window-after-visibility-change)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )
-- 
David Arroyo Menéndez
http://www.davidam.com
RMS: If you want to accomplish something in the world, idealism is not 
enough--you need to choose a method that works to achieve the goal. In other 
words, you need to be pragmatic.
gpg --keyserver pgp.rediris.es --recv-keys B395B90A



[O] Bug: Escaping _ to export to pdf [8.0-pre (release_8.0-pre-335-g4c426b-git @ org-loaddefs.el can not be found!)]

2013-04-11 Thread David Arroyo Menéndez


Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

 http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.


I'm having troubles to words as export db_query to pdf, I've tried with
db\_query in the source, but appears \ in the pdf, with db_query appears
query with a less font size.

Emacs  : GNU Emacs 24.2.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2)
 of 2013-01-20 on trouble, modified by Debian
Package: Org-mode version 8.0-pre (release_8.0-pre-335-g4c426b-git @ 
org-loaddefs.el can not be found!)

current state:
==
(setq
 org-tab-first-hook '(org-hide-block-toggle-maybe 
org-src-native-tab-command-maybe
  org-babel-hide-result-toggle-maybe 
org-babel-header-arg-expand)
 org-speed-command-hook '(org-speed-command-default-hook 
org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-confirm-shell-link-function 'yes-or-no-p
 org-latex-format-headline-function 'org-latex-format-headline-default-function
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-from-is-user-regexp \\David\\
 org-src-mode-hook '(org-src-babel-configure-edit-buffer 
org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '((lambda nil
  (org-add-hook (quote change-major-mode-hook) (quote 
org-show-block-all) (quote append)
   (quote local))
  )
 (lambda nil
  (org-add-hook (quote change-major-mode-hook) (quote 
org-babel-show-result-all)
   (quote append) (quote local))
  )
 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point 
org-babel-execute-safely-maybe)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers 
org-cycle-hide-inline-tasks
  org-cycle-show-empty-lines 
org-optimize-window-after-visibility-change)
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )
-- 
David Arroyo Menéndez
http://www.davidam.com
RMS: If you want to accomplish something in the world, idealism is not 
enough--you need to choose a method that works to achieve the goal. In other 
words, you need to be pragmatic.
gpg --keyserver pgp.rediris.es --recv-keys B395B90A



[O] Bug: #+LANGUAGE: es doesn't run in org-export-as-pdf [7.8.11]

2013-02-18 Thread David Arroyo Menéndez


Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

 http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.


With #+LANGUAGE: es, doing org-export-as-pdf the dates and the contents is 
being showed in
english, but org-export-as-html appears in spanish.

Thanks in advance.

Emacs  : GNU Emacs 24.2.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2)
 of 2013-01-20 on trouble, modified by Debian
Package: Org-mode version 7.8.11

current state:
==
(setq
 org-export-preprocess-before-selecting-backend-code-hook 
'(org-beamer-select-beamer-code)
 org-tab-first-hook '(org-hide-block-toggle-maybe 
org-src-native-tab-command-maybe
  org-babel-hide-result-toggle-maybe)
 org-speed-command-hook '(org-speed-command-default-hook 
org-babel-speed-command-hook)
 org-occur-hook '(org-first-headline-recenter)
 org-metaup-hook '(org-babel-load-in-session-maybe)
 org-export-preprocess-before-normalizing-links-hook 
'(org-remove-file-link-modifiers)
 org-confirm-shell-link-function 'yes-or-no-p
 org-export-latex-final-hook '(org-beamer-amend-header org-beamer-fix-toc 
org-beamer-auto-fragile-frames
   org-beamer-place-default-actions-for-lists)
 org-export-latex-after-initial-vars-hook '(org-beamer-after-initial-vars)
 org-after-todo-state-change-hook '(org-clock-out-if-current)
 org-from-is-user-regexp \\David\\
 org-src-mode-hook '(org-src-babel-configure-edit-buffer 
org-src-mode-configure-edit-buffer)
 org-agenda-before-write-hook '(org-agenda-add-entry-text)
 org-babel-pre-tangle-hook '(save-buffer)
 org-mode-hook '(#[nil \300\301\302\303\304$\207
   [org-add-hook change-major-mode-hook org-show-block-all 
append local] 5]
 #[nil \300\301\302\303\304$\207
   [org-add-hook change-major-mode-hook 
org-babel-show-result-all append local] 5]
 org-babel-result-hide-spec org-babel-hide-all-hashes)
 org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point 
org-babel-execute-safely-maybe)
 org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers 
org-cycle-show-empty-lines
  org-optimize-window-after-visibility-change)
 org-export-latex-format-toc-function 'org-export-latex-format-toc-default
 org-export-blocks '((src org-babel-exp-src-block nil) (export-comment 
org-export-blocks-format-comment t)
 (ditaa org-export-blocks-format-ditaa nil) (dot 
org-export-blocks-format-dot nil))
 org-export-first-hook '(org-beamer-initialize-open-trackers)
 org-export-interblocks '((src org-babel-exp-non-block-elements))
 org-confirm-elisp-link-function 'yes-or-no-p
 org-metadown-hook '(org-babel-pop-to-session-maybe)
 org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
 )
-- 
David Arroyo Menéndez
http://www.davidam.com
RMS (2011): Steve Jobs, the pioneer of the computer as a jail made cool, 
designed to sever fools from their freedom, has died.
gpg --keyserver pgp.rediris.es --recv-keys B395B90A



[O] orgguide translated to spanish

2012-12-26 Thread David Arroyo Menéndez

Hello,

I've translated orgguide to spanish. You can download the sources doing
git pull to worg. 

My idea would be open a new phase of revision. I accept contributions in
this sense.

Thanks.

-- 
David Arroyo Menéndez
http://www.davidam.com
gpg --keyserver pgp.rediris.es --recv-keys B395B90A



[O] orgmode.org shutdown

2012-12-05 Thread David Arroyo Menéndez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


orgmode.org is shutdown. I can speak with UNED or es.gnu.org to
establish a mirror if it's necessary.

Regards.

- -- 
David Arroyo Menéndez
http://www.davidam.com
gpg --keyserver pgp.rediris.es --recv-keys B395B90A
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.9 http://mailcrypt.sourceforge.net/

iQEcBAEBAgAGBQJQvwuvAAoJEGGvRy2zlbkKL+AIAMOgLCUBx/Z1Nm9MCcrPly7S
r4j9X927cByGTINYGYQ5WPWyyAuu1p5HwXdLbdRcFdQsGQHvxoJJsvtaD+HZ2diG
L13G5bQvTqCHhXj0t1IzGyhRFbUZ3WQwCXEv9fJscoTGWNMYEVW3IrkCe/q062BB
dyeyUOQTO623CkGNdA0eWH7Roha+nSsKK78FXdj3jN3ql4zS7Ao14HjYSnh9ZmMc
Hzw+80uK5hCI8qGkBnMkOSjfe7QNTXoGWBAdwl3yCb/qZoD0vPSt3kcZCTCvH/rg
oRX6u24g5AcZ/kBLkPFhh8OsQspocKsuMFoZl243uo3/HFzndEBi+50XGrWLR+0=
=5LEO
-END PGP SIGNATURE-



Re: [O] orgmode.org shutdown

2012-12-05 Thread David Arroyo Menéndez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sebastien Vauban wxhgmqzgw...@spammotel.com writes:

 Hi David,

 David Arroyo Menéndez wrote:
 orgmode.org is shutdown.

 Not for me, at least not anymore.

 Best regards,
   Seb

:mmm

The output of my ping test is:

davidam@tolstoi:~$ ping orgmode.org
PING orgmode.org (198.101.246.4) 56(84) bytes of data.
^C
- --- orgmode.org ping statistics ---
14 packets transmitted, 0 received, 100% packet loss, time 13103ms

davidam@tolstoi:~$ ping es.gnu.org
PING es.gnu.org (91.224.149.60) 56(84) bytes of data.
64 bytes from chapters.tetaneutral.net (91.224.149.60): icmp_req=1 ttl=49 
time=4229 ms
64 bytes from chapters.tetaneutral.net (91.224.149.60): icmp_req=2 ttl=49 
time=3230 ms
64 bytes from chapters.tetaneutral.net (91.224.149.60): icmp_req=3 ttl=49 
time=2231 ms



- -- 
David Arroyo Menéndez
http://www.davidam.com
gpg --keyserver pgp.rediris.es --recv-keys B395B90A
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.9 http://mailcrypt.sourceforge.net/

iQEcBAEBAgAGBQJQvyymAAoJEGGvRy2zlbkKs8sIALa3grnTYjurRb95rlfUTLuS
Hdm4UeYzetMcJmQ1WgSuUWOm1nvDdB01JUUANUBnP48jaE6NBQaHgN18T2d47dhc
wAr6gt5q8veGo5F4dcqVc7qd5XGfsOSEJIECgmdZBVQ5BCntmSRL6tNFBHl8bn3J
+LlESHMwO1UhW9tmdWnlEgyQV7S+Bmihz/cYaJCxajs4bS1ptpzHqPL3A0URnNHZ
n1P2iVe/SsIw5zVBOZJttehGxn9X6tr0ITUfFVkkY4x/bBMIdH8O1hZRrcYGcnL0
eONO4fEXsLdQgmiHuOFhCz+00rc8wlmfTUJey3f/PnaDtPQKiPjABzll205cuF0=
=d1Yh
-END PGP SIGNATURE-



Re: [O] orgmode.org shutdown

2012-12-05 Thread David Arroyo Menéndez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sebastien Vauban wxhgmqzgw...@spammotel.com writes:

 Hi David,

 David Arroyo Menéndez wrote:
 orgmode.org is shutdown.

 Not for me, at least not anymore.

 Best regards,
   Seb

Ok, accessing on http way is running and git is running now.

On yesterday, is not running well.

Thanks 

- -- 
David Arroyo Menéndez
http://www.davidam.com
gpg --keyserver pgp.rediris.es --recv-keys B395B90A
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.9 http://mailcrypt.sourceforge.net/

iQEcBAEBAgAGBQJQvy1RAAoJEGGvRy2zlbkKx08IAMUVFpQLDin5YwriMSStTKus
/eE8nFAurTGeNrR/EVCuyQFZVGuDjkEZJfd10rKaMXAdVhLEYlA1Y+ZJH7gAIjNY
ff6kgg0wOiJgFDFc5iUWJxVAQ2fQDIuaW/9ip1UW1z7ReDNb6HFfBrgNwWAJjgU2
CqwYRJcSJgdbJedVaWphLRgaf4U/ua2X6s7vpnTB/3Ix8ZAjwacD96dr09QNBEE/
hoyjmGtvrxBQc44PAOjPhpFqrpzlRNJlLwi080872FJWJjiEV+YMQZ6jA/l3CGvy
tnF5xYg6sxNETOvsrLqjeGAb7y6slX6p5VB1etdZcqvbBd2oF0hb0axjwlLQvts=
=KFdR
-END PGP SIGNATURE-



Re: [O] git access

2012-12-04 Thread David Arroyo Menéndez
Bastien b...@altern.org writes:

 Hi David,

 davi...@es.gnu.org (David Arroyo Menéndez) writes:

 I'm translating the org guide, I would like make git push my
 orgguide.es.po. Who can give me this access?. 

 I gave you access to worg.git -- .po files can be edited from there.


I've pushed the files :)

 There are a lot of work
 done you can access to this translation from
 http://www.davidam.com/docu/orgguide.es.html.

 Thanks for this!

 PS: I contributed to the french translation of the Org Guide, maybe you
 can push the fr.po file there too?

-- 
David Arroyo Menéndez
http://www.davidam.com
gpg --keyserver pgp.rediris.es --recv-keys B395B90A



[O] git access

2012-12-02 Thread David Arroyo Menéndez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hello!

I'm translating the org guide, I would like make git push my
orgguide.es.po. Who can give me this access?. There are a lot of work
done you can access to this translation from
http://www.davidam.com/docu/orgguide.es.html.

Thanks!

- -- 
David Arroyo Menéndez
http://www.davidam.com
gpg --keyserver pgp.rediris.es --recv-keys B395B90A
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.9 http://mailcrypt.sourceforge.net/

iQEcBAEBAgAGBQJQu25BAAoJEGGvRy2zlbkKWfsIANNdBN9O4CG2fjH59As73oT7
nSq5oHq5Tfhu5ttEGQHKXQYK4LY4nRAzFpyxg/fMP4XrB3h3nF0x3jt3XS50SW76
0n4cO+b95ZHN5YsDnzaZsSiVRTPbMf/5w5Pui3988UVavUh4CHm4m60InGuKMxIk
rcSpjxWFj6fNMhatUg/A0bM0gXcdFPoYHknX+qvUIgsxK1H6rAKWiAqZ3pD8I3FA
E9jgo4Ck5L7OoEstPAOSVsEOHXG+4impkavn6py3R4di4OueTC02nUfzhictisQ9
qisc5tmxn4pFk6+LiNGhMRJWHUCFrcO48PTOWjCirEvi9IOHPaV7AKkzpa0Rdhs=
=eWQW
-END PGP SIGNATURE-



Re: [O] writing research articles with org-mode

2012-11-30 Thread David Arroyo Menéndez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


A lot of thanks Tom.

Regards.

t...@tsdye.com (Thomas S. Dye) writes:

 Aloha David,

 The article describing Org mode in the Journal of Statistical Software
 is an example that you might find useful:
 http://www.jstatsoft.org/v46/i03

 All the best,
 Tom

 davi...@es.gnu.org (David Arroyo Menéndez) writes:

 Hello,

 I need an example of research article written with org-mode by personal
 purposes. Who can I help me?

 Thanks in advance.

- -- 
David Arroyo Menéndez
http://www.davidam.com
gpg --keyserver pgp.rediris.es --recv-keys B395B90A
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.9 http://mailcrypt.sourceforge.net/

iQEcBAEBAgAGBQJQuWQDAAoJEGGvRy2zlbkKakoIANLMRWSmI0zgAYNOrrhWSUfE
E7H7GgISjpoFzfkqglkp1fbc8+3j/Yr4W1lSp1JNKYhbU4GhKmF995YI7DvbLRs4
k0ZWr+Rh1eUEIw4dcFb0LGMVjWau5GPUpJdwxHOpeqkwd3I36mIq8Eq6+j3ai8Fl
sFva1X8JOwn2qClhi1u/4pdCCIf+t4f5xPWUoDEuN6mtzHHfOMCQqcUuWw2qI0Us
KNnliw6Ivrup++Rp0wwY58x7OOspvOWd3GefKgh+Hqq8lBiFhEAOU4dwqBJyIl3b
ecGq6VYkKxr1fIvIHQOkWTn3oSv2VxzLhrMPrrOs53814HRjVUZiMDbrGOm6714=
=jktv
-END PGP SIGNATURE-



[O] writing research articles with org-mode

2012-11-29 Thread David Arroyo Menéndez

Hello,

I need an example of research article written with org-mode by personal
purposes. Who can I help me?

Thanks in advance.

-- 
David Arroyo Menéndez
http://www.davidam.com
gpg --keyserver pgp.rediris.es --recv-keys B395B90A



Re: [O] org-version.inc missing

2012-11-13 Thread David Arroyo Menéndez

Thanks!

make pdf is ok!

Bastien b...@altern.org writes:

 Hi David,

 davi...@es.gnu.org writes:

 I'm trying make texi2pdf to orgguide.texi with some troubles. IMHO someone
 has forgotten make git push to org-version.inc

 org-version.inc is generated by the Makefile. 

 What does `make pdf' do for you?



Re: [O] http://libremanuals.net (ikiwiki+org) to translate the Org Guide

2011-12-14 Thread David Arroyo Menéndez
Bastien, thanks for the announce.

For now, I've enabled english, spanish and french in the libremanual
ikiwiki, but if someone wants translate the org compact guide (
http://www.libremanuals.net/orgguide/index.en.html) to another language,
let me know and I'll enable a new language.

Best.

El 13 de diciembre de 2011 20:48, Bastien b...@altern.org escribió:

 Dear all,

 another announcement about translation : David Arroyo Menéndez (who
 already translated David O'Toole's tutorial) is launching LibreManuals
 to help with translating/publishing FLOSS book.

 Libremanuals uses ikiwiki (http://ikiwiki.info/) a wiki compiler.  It
 builds static HTML pages for a wiki, from source in the ikiwiki/Markdown
 language (or others, such as texinfo or org-mode), and writes it out to
 destination.  Libremanuals is using org-mode files to manage the tasks
 to do in an integrated way with ikiwiki thanks to the org ikiwiki plugin
 http://www.golden-gryphon.com/software/misc/org.pm.html

 Please check the website and contribute on it (it's a wiki) or through
 the git repository: having the Org Guide in several languages would be
 great!

 Thanks to David for setting this up, and to you all for your attention!

 (And I'm done with announcements.)

 Best,

 --
  Bastien




-- 
David Arroyo Menéndez
http://www.davidam.com


Re: [O] http://libremanuals.net (ikiwiki+org) to translate the Org Guide

2011-12-14 Thread David Arroyo Menéndez
Done!

Please send me your public ssh key to make an unix account and can do git
clone and git push

Best

El 14 de diciembre de 2011 10:44, Takaaki ISHIKAWA tak...@ieee.orgescribió:

 Dear all and David,

 Sorry I sent an incomplete mail, it's my mistake.
 please ignore the previous e-mail.

  David

 Near future, I'll contribute a Japanese translation.
 Could you setup the libremanual ikiwiki for Japanese?

 Best regards,
 Takaaki Ishikawa
 @takaxp
 -BEGIN PGP SIGNATURE-

 iQEcBAEBAgAGBQJO6HAWAAoJEFwinLr9JisS07EIAJPq12t2fA+D1NgfMTY2afyJ
 YeXCblrm3e8YBlh+HCCHDtMNo9lUfm83z/I5wopNTYzDUED3N7MnCou1jaz+W0eR
 wXjSlL+sQj9TtvazcdSypwtHAGUdiw5xyTP0nQ+D3RXFEwzv5/8TrOX5UraSDz/9
 0ywKrz1Hw++GIaiL+R+ARZkEKqJElJ5oBhchLTUweV98COY2CT033Qc/mdf9wIOB
 PYfZigtqb42m51AmGB8lDQT+IUwBOXgifZIHWeSnpLh4WZGEnQzCkpyR82pQElaT
 Ps8nioKvKsRvugSKigYMv9vv7zDUjeUObpJpjfIo13J6jshd0LM5GXjbwi3VLp0=
 =nL5d
 -END PGP SIGNATURE-




-- 
David Arroyo Menéndez
http://www.davidam.com


Re: [O] http://libremanuals.net (ikiwiki+org) to translate the Org Guide

2011-12-14 Thread David Arroyo Menéndez
El 14 de diciembre de 2011 19:07, Chris Gray chrismg...@gmail.comescribió:

 On Tue, 13 Dec 2011 20:48:57 +0100, Bastien b...@altern.org wrote:
  Dear all,
 
  another announcement about translation : David Arroyo Menéndez (who
  already translated David O'Toole's tutorial) is launching LibreManuals
  to help with translating/publishing FLOSS book.
 
  Libremanuals uses ikiwiki (http://ikiwiki.info/) a wiki compiler.  It
  builds static HTML pages for a wiki, from source in the ikiwiki/Markdown
  language (or others, such as texinfo or org-mode), and writes it out to
  destination.  Libremanuals is using org-mode files to manage the tasks
  to do in an integrated way with ikiwiki thanks to the org ikiwiki plugin
  http://www.golden-gryphon.com/software/misc/org.pm.html

 Hi Bastien,

 You might have seen this already, but I recently announced a different
 approach to compiling org files with ikiwiki.  It isn't exactly stable
 yet, but you might want to keep an eye on
 https://github.com/chrismgray/ikiwiki-org-plugin.

 It currently has features that Manoj's plugin does not have, such as
 properly setting the title of the page, and allowing images (currently
 only absolute urls are tested, but that should be improved soon) and
 wikilinks.

 Anyway, I think you are probably making the right decision in using
 Manoj's plugin for now, but mine is being more actively developed, so it
 might be the better choice fairly soon.

 Cheers,
 Chris


Thanks for the work. It sounds interesting. Now, I'm watching the project.

-- 
David Arroyo Menéndez
http://www.davidam.com