Hey guys,
I just started to use org-crypt (and pgp) and it's just amazing :)
I was wondering though if there are plans for mobile-org (iOS) to
support decrypting org-crypt-encrypted entries. I assume we would need
to have the private key on the iPhone though, which might not be a
very good idea I
Another thing: I'm considering setting the commit cron job to every
hour. So, every hour I would have a fresh copy of org pushed to my
dropbox volume.
I forgot to share the commit.sh (I don't usually program in bash, so
bear with me :)):
1 DAYW=$(date | cut -d" " -f 1)
2 NOW=$(date +"%d-%m-%
Hi list,
I just would like to share the approach I use (just finished setting
it up) to backup org.
I keep all my org files on ~/org/*. This is also a git repo. Every
night at 12:00AM, a cron job will run a sh script that will:
1) Commit with the current date ( Sat-30-04-2011-11:43:28 PM for exa
On Fri, Apr 15, 2011 at 9:59 AM, Matthew Sauer
wrote:
> (I have two). On the left I have my refile.org file (the "I am not
> sure where I am putting this item but I need a container for it") that
> is a temporary storage buffer I need to try to keep empty except for
> my refile headlines and a dy
Avdi Grimm writes:
> One issue: my beta reviewers have noted that when copy-and-pasting
> source code listings that contain single-quoted strings, they are
> getting "smart quotes"--i.e. the first quote is a backquote, the
> second quote is a single quote. This breaks the pasted code.
Those aren
So I'm writing an eBook with lots of source code listings, using
org-mode-LaTeX->PDF with the "minted" package providing source code
highlighting. For the most part I'm really, really happy with the
toolchain; thank you to those that pointed me in the direction of
"minted".
One issue: my beta revi
Robert Goldman writes:
> On 4/29/11 Apr 29 -1:21 PM, Nick Dokos wrote:
[...]
>> amsmath conflicts with wasysym (redefines \iint), so you have to
>> redefine your headers to omit wasysym or include amsmath *first*: for
>> some reason, if you \usepackage{amsmath} *before* you
>> \usepackage{wasys
I appreciate the warning about encrypted entries, and, I would like to add,
all the hard work and careful thought that has gone into making org-mode
such an incredible piece of software.
I checked the documentation regarding turning off auto-save on pages
containing encrypted entries and saw that
Eric S Fraga writes:
[...]
>> The problem with the multiple overlays that were created
>> during native fontification is now fixed. I would be interested
>> to know if this improves the situation.
>>
>> - Carsten
>>
>
> Thanks. I've re-enabled =org-src-fontify-natively= and will let you
> know
Sébastien Vauban writes:
>
> Hello,
>
> After a couple of tests, I've observed that the postamble is forced to be
> included *inside* the div "content".
>
> Proof on Line 1764... These are the ending tags of every HTML page:
>
> #+begin_src emacs-lisp
> (unless body-only (insert "\n\n\n
On 4/20/11 10:02 AM, Matt Lundin wrote:
> I believe the only option is to write a skip function that uses
> org-entry-get to get all the tags at point.
I have this in my org-setup and use it to generate agenda views that
skip certain tags, whether that tag is local or inherited.
#+begin_src emacs-
* lisp/org.el (org-get-tags-at): Don't include filetags if local is t.
The function org-get-tags-at and the functions that called it were
including inherited file tags even if the user requested only local
tags. This patch fixes the behavior.
---
lisp/org.el |4 +++-
1 files changed, 3 insert
On 11 Apr 2011, Michael Markert wrote:
> On 11 Apr 2011, Bastien wrote:
>
>> Julien Danjou writes:
>>
>>> On Sat, Apr 09 2011, Michael Markert wrote:
>>>
No, but if it's necessary (or helping) I'll do so.
>>>
>>> Well, since org-contacts is part of contrib I think it's not necessary,
>>> so I
* lisp/org-bibtex.el (org-bibtex-treat-headline-as-title): New
defcustom.
(org-bibtex-headline): Only use headline text (not TODO or other
metadata) to generate title field and auto key.
(org-bibtex-fleshout): Allow user to choose whether to treat
headline as title.
---
This patch consoli
Sébastien Vauban
writes:
> Hi Neilen,
>
> Neilen Marais wrote:
>> Is it possible to caption a #+begin_src or #+begin_example block? Doing
>>
>> #+CAPTION: dipole_analytical_balanis.mac
>> #+begin_example
>>
>> #+end_example
>>
>> doesn't seem to do the trick. I would find this useful to in
15 matches
Mail list logo