Bastien writes:
> Hi Aubrey,
>
> Aubrey Raech writes:
>
>> The website for org-mode (http://orgmode.org/) is fantastic. It's well
>> laid out, helpful, and beautiful to look at. Whoever's in charge of
>> maintaining it is doing a great job!
>
> Thanks Aubrey! I've actually waited long for someo
Eric S. Fraga writes:
> David Engster writes:
>
>> Sven Bretfeld writes:
>>> Hi David and all
>>>
>>
>>> I've got it. By try and error I found out that entries like these in an
>>> org-file cause the problem:
>>>
>>> %%(diary-anniversary 6 8 1969) Christian is %d years old
>>
>> Ah OK. Thanks for
David Engster writes:
> 'giles' writes:
>> David Engster writes:
>>> Could you please do M-x toggle-debug-on-error before running the sync
>>> and post the resulting backtrace here?
>
>>
>> Slightly different behaviour this time: first seven events synced fine,
>> number 8 blew up the same way.
>>
Torsten Wagner writes:
> Tested and you are right. Adding a timestamp in the body doesn't get
> lost during sync. Actually, I guess the problem is a combination of
> export and import to org-mode. During the export, the timestamp gets
> read in correctly, however, it get stripped from the Summary
Martin Beck writes:
> Bernt Hansen norang.ca> writes:
>
>> > I tried to create a block agenda with several blocks based
>> > on the (agenda )command, but then I also have the time
>> > grid several times..
>>
>> >
>> You should be able to turn the grid off.
>
>
> Hi Bernt,
> thanks a lot
"Sebastien Vauban"
writes:
> Bernt,
>
>> Bernt Hansen wrote:
>>> The thing I couldn't get to work was automatically starting column view
>>> in my block agenda. I can still manually do that with C-c C-x C-c
>>
>> What about this?
>>
>> (add-to-list 'org-agenda-custom-commands
>>
I want to copy the text in the subtree, but not the headline. Right now I
use the following hack:
(org-narrow-to-subtree)
(beginning-of-buffer)
(next-line 1)
(setq minPoint (point))
(copy-region-as-kill minPoint (point-max))
(widen)
However, org-copy-subtree would do exactly what I ne
On Sat, Feb 02, 2013 at 03:05:37PM -0500, 42 147 wrote:
> I want to copy the text in the subtree, but not the headline. Right now I
> use the following hack:
>
> (org-narrow-to-subtree)
> (beginning-of-buffer)
> (next-line 1)
> (setq minPoint (point))
> (copy-region-as-kill minPoint (poi
David Engster writes:
> OK, I took a shot at dealing with sexp entries. It's a complicated
> issue, since s-expressions can be in Org entries or by themselves. I
> updated the Readme with a section on how they are handled now. Please
> let me know how it works out for you. If you don't want/need
Hi List,
when exporting plantuml code blocks to .png files, the resulting
pictures can be tiny or really huge, depending on the class hierarchy
modeled.
Is it possible to restrict the size of the graphic to the html
page-size, no matter how big the resulting .png file actually is?
--
cheers,
Takaaki,
a couple of further suggestions:
- you change the faces org-level-2 and org-level-3. This makes
sense. However, you use custom-set-faces which overwrites the user's
own customisations permanently! I think this is bad practice (I
couldn't figure out why my faces had changed in ot
I have some orgmode beamer files from late 2011 that I want to edit and
re-use. However, orgmode's behaviour seems to have changed since then
with respect to handling of math commands like \neg, \phi, \psi etc. Now
it seems to automatically put in surrounding $...$s, which mucks up the
output of my
Hi folks,
I just installed Zotero (a Firefox plugin for organizing your research
sources) and I thought it could be used with Org-mode. For example, I'd
like to send BibTeX entries from Zotero to Org-mode via Fireforg.
At http://orgmode.org/worg/org-devel.html I can see that Fireforg is
listed, b
Thorsten Jolitz writes:
> Hi List,
>
> when exporting plantuml code blocks to .png files, the resulting
> pictures can be tiny or really huge, depending on the class hierarchy
> modeled.
>
> Is it possible to restrict the size of the graphic to the html
> page-size, no matter how big the result
Benjamin Slade writes:
> I have some orgmode beamer files from late 2011 that I want to edit and
> re-use. However, orgmode's behaviour seems to have changed since then
> with respect to handling of math commands like \neg, \phi, \psi etc. Now
> it seems to automatically put in surrounding $...$s
Dear Eric,
Thank you for your kind suggestions.
1. Title without []s.
Yes! That's right. I'll change it.
2. Custom header.
Yes! Face control is the next feature that I currently plan.
I'm trying to resize font so that I can use org-tree-slide in a
high resolution display like HD(1080p)
Hmm... now that I look more closely at it, perhaps it's something that
is changed on the LaTeX side rather than the org side.
On Sat, 02 Feb 2013, Eric S Fraga wrote:
> Benjamin Slade writes:
>
>> I have some orgmode beamer files from late 2011 that I want to edit and
>> re-use. However, orgmod
17 matches
Mail list logo