Jambunathan K writes:
> Try this:
>
> (defadvice org-cycle-internal-local
> (around org-cycle-internal-local-suppress-messages activate)
> "Do the local cycling action, but suppress messages."
> (letf (((symbol-function 'message) (symbol-function 'ignore)))
> ad-do-i
* lisp/org-mobile.el (org-mobile-push): add `save-restriction'
The fact that pushing org-file loses my narrow context annoys me.
TINYCHANGE
---
lisp/org-mobile.el | 35 ++-
1 file changed, 18 insertions(+), 17 deletions(-)
diff --git a/lisp/org-mobile.el b/lisp/o
[WIP/RFC] Bibliography support ODT + JabRef
I need some quick feedback on how this works out. Look at the Org and
ODT file and tell me to what extent it will suffice.
I am not interested in Org syntax at the moment. But I am willing to
exchange notes with anyone who wants to "canonicalize" som
Try this:
(defadvice org-cycle-internal-local
(around org-cycle-internal-local-suppress-messages activate)
"Do the local cycling action, but suppress messages."
(letf (((symbol-function 'message) (symbol-function 'ignore)))
ad-do-it))
(defadvice org-cycle-intern
Jambunathan K writes:
> I don't want to venture in to Babel.
>
> I don't want to experiment with unoconv either. I have a non-official
> libreoffice installed. Pulling in official unoconv will interfere with
> my working installation.
>
> For your purposes, just soffice will do.
>
>
> (defun o
1. Give me a sample worksheet.
2. Give me the specific unoconv command that you used for converting the
worksheet.
If you do (1) and (2), I will post a recipe.
James Harkins writes:
> At Wed, 10 Jul 2013 09:20:25 +0530,
> Jambunathan K wrote:
>> James Harkins writes:
>>
>> > I found a
I don't want to venture in to Babel.
I don't want to experiment with unoconv either. I have a non-official
libreoffice installed. Pulling in official unoconv will interfere with
my working installation.
For your purposes, just soffice will do.
(defun org-table-import-ods (&optional file-nam
John Hendy writes:
> When I try to issue git pull (since yesterday, replicated today), I'm
> getting this:
>
> $ git pull
> error: Unable to find 989923a140695aa87959bdc727666aeec48ec074 under
> http://orgmode.org/org-mode.git
> Cannot obtain needed tree 989923a140695aa87959bdc727666aeec48ec074
>
François Pinard writes:
> Eric Abrahamsen writes:
>
>> First of all, if your event is a meeting, it should only be
>> timestamped, not deadlined or scheduled. Then it will just show up
>> where it's supposed to, and not before (or after).
>
> How do I get it quickly rescheduled then, when it is
Torsten Wagner writes:
> Hi,
> I have a tables like this:
>
> #+TBLNAME: tablename
> | a | b |c | d |
> | 1 | 2 |3 |4 |
> | z | x | y |w|
>
> #+TBLNAME: othertablename
> | a | b |c | d |
> | 1 | 2 |3 |4 |
> | z | x | y |w|
>
> I have the following code block
>
> #+name: test
> #+begin_src pytho
"Cook, Malcolm" writes:
> Hi Nick, I'm not sure how to use this ctan package in concert with
> orgmode's export to tex->pdf.
>
Here's a simplfied example of what I did with it. The source block uses
dot to produce an SVG file for illustration - if you already have one
then you can ignore it:
--
Hi,
I have a tables like this:
#+TBLNAME: tablename
| a | b |c | d |
| 1 | 2 |3 |4 |
| z | x | y |w|
#+TBLNAME: othertablename
| a | b |c | d |
| 1 | 2 |3 |4 |
| z | x | y |w|
I have the following code block
#+name: test
#+begin_src python :var table=tablename :exports results
import numpy as
M-x version
GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-18 on MARVIN
M-x org-version
Org-mode version 8.0.5 (8.0.5-6-g426917-elpa @
c:/Users/Alice/AppData/Roaming/.emacs.d/elpa/org-20130708/)
At Fri, 19 Jul 2013 00:32:44 +0530,
Jambunathan K wrote:
> I don't want to venture in to Babel.
>
> I don't want to experiment with unoconv either. I have a non-official
> libreoffice installed. Pulling in official unoconv will interfere with
> my working installation.
Fair enough.
> For your
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi, I've customized org-latex-packages-alist and added the package
"babel", with option "italian", however in my latex exports I get:
\usepackage[italian, english]{babel}
I don't want the english option to be there (latex gives it priority
over the i
When I try to issue git pull (since yesterday, replicated today), I'm
getting this:
$ git pull
error: Unable to find 989923a140695aa87959bdc727666aeec48ec074 under
http://orgmode.org/org-mode.git
Cannot obtain needed tree 989923a140695aa87959bdc727666aeec48ec074
while processing commit 0b770b125ff
Hi Nick, I'm not sure how to use this ctan package in concert with orgmode's
export to tex->pdf.
Perhaps there is a way to use orgmode's export filtering capability to swap in
a up-to-date png when exporting to tex
Hmmm
Anyone?
Thx!
>-Original Message-
>From: emacs-orgmo
after org mode capture and hitting "C-c C-c" capture will try to save the
buffer in my case, that's not always desired, since it's a network share file
and it might not be available away from homebut I do have the buffer open, and
that buffer does seem updated other than not saved, it seems
Ok I've found *my* mistake :
Melpa provides an org-mode from GIT too.
Look like this version is buggy.
Pierre
Le jeudi 18 juillet 2013 20:41:58 Pierre Téchoueyres a écrit :
Same problem here. I've tried the version org-20130718.1557 from elpa too.
May be an packaging problem ?
Pierre
Le jeudi
Same problem here. I've tried the version org-20130718.1557 from elpa too.
May be an packaging problem ?
Pierre
Le jeudi 18 juillet 2013 17:44:06 Paul Stansell a écrit :
> Hello,
>
> If I install org from elpa the file org-version.el is missing and
> I get the following:
>
> M-x org-version
>
Paul Stansell writes:
> If I install org from elpa the file org-version.el is missing and
> I get the following:
Huh? All Org ELPA packages (both from orgmode.org and GNU) come with
their own org-version.el, so how do you try to install?
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron mi
Hello,
If I install org from elpa the file org-version.el is missing and
I get the following:
M-x org-version
Org-mode version N/A (N/A !!check installation!! @
/Home/ps/.emacs.d/elpa/org-20130715.1743/)
and
M-x locate-library org-version
No library org-version in search path
Howe
At Thu, 18 Jul 2013 14:49:16 +0530,
Jambunathan K wrote:
> 1. Give me a sample worksheet.
Attached.
> 2. Give me the specific unoconv command that you used for converting the
>worksheet.
unoconv -f csv -i 9,34,system,1,1/5/2/1/3/1/4/1 html-table.ods
Maybe the filename needs a full path, not
Eric Abrahamsen writes:
> First of all, if your event is a meeting, it should only be
> timestamped, not deadlined or scheduled. Then it will just show up
> where it's supposed to, and not before (or after).
How do I get it quickly rescheduled then, when it is a regular activity?
I find fairly
François Pinard writes:
> Hi, Org friends. Here is an (edited) copy of my weekly agenda:
>
>
> Week-agenda (W29):
> Lundi 15 Juillet 2013 W29
> Mardi 16 Juillet 2013
> Mercredi 17 Juillet 2013
> Jeudi 18 Juillet 2013
> notes: In 1 d.: TODO *Some meeting
> Automobile:
John Rakestraw writes:
> Hi, David --
>
> On 17.07.2013 14:02, da...@adboyd.com wrote:
>> I've scanned through the manuals, and see no way to do this, but.
>>
>> Is there anyway to block out the contents of a result field in a
>> table, until
>> I export it into an html file?
>>
>> I'm keeping tr
Hi, Org friends. Here is an (edited) copy of my weekly agenda:
Week-agenda (W29):
Lundi 15 Juillet 2013 W29
Mardi 16 Juillet 2013
Mercredi 17 Juillet 2013
Jeudi 18 Juillet 2013
notes: In 1 d.: TODO *Some meeting
Automobile: In 4 d.: TODO Another thing
[...]
Vend
On Thu, Jul 18, 2013 at 2:41 PM, Oleh wrote:
> Since there's no reaction, I'll just show my view of how it could be done.
> I attach the patch.
>
> regards,
> Oleh
>
>
> On Thu, Jul 18, 2013 at 10:34 AM, Oleh wrote:
>
>> Hi all,
>>
>> I'd like to point out that it's inconvenient for me
>> that o
Since there's no reaction, I'll just show my view of how it could be done.
I attach the patch.
regards,
Oleh
On Thu, Jul 18, 2013 at 10:34 AM, Oleh wrote:
> Hi all,
>
> I'd like to point out that it's inconvenient for me
> that org stores the bookmarks "org-capture-last-stored",
> "org-refile-
Hello,
Eric Schulte writes:
> I should add the conditional *if* we're going to improve comment support
> globally (e.g., in the parser as well). Else I am emphatically *not* up
> for a host of new parsing edge cases. :)
*If* we're going to improve comments support (i.e. make comments real comm
Thorsten Jolitz writes:
oops, there was a left-over from inspiring `toggle-truncate-lines' in my
example function, here is the fixed version:
#+begin_src emacs-lisp
(defvar org-cycle-silently nil
"Suppress visibility-state-change messages when non-nil.")
(defun org-toggle-silent-cycling
Thorsten Jolitz writes:
> Eric S Fraga writes:
>
>> Thorsten Jolitz writes:
>>
>>> Hi List,
>>>
>>> when calling Org-mode functionality form an external program, some
>>> functions seem to make use of 'org-cycle', what results in a lot of
>>> "OVERVIEW" messages arriving at stdout/stderr
>>>
>>
Rasmus writes:
> Eric Abrahamsen writes:
>
>>> There is also a #+begin_annotation block special to ODT export, and
>>> there was some talk about devising a backend-agnostic solution along
>>> those lines for comments that one /does/ want exported.
>>
>> Latex could use a marginpar, and HTML a sp
Eric S Fraga writes:
> Thorsten Jolitz writes:
>
>> Hi List,
>>
>> when calling Org-mode functionality form an external program, some
>> functions seem to make use of 'org-cycle', what results in a lot of
>> "OVERVIEW" messages arriving at stdout/stderr
>>
>> ,-
>> | OVERVIEW
>
> [...]
Eric Abrahamsen writes:
>> There is also a #+begin_annotation block special to ODT export, and
>> there was some talk about devising a backend-agnostic solution along
>> those lines for comments that one /does/ want exported.
>
> Latex could use a marginpar, and HTML a specially-styled div (an
>
Andreas Leha writes:
> Hi all,
>
> attached is a small patch that makes it possible to 'evaluate' latex
> source blocks to tikz files.
Thanks for this. Just what I needed!
--
: Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.5-337-g9f3bed
Christian Moe writes:
>>> show up on the side of the documents. Again, I don't agree that they
>>> are comments in the sense that '^#.*' is a comment. Again, I think
>>> the correct approach for adding such notes is inlinetasks.
>>
>> +1
>>
>> Comments are internal to the org file and should no
Thorsten Jolitz writes:
> Hi List,
>
> when calling Org-mode functionality form an external program, some
> functions seem to make use of 'org-cycle', what results in a lot of
> "OVERVIEW" messages arriving at stdout/stderr
>
> ,-
> | OVERVIEW
[...]
> Is there a way to turn these messa
Hi all,
I'd like to point out that it's inconvenient for me
that org stores the bookmarks "org-capture-last-stored",
"org-refile-last-stored" and "org-capture-last-stored-marker" when I do
capture/refile.
I'd like an option to turn them off selectively.
Also it would be nice to customize the defau
Christian Moe writes:
> Eric S Fraga writes:
>
>> Rasmus writes:
>>
>> [...]
>>
>>> show up on the side of the documents. Again, I don't agree that they
>>> are comments in the sense that '^#.*' is a comment. Again, I think
>>> the correct approach for adding such notes is inlinetasks.
>>
>> +
Eric S Fraga writes:
> Rasmus writes:
>
> [...]
>
>> show up on the side of the documents. Again, I don't agree that they
>> are comments in the sense that '^#.*' is a comment. Again, I think
>> the correct approach for adding such notes is inlinetasks.
>
> +1
>
> Comments are internal to the
41 matches
Mail list logo