Thx so much guys for the great answers
Kaushal Modi: cousel-org-tag is fantastic and works very well for me
John: i did try helm with (mapcar 'car 'org-tag-persistent-alist ) but it
gave me an error:
cons: Wrong type argument: sequencep, org-tag-persistent-alist
the code i used:
(defun helm-t
Nicolas Goaziou writes:
> Hello,
>
> Rainer M Krug writes:
>
>> OK. Here it is:
>>
>> #+TITLE: An Example
>> #+EMAIL: rai...@krugs.de
>>
>> #+OPTIONS: tags:not-in-toc
>>
>> #+LATEX_CLASS: beamer
>> #+OPTIONS: H:2 toc:t
>>
>> * Level 1
John Hendy writes:
> On Fri, May 27, 2016 at 11:15 AM, Rainer M Krug wrote:
>> Nicolas Goaziou writes:
>>
>>> Hello,
>>>
>>> Rainer M Krug writes:
>>>
When I generate a pdf, the tags are in the TOC - but tags:not-in-toc
means that the tags are *not* in the toc - possibly only in the
On Mon, 30 May 2016 13:53:52 +0200
Rasmus wrote:
> Hi,
>
> Florian Lindner writes:
>
> >> #+options: title:nil
> >
> > Sorry, can't make it work.
> >> #+subtitle:
> >
> > Neither that works for me
>
> Are you sure you are using an up-to-date version of Org?
> M-x org-version should
Florian Lindner writes:
> On Mon, 30 May 2016 13:53:52 +0200
> Rasmus wrote:
>
>> Hi,
>>
>> Florian Lindner writes:
>>
>> >> #+options: title:nil
>> >
>> > Sorry, can't make it work.
>> >> #+subtitle:
>> >
>> > Neither that works for me
>>
>> Are you sure you are using an up-to-date
Hello,
Rainer M Krug writes:
> \section[Level 1]{Level 1\hfill{}\textsc{andHereIsTheTag}}
IIUC, according to this line, tags should be removed from the toc.
This issue may be related to Beamer.
Regards,
--
Nicolas Goaziou
Hi all,
I am finally getting around to switching over to org 8.3... One thing I
miss already is the colored background in the code blocks. I recall that
was removed. Has anyone looked into a way to put it back?
--
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carn
I had one too many quotes in there. It should have been ,(mapcar 'car
org-tag-persistent-alist)
The counsel command is nice too. I have a lot of helm muscle memory to
work with though ;)
Xebar Saram writes:
> Thx so much guys for the great answers
>
> Kaushal Modi: cousel-org-tag is fantastic an
Nicolas Goaziou writes:
> Hello,
>
> Rainer M Krug writes:
>
>> \section[Level 1]{Level 1\hfill{}\textsc{andHereIsTheTag}}
>
> IIUC, according to this line, tags should be removed from the toc.
>
> This issue may be related to Beamer.
>From the Beamer manual, 10.2 (latest TL version):
\s
Hi Nicolas,
On Wed, 01 Jun 2016 05:02:58 +0900,
Nicolas Goaziou wrote:
> Yasushi SHOJI writes:
> > Let me know if I miss something.
>
> Could you send it again with an appropriate commit message and using git
> format-patch?
Oops. Sorry about the format=flowed. Not sure how I got that, but
mi
Hi Samuel,
On Wed, 01 Jun 2016 06:06:02 +0900,
Samuel Wales wrote:
>
> i wonder if this also fixes tags for variable pitch (proportional)
> fonts. i have been having great success with variable pitch fonts and
> it would be great if this fixes tags for them too.
This fix is nothing to do with p
Here's a small org file for logging all of those attempted swindle calls.
Use this and if you talk to authorities or consumer protection types
you'll have your ducks in a row.
| date | message | call | notes |
|--+-+--+---|
| | | | |
--
Rasmus writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Rainer M Krug writes:
>>
>>> \section[Level 1]{Level 1\hfill{}\textsc{andHereIsTheTag}}
>>
>> IIUC, according to this line, tags should be removed from the toc.
>>
>> This issue may be related to Beamer.
>
> From the Beamer manual, 10.2
Samuel Wales writes:
> i wonder if this also fixes tags for variable pitch (proportional)
> fonts. i have been having great success with variable pitch fonts and
> it would be great if this fixes tags for them too.
No.
https://www.gnu.org/software/emacs/manual/html_node/elisp/Size-of-Disp
Hello,
Rasmus writes:
> This was by far the hardest part...
Thank you. Some comments follow.
> +(defun org-publish-find-property (file property &optional reset)
> + "Find the PROPERTY of FILE in project.
> +PROPERTY can be a string or a symbol-property."
Could you also document RESET argumen
Matt Lundin writes:
> Nicolas Goaziou writes:
>
>>> A git bisect revealed that the change was introduced in 2015 with the
>>> following commit:
>>>
>>> ,
>>> | commit 50ba0a5ed609f3600f2590f3ba22b8ab3ff3331c
>>> | Author: Nicolas Goaziou
>>> | Date: Sun Jun 7 00:38:58 2015 +0200
>>> |
>>
Hello,
Matt Lundin writes:
>> For a long time (since at least 2009), org-mode had built-in support for
>> ido-mode completion when refiling. So this does seem to be a deprecation
>> of longstanding org-mode functionality.
Org mode didn't provide any completion functionality, but provided a fix
From: Kejia Wu
To: emacs-orgmode@gnu.org
Subject: Bug: not defined [8.2.10 (release_8.2.10 @
/Applications/Emacs.app/Contents/Resources/lisp/org/)]
Date: Wed, 01 Jun 2016 09:24:47 -0400
Message-ID:
--text follows this line--
Remember to cover the basics, that is, what you expected to happen and
This patch makes a very small change to the function that determines if a
timestamp is close to the current day, which is used for showing/hiding items in
agenda views.
Under current behavior, a deadline of today is close only if it has some amount
of lead time. If your date is 2016-06-01, the fol
Hi,
Here is how I reproduce the bug:
In org-mode (latest version) write \alpha. Then, put the cursor somewhere in
the word. Press C-c C-x \ in order to display nice utf letters (greek,
superscript etc). Then move right with the keyboard. Emacs crashes every time.
Thank you,
Daniel Fleischer
Hello,
Yasushi SHOJI writes:
> Ah, the patch was intended for the branch maint.
You're right, Tags section doesn't exist in in maint, so all is good.
> Would you remove the extra section marker (";;; Tags") thing when
> merge to master? It merges cleanly from maint to master but leaves
> the
Hello,
Kejia柯嘉 writes:
> does enter an editing buffer, and in terms of the manual
> (http://orgmode.org/manual/Literal-examples.html) does exit the
> buffer:
> ```
> C-c '
> Edit the source code example at point in its native mode. This works
> by switching to a temporary buffer with the sourc
Hello,
Rainer M Krug writes:
> Rasmus writes:
>> From the Beamer manual, 10.2 (latest TL version):
>>
>> \section<⟨mode specification⟩>[⟨short section name⟩]{⟨section name⟩}
>>
>> Starts a section. No heading is created. The ⟨section name⟩ is shown in
>> the table of contents a
Hello,
Dan writes:
> Here is how I reproduce the bug:
>
> In org-mode (latest version) write \alpha. Then, put the cursor
> somewhere in the word. Press C-c C-x \ in order to display nice utf
> letters (greek, superscript etc). Then move right with the keyboard.
> Emacs crashes every time.
I c
Hi,
For the simple example below, is there a better way to include the bibliography,
so that if the document is exported to HTML, the LaTeX code isn't included?
#+TITLE:
#+AUTHOR:
#+LaTeX_HEADER: \usepackage{natbib}
The moo
25 matches
Mail list logo