From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Micha=C3=ABl_Chlon?= Subject: TODO do not display in org-agenda mode Date: Mon, 25 Jun 2018 20:56:50 +0200 Message-ID: <1529952742.local-7098f468-9af0-v1.2.2-96fb3a99@getmailspring.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="5b313af2_6b8b4567_1b43" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXWfd-0006zT-9Z for emacs-orgmode@gnu.org; Mon, 25 Jun 2018 14:57:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXWfY-0004E8-7v for emacs-orgmode@gnu.org; Mon, 25 Jun 2018 14:57:01 -0400 Received: from mail-wr0-x231.google.com ([2a00:1450:400c:c0c::231]:45066) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXWfX-0004CO-FM for emacs-orgmode@gnu.org; Mon, 25 Jun 2018 14:56:56 -0400 Received: by mail-wr0-x231.google.com with SMTP id o9-v6so492420wrs.12 for ; Mon, 25 Jun 2018 11:56:54 -0700 (PDT) Received: from MacBookPro-Mic.local (AAnnecy-551-1-17-33.w90-4.abo.wanadoo.fr. [90.4.64.33]) by smtp.gmail.com with ESMTPSA id s191-v6sm19023441wmd.27.2018.06.25.11.56.51 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Jun 2018 11:56:52 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "=?utf-8?Q?emacs-orgmode=40gnu.org?=" --5b313af2_6b8b4567_1b43 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, I have spacemacs and write some org files. But when I generate an agenda view for week, for example, TODO task are not displayed =21=21 Any idea what is wrong =3F Here is my .spacemacs file: -------- 8< -------------------------------------- >8 ----- ;; -*- mode: emacs-lisp -*- ;; This file is loaded by Spacemacs at startup. ;; It must be stored in your home directory. (defun dotspacemacs/layers () =22Configuration Layers declaration. You should not put any user code in this function besides modifying the v= ariable values.=22 (setq-default ;; Base distribution to use. This is a layer contained in the directory ;; =60+distribution'. =46or now available distributions are =60spacemacs-= base' ;; or =60spacemacs'. (default 'spacemacs) dotspacemacs-distribution 'spacemacs ;; Lazy installation of layers (i.e. layers are installed only when a fil= e ;; with a supported type is opened). Possible values are =60all', =60unus= ed' ;; and =60nil'. =60unused' will lazy install only unused layers (i.e. lay= ers ;; not listed in variable =60dotspacemacs-configuration-layers'), =60all'= will ;; lazy install any layer that support lazy installation even the layers ;; listed in =60dotspacemacs-configuration-layers'. =60nil' disable the l= azy ;; installation feature and you have to explicitly list a layer in the ;; variable =60dotspacemacs-configuration-layers' to install it. ;; (default 'unused) dotspacemacs-enable-lazy-installation 'unused ;; If non-nil then Spacemacs will ask for confirmation before installing ;; a layer lazily. (default t) dotspacemacs-ask-for-lazy-installation t ;; If non-nil layers with lazy install support are lazy installed. ;; List of additional paths where to look for configuration layers. ;; Paths must have a trailing slash (i.e. =60=7E/.mycontribs/') dotspacemacs-configuration-layer-path '() ;; List of configuration layers to load. dotspacemacs-configuration-layers '( ;; ruby csv python ansible javascript yaml scala imenu-list themes-megapack osx evil-commentary (geolocation :variables ;; geolocation-enable-automatic-theme-changer t geolocation-enable-location-service t geolocation-enable-weather-forecast t) ;; ---------------------------------------------------------------- ;; Example of useful layers you may want to use right away. ;; Uncomment some layer names and press (Vim style) or ;; (Emacs style) to install them. ;; ---------------------------------------------------------------- helm auto-completion better-defaults emacs-lisp git ;; markdown (org :variables org-enable-github-support t org-enable-reveal-js-support t org-projectile-file =22TODOs.org=22 ) (shell :variables shell-default-height 30 shell-default-position 'bottom shell-default-shell 'ansi-term) spell-checking syntax-checking version-control react html ;; nginx ;; terraform search-engine ;; vim-powerline ) ;; List of additional packages that will be installed without being ;; wrapped in a layer. If you need some configuration for these ;; packages, then consider creating a layer. You can also put the ;; configuration in =60dotspacemacs/user-config'. dotspacemacs-additional-packages '( flycheck anzu ;; org-bullets ) ;; A list of packages that cannot be updated. dotspacemacs-frozen-packages '() ;; A list of packages that will not be installed and loaded. dotspacemacs-excluded-packages '() ;; Defines the behaviour of Spacemacs when installing packages. ;; Possible values are =60used-only', =60used-but-keep-unused' and =60all= '. ;; =60used-only' installs only explicitly used packages and uninstall any= ;; unused packages as well as their unused dependencies. ;; =60used-but-keep-unused' installs only the used packages but won't uni= nstall ;; them if they become unused. =60all' installs *all* packages supported = by ;; Spacemacs and never uninstall them. (default is =60used-only') dotspacemacs-install-packages 'used-only)) (defun dotspacemacs/init () =22Initialization function. This function is called at the very startup of Spacemacs initialization before layers configuration. You should not put any user code in there besides modifying the variable values.=22 ;; This setq-default sexp is an exhaustive list of all the supported ;; spacemacs settings. (setq-default ;; If non nil ELPA repositories are contacted via HTTPS whenever it's ;; possible. Set it to nil if you have no way to use HTTPS in your ;; environment, otherwise it is strongly recommended to let it set to t. ;; This variable has no effect if Emacs is launched with the parameter ;; =60--insecure' which forces the value of this variable to nil. ;; (default t) dotspacemacs-elpa-https t ;; Maximum allowed time in seconds to contact an ELPA repository. dotspacemacs-elpa-timeout 5 ;; If non nil then spacemacs will check for updates at startup ;; when the current branch is not =60develop'. Note that checking for ;; new versions works via git commands, thus it calls GitHub services ;; whenever you start Emacs. (default nil) dotspacemacs-check-for-update nil ;; If non-nil, a form that evaluates to a package directory. =46or exampl= e, to ;; use different package directories for different Emacs versions, set th= is ;; to =60emacs-version'. dotspacemacs-elpa-subdirectory nil ;; One of =60vim', =60emacs' or =60hybrid'. ;; =60hybrid' is like =60vim' except that =60insert state' is replaced by= the ;; =60hybrid state' with =60emacs' key bindings. The value can also be a = list ;; with =60:variables' keyword (similar to layers). Check the editing sty= les ;; section of the documentation for details on available variables. ;; (default 'vim) dotspacemacs-editing-style 'vim ;; If non nil output loading progress in =60*Messages*' buffer. (default = nil) dotspacemacs-verbose-loading nil ;; Specify the startup banner. Default value is =60official', it displays= ;; the official spacemacs logo. An integer value is the index of text ;; banner, =60random' chooses a random text banner in =60core/banners' ;; directory. A string value must be a path to an image format supported ;; by your Emacs build. ;; If the value is nil then no banner is displayed. (default 'official) dotspacemacs-startup-banner 'official ;; List of items to show in startup buffer or an association list of ;; the form =60(list-type . list-size)=60. If nil then it is disabled. ;; Possible values for list-type are: ;; =60recents' =60bookmarks' =60projects' =60agenda' =60todos'.=22 ;; List sizes may be nil, in which case ;; =60spacemacs-buffer-startup-lists-length' takes effect. dotspacemacs-startup-lists '((recents . 5) (projects . 7)) ;; True if the home buffer should respond to resize events. dotspacemacs-startup-buffer-responsive t ;; Default major mode of the scratch buffer (default =60text-mode') dotspacemacs-scratch-mode 'text-mode ;; List of themes, the first of the list is loaded when spacemacs starts.= ;; Press T n to cycle to the next theme in the list (works great ;; with 2 themes variants, one dark and one light) dotspacemacs-themes '(busybee spacemacs-dark spacemacs-light ) ;; If non nil the cursor color matches the state color in GUI Emacs. dotspacemacs-colorize-cursor-according-to-state t ;; Default font, or prioritized list of fonts. =60powerline-scale' allows= to ;; quickly tweak the mode-line size to make separators look not too crapp= y. ;; dotspacemacs-default-font '(=22Source Code Pro=22 dotspacemacs-default-font '(=22Monaco=22 :size 14 :weight normal :width normal :powerline-scale 1.1) ;; The leader key dotspacemacs-leader-key =22SPC=22 ;; The key used for Emacs commands (M-x) (after pressing on the leader ke= y). ;; (default =22SPC=22) dotspacemacs-emacs-command-key =22SPC=22 ;; The key used for Vim Ex commands (default =22:=22) dotspacemacs-ex-command-key =22:=22 ;; The leader key accessible in =60emacs state' and =60insert state' ;; (default =22M-m=22) dotspacemacs-emacs-leader-key =22M-m=22 ;; Major mode leader key is a shortcut key which is the equivalent of ;; pressing =60 m=60. Set it to =60nil=60 to disable it. (default= =22,=22) dotspacemacs-major-mode-leader-key =22,=22 ;; Major mode leader key accessible in =60emacs state' and =60insert stat= e'. ;; (default =22C-M-m=22) dotspacemacs-major-mode-emacs-leader-key =22C-M-m=22 ;; These variables control whether separate commands are bound in the GUI= to ;; the key pairs C-i, TAB and C-m, RET. ;; Setting it to a non-nil value, allows for separate commands under ;; and TAB or and RET. ;; In the terminal, these pairs are generally indistinguishable, so this = only ;; works in the GUI. (default nil) dotspacemacs-distinguish-gui-tab nil ;; If non nil =60Y' is remapped to =60y=24' in Evil states. (default nil)= dotspacemacs-remap-Y-to-y=24 nil ;; If non-nil, the shift mappings =60<' and =60>' retain visual state if = used ;; there. (default t) dotspacemacs-retain-visual-state-on-shift t ;; If non-nil, J and K move lines up and down when in visual mode. ;; (default nil) dotspacemacs-visual-line-move-text nil ;; If non nil, inverse the meaning of =60g' in =60:substitute' Evil ex-co= mmand. ;; (default nil) dotspacemacs-ex-substitute-global nil ;; Name of the default layout (default =22Default=22) dotspacemacs-default-layout-name =22Default=22 ;; If non nil the default layout name is displayed in the mode-line. ;; (default nil) dotspacemacs-display-default-layout nil ;; If non nil then the last auto saved layouts are resume automatically u= pon ;; start. (default nil) dotspacemacs-auto-resume-layouts nil ;; Size (in MB) above which spacemacs will prompt to open the large file ;; literally to avoid performance issues. Opening a file literally means = that ;; no major mode or minor modes are active. (default is 1) dotspacemacs-large-file-size 1 ;; Location where to auto-save files. Possible values are =60original' to= ;; auto-save the file in-place, =60cache' to auto-save the file to anothe= r ;; file stored in the cache directory and =60nil' to disable auto-saving.= ;; (default 'cache) dotspacemacs-auto-save-file-location 'cache ;; Maximum number of rollback slots to keep in the cache. (default 5) dotspacemacs-max-rollback-slots 5 ;; If non nil, =60helm' will try to minimize the space it uses. (default = nil) dotspacemacs-helm-resize nil ;; if non nil, the helm header is hidden when there is only one source. ;; (default nil) dotspacemacs-helm-no-header nil ;; define the position to display =60helm', options are =60bottom', =60to= p', ;; =60left', or =60right'. (default 'bottom) dotspacemacs-helm-position 'bottom ;; Controls fuzzy matching in helm. If set to =60always', force fuzzy mat= ching ;; in all non-asynchronous sources. If set to =60source', preserve indivi= dual ;; source settings. Else, disable fuzzy matching in all sources. ;; (default 'always) dotspacemacs-helm-use-fuzzy 'always ;; If non nil the paste micro-state is enabled. When enabled pressing =60= p=60 ;; several times cycle between the kill ring content. (default nil) dotspacemacs-enable-paste-transient-state nil ;; Which-key delay in seconds. The which-key buffer is the popup listing ;; the commands bound to the current keystroke sequence. (default 0.4) dotspacemacs-which-key-delay 0.4 ;; Which-key frame position. Possible values are =60right', =60bottom' an= d ;; =60right-then-bottom'. right-then-bottom tries to display the frame to= the ;; right; if there is insufficient space it displays it at the bottom. ;; (default 'bottom) dotspacemacs-which-key-position 'bottom ;; If non nil a progress bar is displayed when spacemacs is loading. This= ;; may increase the boot time on some systems and emacs builds, set it to= ;; nil to boost the loading time. (default t) dotspacemacs-loading-progress-bar t ;; If non nil the frame is fullscreen when Emacs starts up. (default nil)= ;; (Emacs 24.4+ only) dotspacemacs-fullscreen-at-startup nil ;; If non nil =60spacemacs/toggle-fullscreen' will not use native fullscr= een. ;; Use to disable fullscreen animations in OSX. (default nil) dotspacemacs-fullscreen-use-non-native nil ;; If non nil the frame is maximized when Emacs starts up. ;; Takes effect only if =60dotspacemacs-fullscreen-at-startup' is nil. ;; (default nil) (Emacs 24.4+ only) dotspacemacs-maximized-at-startup nil ;; A value from the range (0..100), in increasing opacity, which describe= s ;; the transparency level of a frame when it's active or selected. ;; Transparency can be toggled through =60toggle-transparency'. (default = 90) dotspacemacs-active-transparency 90 ;; A value from the range (0..100), in increasing opacity, which describe= s ;; the transparency level of a frame when it's inactive or deselected. ;; Transparency can be toggled through =60toggle-transparency'. (default = 90) dotspacemacs-inactive-transparency 90 ;; If non nil show the titles of transient states. (default t) dotspacemacs-show-transient-state-title t ;; If non nil show the color guide hint for transient state keys. (defaul= t t) dotspacemacs-show-transient-state-color-guide t ;; If non nil unicode symbols are displayed in the mode line. (default t)= dotspacemacs-mode-line-unicode-symbols t ;; If non nil smooth scrolling (native-scrolling) is enabled. Smooth ;; scrolling overrides the default behavior of Emacs which recenters poin= t ;; when it reaches the top or bottom of the screen. (default t) dotspacemacs-smooth-scrolling t ;; Control line numbers activation. ;; If set to =60t' or =60relative' line numbers are turned on in all =60p= rog-mode' and ;; =60text-mode' derivatives. If set to =60relative', line numbers are re= lative. ;; This variable can also be set to a property list for finer control: ;; '(:relative nil ;; :disabled-for-modes dired-mode ;; doc-view-mode ;; markdown-mode ;; org-mode ;; pdf-view-mode ;; text-mode ;; :size-limit-kb 1000) ;; (default nil) ;; dotspacemacs-line-numbers nil dotspacemacs-line-numbers t ;; Code folding method. Possible values are =60evil' and =60origami'. ;; (default 'evil) dotspacemacs-folding-method 'evil ;; If non-nil smartparens-strict-mode will be enabled in programming mode= s. ;; (default nil) dotspacemacs-smartparens-strict-mode nil ;; If non-nil pressing the closing parenthesis =60)' key in insert mode p= asses ;; over any automatically added closing parenthesis, bracket, quote, etc=E2= =80=A6 ;; This can be temporary disabled by pressing =60C-q' before =60)'. (defa= ult nil) dotspacemacs-smart-closing-parenthesis nil ;; Select a scope to highlight delimiters. Possible values are =60any', ;; =60current', =60all' or =60nil'. Default is =60all' (highlight any sco= pe and ;; emphasis the current one). (default 'all) dotspacemacs-highlight-delimiters 'all ;; If non nil, advise quit functions to keep server open when quitting. ;; (default nil) dotspacemacs-persistent-server nil ;; List of search tool executable names. Spacemacs uses the first install= ed ;; tool of the list. Supported tools are =60ag', =60pt', =60ack' and =60g= rep'. ;; (default '(=22ag=22 =22pt=22 =22ack=22 =22grep=22)) dotspacemacs-search-tools '(=22ag=22 =22pt=22 =22ack=22 =22grep=22) ;; The default package repository used if no explicit repository has been= ;; specified with an installed package. ;; Not used for now. (default nil) dotspacemacs-default-package-repository nil ;; Delete whitespace while saving buffer. Possible values are =60all' ;; to aggressively delete empty line and long sequences of whitespace, ;; =60trailing' to delete only the whitespace at end of lines, =60changed= 'to ;; delete only whitespace for changed lines or =60nil' to disable cleanup= . ;; (default nil) dotspacemacs-whitespace-cleanup nil )) (defun dotspacemacs/user-init () =22Initialization function for user code. It is called immediately after =60dotspacemacs/init', before layer config= uration executes. This function is mostly useful for variables that need to be set before packages are loaded. If you are unsure, you should try in setting = them in =60dotspacemacs/user-config' first.=22 ) (defun dotspacemacs/user-config () =22Configuration function for user code. This function is called at the very end of Spacemacs initialization after= layers configuration. This is the place where most of your configurations should be done. Unles= s it is explicitly specified that a variable should be set before a package is lo= aded, you should place your code here.=22 ;; js2-mode (setq-default js2-basic-offset 2) (setq-default js-indent-level 2) (setq-default ;; web-mode css-indent-offset 2 web-mode-markup-indent-offset 2 web-mode-css-indent-offset 2 web-mode-code-indent-offset 2 web-mode-attr-indent-offset 2) (setq-default mac-right-option-modifier nil) (setq sunshine-appid =22c6b201dd11404de5c724e191fefc1fde=22) (setq calendar-location-name =22Seynod, =46RANCE=22 calendar-latitude 45.888 calendar-longitude 6.0993) (setq sunshine-location =2274600,=46R=22) (setq sunshine-units 'metric) (setq sunshine-show-icons t) ;; (setq org-bullets-bullet-list '(=22=E2=96=A0=22 =22=E2=97=86=22 =22=E2= =96=B2=22 =22=E2=96=B6=22)) ;; (add-hook 'org-mode-hook (lambda () (org-bullets-mode 1))) ) ;; Do not write anything past this comment. This is where Emacs will ;; auto-generate custom variable definitions. (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(ansi-term-color-vector =5Bunspecified =22=2314191f=22 =22=23d15120=22 =22=2381af34=22 =22=23deae= 3e=22 =22=237e9fc9=22 =22=23a878b5=22 =22=237e9fc9=22 =22=23dcdddd=22=5D = t) '(evil-want-Y-yank-to-eol nil) '(fci-rule-character-color =22=23192028=22) '(fci-rule-color =22=23444444=22 t) '(package-selected-packages (quote (rvm ruby-tools ruby-test-mode rubocop rspec-mode robe rbenv rake minites= t chruby bundler inf-ruby csv-mode ox-reveal ox-gfm terraform-mode hcl-mo= de nginx-mode engine-mode imenu-list theme-changer sunshine rase osx-loca= tion evil-commentary reveal-in-osx-finder pbcopy osx-trash osx-dictionary= launchctl web-mode tagedit slim-mode scss-mode sass-mode pug-mode helm-c= ss-scss haml-mode emmet-mode company-web web-completion-data zenburn-them= e zen-and-art-theme white-sand-theme underwater-theme ujelly-theme twilig= ht-theme twilight-bright-theme twilight-anti-bright-theme toxi-theme tao-= theme tangotango-theme tango-plus-theme tango-2-theme sunny-day-theme sub= lime-themes subatomic256-theme subatomic-theme spacegray-theme soothe-the= me solarized-theme soft-stone-theme soft-morning-theme soft-charcoal-them= e smyx-theme seti-theme reverse-theme rebecca-theme railscasts-theme purp= le-haze-theme professional-theme planet-theme phoenix-dark-pink-theme pho= enix-dark-mono-theme organic-green-theme omtose-phellack-theme oldlace-th= eme occidental-theme obsidian-theme noctilux-theme naquadah-theme mustang= -theme monokai-theme monochrome-theme molokai-theme moe-theme minimal-the= me material-theme majapahit-theme madhat2r-theme lush-theme light-soap-th= eme jbeans-theme jazz-theme ir-black-theme inkpot-theme heroku-theme hemi= su-theme hc-zenburn-theme gruvbox-theme gruber-darker-theme grandshell-th= eme gotham-theme gandalf-theme flatui-theme flatland-theme farmhouse-them= e exotica-theme espresso-theme dracula-theme django-theme darktooth-theme= autothemer darkokai-theme darkmine-theme darkburn-theme dakrone-theme cy= berpunk-theme color-theme-sanityinc-tomorrow color-theme-sanityinc-solari= zed clues-theme cherry-blossom-theme busybee-theme bubbleberry-theme bird= s-of-paradise-plus-theme badwolf-theme apropospriate-theme anti-zenburn-t= heme ample-zen-theme ample-theme alect-themes afternoon-theme noflet ensi= me sbt-mode scala-mode yaml-mode web-beautify livid-mode skewer-mode simp= le-httpd json-mode json-snatcher json-reformat js2-refactor multiple-curs= ors js2-mode js-doc jinja2-mode company-tern tern company-ansible coffee-= mode ansible-doc ansible yapfify pyvenv pytest pyenv-mode py-isort pip-re= quirements live-py-mode hy-mode dash-functional helm-pydoc cython-mode co= mpany-anaconda anaconda-mode pythonic xterm-color shell-pop multi-term es= hell-z eshell-prompt-extras esh-help unfill smeargle orgit org-projectile= org-category-capture org-present org-pomodoro alert log4e gntp org-mime = org-download mwim mmm-mode markdown-toc markdown-mode magit-gitflow htmli= ze helm-gitignore helm-company helm-c-yasnippet gnuplot gitignore-mode gi= tconfig-mode gitattributes-mode git-timemachine git-messenger git-link gi= t-gutter-fringe+ git-gutter-fringe fringe-helper git-gutter+ git-gutter g= h-md fuzzy flyspell-correct-helm flyspell-correct flycheck-pos-tip pos-ti= p flycheck evil-magit magit magit-popup git-commit ghub with-editor diff-= hl company-statistics company auto-yasnippet yasnippet auto-dictionary ac= -ispell auto-complete ws-butler winum which-key volatile-highlights vi-ti= lde-fringe uuidgen use-package toc-org spaceline powerline restart-emacs = request rainbow-delimiters popwin persp-mode pcre2el paradox spinner org-= plus-contrib org-bullets open-junk-file neotree move-text macrostep lorem= -ipsum linum-relative link-hint indent-guide hydra hungry-delete hl-todo = highlight-parentheses highlight-numbers parent-mode highlight-indentation= helm-themes helm-swoop helm-projectile helm-mode-manager helm-make proje= ctile pkg-info epl helm-flx helm-descbinds helm-ag google-translate golde= n-ratio flx-ido flx fill-column-indicator fancy-battery eyebrowse expand-= region exec-path-from-shell evil-visualstar evil-visual-mark-mode evil-un= impaired evil-tutor evil-surround evil-search-highlight-persist evil-numb= ers evil-nerd-commenter evil-mc evil-matchit evil-lisp-state smartparens = evil-indent-plus evil-iedit-state iedit evil-exchange evil-escape evil-ed= iff evil-args evil-anzu anzu evil goto-chg undo-tree eval-sexp-fu highlig= ht elisp-slime-nav dumb-jump f dash s diminish define-word column-enforce= -mode clean-aindent-mode bind-map bind-key auto-highlight-symbol auto-com= pile packed aggressive-indent adaptive-wrap ace-window ace-link ace-jump-= helm-line helm avy helm-core popup async))) '(send-mail-function (quote mailclient-send-it))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(default ((t (:background =22=2314191f=22 :foreground =22=23dcdddd=22 :f= amily =22Monaco=22 :foundry =22nil=22 :slant normal :weight normal :heigh= t 140 :width normal))))) ------ 8< ----------------------------------- >8 ------ Thanks for help. Rdgs, Micha=C3=ABl C. --5b313af2_6b8b4567_1b43 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline
Hi,

I have spacemacs and write some org files.
But when I generate an agenda view for week,
for example, T= ODO task are not displayed =21=21

Any idea what is wrong =3F=
Here is my .spacemacs file:
-------- 8< --------= ------------------------------ >8 -----


;; -*- mode:= emacs-lisp -*-
;; This file is loaded by Spacemacs at startup.=
;; It must be stored in your home directory.

(de= fun dotspacemacs/layers ()
=22Configuration Layers declaratio= n.
You should not put any user code in this function besides mo= difying the variable
values.=22
(setq-default
=
;; Base distribution to use. This is a layer contained in the dir= ectory
;; =60+distribution'. =46or now available distributio= ns are =60spacemacs-base'
;; or =60spacemacs'. (default 'spa= cemacs)
dotspacemacs-distribution 'spacemacs
;;= Lazy installation of layers (i.e. layers are installed only when a file<= /div>
;; with a supported type is opened). Possible values are =60= all', =60unused'
;; and =60nil'. =60unused' will lazy instal= l only unused layers (i.e. layers
;; not listed in variable = =60dotspacemacs-configuration-layers'), =60all' will
;; lazy= install any layer that support lazy installation even the layers
;; listed in =60dotspacemacs-configuration-layers'. =60nil' disable= the lazy
;; installation feature and you have to explicitly= list a layer in the
;; variable =60dotspacemacs-configurati= on-layers' to install it.
;; (default 'unused)
= dotspacemacs-enable-lazy-installation 'unused
;; If non-nil = then Spacemacs will ask for confirmation before installing
;= ; a layer lazily. (default t)
dotspacemacs-ask-for-lazy-inst= allation t
;; If non-nil layers with lazy install support ar= e lazy installed.
;; List of additional paths where to look = for configuration layers.
;; Paths must have a trailing slas= h (i.e. =60=7E/.mycontribs/')
dotspacemacs-configuration-lay= er-path '()
;; List of configuration layers to load.
dotspacemacs-configuration-layers
'(
;;= ruby
csv
python
ansible
javascript
yaml
scala
imenu-list
themes-megapack
osx
<= div> evil-commentary
(geolocation :variables
;; geolocation-enable-automatic-theme-changer t
= geolocation-enable-location-service t
geolocati= on-enable-weather-forecast t)

;; ---------------------= -------------------------------------------
;; Example of = useful layers you may want to use right away.
;; Uncomment= some layer names and press <SPC f e R> (Vim style) or
= ;; <M-m f e R> (Emacs style) to install them.
;; = ----------------------------------------------------------------
helm
auto-completion
better-defaults=
emacs-lisp
git
;; markdown<= /div>
(org :variables
org-enable-github-supp= ort t
org-enable-reveal-js-support t
= org-projectile-file =22TODOs.org=22
)
(= shell :variables
shell-default-height 30
= shell-default-position 'bottom
shell-de= fault-shell 'ansi-term)
spell-checking
synt= ax-checking
version-control
react
html
;; nginx
;; terraform
= search-engine
;; vim-powerline
)
=
;; List of additional packages that will be installed without bei= ng
;; wrapped in a layer. If you need some configuration for= these
;; packages, then consider creating a layer. You can = also put the
;; configuration in =60dotspacemacs/user-config= '.
dotspacemacs-additional-packages
'(
flycheck
anzu
;; org-bullets
)
;; A list of packages that cannot be updated.
dotspacemacs-frozen-packages '()
;; A list of packa= ges that will not be installed and loaded.
dotspacemacs-excl= uded-packages '()
;; Defines the behaviour of Spacemacs when= installing packages.
;; Possible values are =60used-only', = =60used-but-keep-unused' and =60all'.
;; =60used-only' insta= lls only explicitly used packages and uninstall any
;; unuse= d packages as well as their unused dependencies.
;; =60used-= but-keep-unused' installs only the used packages but won't uninstall
;; them if they become unused. =60all' installs *all* packages s= upported by
;; Spacemacs and never uninstall them. (default = is =60used-only')
dotspacemacs-install-packages 'used-only))=

(defun dotspacemacs/init ()
=22Initialization = function.
This function is called at the very startup of Spacem= acs initialization
before layers configuration.
You s= hould not put any user code in there besides modifying the variable
=
values.=22
;; This setq-default sexp is an exhaustive li= st of all the supported
;; spacemacs settings.
(s= etq-default
;; If non nil ELPA repositories are contacted vi= a HTTPS whenever it's
;; possible. Set it to nil if you have= no way to use HTTPS in your
;; environment, otherwise it is= strongly recommended to let it set to t.
;; This variable h= as no effect if Emacs is launched with the parameter
;; =60-= -insecure' which forces the value of this variable to nil.
;= ; (default t)
dotspacemacs-elpa-https t
;; Maxi= mum allowed time in seconds to contact an ELPA repository.
d= otspacemacs-elpa-timeout 5
;; If non nil then spacemacs will= check for updates at startup
;; when the current branch is = not =60develop'. Note that checking for
;; new versions work= s via git commands, thus it calls GitHub services
;; wheneve= r you start Emacs. (default nil)
dotspacemacs-check-for-upda= te nil
;; If non-nil, a form that evaluates to a package dir= ectory. =46or example, to
;; use different package directori= es for different Emacs versions, set this
;; to =60emacs-ver= sion'.
dotspacemacs-elpa-subdirectory nil
;; On= e of =60vim', =60emacs' or =60hybrid'.
;; =60hybrid' is like= =60vim' except that =60insert state' is replaced by the
;; = =60hybrid state' with =60emacs' key bindings. The value can also be a lis= t
;; with =60:variables' keyword (similar to layers). Check = the editing styles
;; section of the documentation for detai= ls on available variables.
;; (default 'vim)
do= tspacemacs-editing-style 'vim
;; If non nil output loading p= rogress in =60*Messages*' buffer. (default nil)
dotspacemacs= -verbose-loading nil
;; Specify the startup banner. Default = value is =60official', it displays
;; the official spacemacs= logo. An integer value is the index of text
;; banner, =60r= andom' chooses a random text banner in =60core/banners'
;; d= irectory. A string value must be a path to an image format supported
;; by your Emacs build.
;; If the value is nil then= no banner is displayed. (default 'official)
dotspacemacs-st= artup-banner 'official
;; List of items to show in startup b= uffer or an association list of
;; the form =60(list-type . = list-size)=60. If nil then it is disabled.
;; Possible value= s for list-type are:
;; =60recents' =60bookmarks' =60project= s' =60agenda' =60todos'.=22
;; List sizes may be nil, in whi= ch case
;; =60spacemacs-buffer-startup-lists-length' takes e= ffect.
dotspacemacs-startup-lists '((recents . 5)
= (projects . 7))
;; True if t= he home buffer should respond to resize events.
dotspacemacs= -startup-buffer-responsive t
;; Default major mode of the sc= ratch buffer (default =60text-mode')
dotspacemacs-scratch-mo= de 'text-mode
;; List of themes, the first of the list is lo= aded when spacemacs starts.
;; Press <SPC> T n to cycl= e to the next theme in the list (works great
;; with 2 theme= s variants, one dark and one light)
dotspacemacs-themes '(bu= sybee
spacemacs-dark
= spacemacs-light
)
;; If non nil the cursor color matches the state color in GUI = Emacs.
dotspacemacs-colorize-cursor-according-to-state t
;; Default font, or prioritized list of fonts. =60powerline-sca= le' allows to
;; quickly tweak the mode-line size to make se= parators look not too crappy.
;; dotspacemacs-default-font '= (=22Source Code Pro=22
dotspacemacs-default-font '(=22Monaco= =22
:size 14
= :weight normal
= :width normal
:powerline-sc= ale 1.1)
;; The leader key
dotspacemacs-leader-= key =22SPC=22
;; The key used for Emacs commands (M-x) (afte= r pressing on the leader key).
;; (default =22SPC=22)
<= div> dotspacemacs-emacs-command-key =22SPC=22
;; The key u= sed for Vim Ex commands (default =22:=22)
dotspacemacs-ex-co= mmand-key =22:=22
;; The leader key accessible in =60emacs s= tate' and =60insert state'
;; (default =22M-m=22)
= dotspacemacs-emacs-leader-key =22M-m=22
;; Major mode lea= der key is a shortcut key which is the equivalent of
;; pres= sing =60<leader> m=60. Set it to =60nil=60 to disable it. (default = =22,=22)
dotspacemacs-major-mode-leader-key =22,=22
;; Major mode leader key accessible in =60emacs state' and =60insert= state'.
;; (default =22C-M-m=22)
dotspacemacs-= major-mode-emacs-leader-key =22C-M-m=22
;; These variables c= ontrol whether separate commands are bound in the GUI to
;; = the key pairs C-i, TAB and C-m, RET.
;; Setting it to a non-= nil value, allows for separate commands under <C-i>
;;= and TAB or <C-m> and RET.
;; In the terminal, these p= airs are generally indistinguishable, so this only
;; works = in the GUI. (default nil)
dotspacemacs-distinguish-gui-tab n= il
;; If non nil =60Y' is remapped to =60y=24' in Evil state= s. (default nil)
dotspacemacs-remap-Y-to-y=24 nil
= ;; If non-nil, the shift mappings =60<' and =60>' retain visual = state if used
;; there. (default t)
dotspacemac= s-retain-visual-state-on-shift t
;; If non-nil, J and K move= lines up and down when in visual mode.
;; (default nil)
dotspacemacs-visual-line-move-text nil
;; If non n= il, inverse the meaning of =60g' in =60:substitute' Evil ex-command.
;; (default nil)
dotspacemacs-ex-substitute-global = nil
;; Name of the default layout (default =22Default=22)
dotspacemacs-default-layout-name =22Default=22
;;= If non nil the default layout name is displayed in the mode-line.
<= div> ;; (default nil)
dotspacemacs-display-default-layout = nil
;; If non nil then the last auto saved layouts are resum= e automatically upon
;; start. (default nil)
do= tspacemacs-auto-resume-layouts nil
;; Size (in MB) above whi= ch spacemacs will prompt to open the large file
;; literally= to avoid performance issues. Opening a file literally means that
;; no major mode or minor modes are active. (default is 1)
dotspacemacs-large-file-size 1
;; Location where to aut= o-save files. Possible values are =60original' to
;; auto-sa= ve the file in-place, =60cache' to auto-save the file to another
;; file stored in the cache directory and =60nil' to disable auto-sa= ving.
;; (default 'cache)
dotspacemacs-auto-sav= e-file-location 'cache
;; Maximum number of rollback slots t= o keep in the cache. (default 5)
dotspacemacs-max-rollback-s= lots 5
;; If non nil, =60helm' will try to minimize the spac= e it uses. (default nil)
dotspacemacs-helm-resize nil
<= div> ;; if non nil, the helm header is hidden when there is only one so= urce.
;; (default nil)
dotspacemacs-helm-no-hea= der nil
;; define the position to display =60helm', options = are =60bottom', =60top',
;; =60left', or =60right'. (default= 'bottom)
dotspacemacs-helm-position 'bottom
;;= Controls fuzzy matching in helm. If set to =60always', force fuzzy match= ing
;; in all non-asynchronous sources. If set to =60source'= , preserve individual
;; source settings. Else, disable fuzz= y matching in all sources.
;; (default 'always)
= dotspacemacs-helm-use-fuzzy 'always
;; If non nil the paste= micro-state is enabled. When enabled pressing =60p=60
;; se= veral times cycle between the kill ring content. (default nil)
= dotspacemacs-enable-paste-transient-state nil
;; Which-ke= y delay in seconds. The which-key buffer is the popup listing
= ;; the commands bound to the current keystroke sequence. (default 0.4)<= /div>
dotspacemacs-which-key-delay 0.4
;; Which-key f= rame position. Possible values are =60right', =60bottom' and
= ;; =60right-then-bottom'. right-then-bottom tries to display the frame t= o the
;; right; if there is insufficient space it displays i= t at the bottom.
;; (default 'bottom)
dotspacem= acs-which-key-position 'bottom
;; If non nil a progress bar = is displayed when spacemacs is loading. This
;; may increase= the boot time on some systems and emacs builds, set it to
;= ; nil to boost the loading time. (default t)
dotspacemacs-lo= ading-progress-bar t
;; If non nil the frame is fullscreen w= hen Emacs starts up. (default nil)
;; (Emacs 24.4+ only)
dotspacemacs-fullscreen-at-startup nil
;; If non n= il =60spacemacs/toggle-fullscreen' will not use native fullscreen.
<= div> ;; Use to disable fullscreen animations in OSX. (default nil)
dotspacemacs-fullscreen-use-non-native nil
;; If no= n nil the frame is maximized when Emacs starts up.
;; Takes = effect only if =60dotspacemacs-fullscreen-at-startup' is nil.
= ;; (default nil) (Emacs 24.4+ only)
dotspacemacs-maximized= -at-startup nil
;; A value from the range (0..100), in incre= asing opacity, which describes
;; the transparency level of = a frame when it's active or selected.
;; Transparency can be= toggled through =60toggle-transparency'. (default 90)
dotsp= acemacs-active-transparency 90
;; A value from the range (0.= .100), in increasing opacity, which describes
;; the transpa= rency level of a frame when it's inactive or deselected.
;; = Transparency can be toggled through =60toggle-transparency'. (default 90)=
dotspacemacs-inactive-transparency 90
;; If no= n nil show the titles of transient states. (default t)
dotsp= acemacs-show-transient-state-title t
;; If non nil show the = color guide hint for transient state keys. (default t)
dotsp= acemacs-show-transient-state-color-guide t
;; If non nil uni= code symbols are displayed in the mode line. (default t)
dot= spacemacs-mode-line-unicode-symbols t
;; If non nil smooth s= crolling (native-scrolling) is enabled. Smooth
;; scrolling = overrides the default behavior of Emacs which recenters point
= ;; when it reaches the top or bottom of the screen. (default t)
dotspacemacs-smooth-scrolling t
;; Control line number= s activation.
;; If set to =60t' or =60relative' line number= s are turned on in all =60prog-mode' and
;; =60text-mode' de= rivatives. If set to =60relative', line numbers are relative.
= ;; This variable can also be set to a property list for finer control:<= /div>
;; '(:relative nil
;; :disabled-for-modes dir= ed-mode
;; doc-view-mode
= ;; markdown-mode
;; = org-mode
;; pdf-view-mode
;; text-mode
;; :size-limit-kb = 1000)
;; (default nil)
;; dotspacemacs-line-num= bers nil
dotspacemacs-line-numbers t
;; Code fo= lding method. Possible values are =60evil' and =60origami'.
= ;; (default 'evil)
dotspacemacs-folding-method 'evil
;; If non-nil smartparens-strict-mode will be enabled in programmin= g modes.
;; (default nil)
dotspacemacs-smartpar= ens-strict-mode nil
;; If non-nil pressing the closing paren= thesis =60)' key in insert mode passes
;; over any automatic= ally added closing parenthesis, bracket, quote, etc=E2=80=A6
= ;; This can be temporary disabled by pressing =60C-q' before =60)'. (def= ault nil)
dotspacemacs-smart-closing-parenthesis nil
;; Select a scope to highlight delimiters. Possible values are =60a= ny',
;; =60current', =60all' or =60nil'. Default is =60all' = (highlight any scope and
;; emphasis the current one). (defa= ult 'all)
dotspacemacs-highlight-delimiters 'all
= ;; If non nil, advise quit functions to keep server open when quitting.=
;; (default nil)
dotspacemacs-persistent-serve= r nil
;; List of search tool executable names. Spacemacs use= s the first installed
;; tool of the list. Supported tools a= re =60ag', =60pt', =60ack' and =60grep'.
;; (default '(=22ag= =22 =22pt=22 =22ack=22 =22grep=22))
dotspacemacs-search-tool= s '(=22ag=22 =22pt=22 =22ack=22 =22grep=22)
;; The default p= ackage repository used if no explicit repository has been
;;= specified with an installed package.
;; Not used for now. (= default nil)
dotspacemacs-default-package-repository nil
;; Delete whitespace while saving buffer. Possible values are =60= all'
;; to aggressively delete empty line and long sequences= of whitespace,
;; =60trailing' to delete only the whitespac= e at end of lines, =60changed'to
;; delete only whitespace f= or changed lines or =60nil' to disable cleanup.
;; (default = nil)
dotspacemacs-whitespace-cleanup nil
))
(defun dotspacemacs/user-init ()
=22Initialization= function for user code.
It is called immediately after =60dots= pacemacs/init', before layer configuration
executes.
= This function is mostly useful for variables that need to be set
before packages are loaded. If you are unsure, you should try in setti= ng them in
=60dotspacemacs/user-config' first.=22
)=

(defun dotspacemacs/user-config ()
=22Configur= ation function for user code.
This function is called at the ve= ry end of Spacemacs initialization after
layers configuration.<= /div>
This is the place where most of your configurations should be d= one. Unless it is
explicitly specified that a variable should b= e set before a package is loaded,
you should place your code he= re.=22
;; js2-mode
(setq-default js2-basic-offset= 2)
(setq-default js-indent-level 2)
(setq-defaul= t
;; web-mode
css-indent-offset 2
= web-mode-markup-indent-offset 2
web-mode-css-indent-offset 2=
web-mode-code-indent-offset 2
web-mode-attr-in= dent-offset 2)
(setq-default mac-right-option-modifier nil)
(setq sunshine-appid =22c6b201dd11404de5c724e191fefc1fde=22)
(setq calendar-location-name =22Seynod, =46RANCE=22
= calendar-latitude 45.888
calendar-longitude 6.0= 993)
(setq sunshine-location =2274600,=46R=22)
(s= etq sunshine-units 'metric)
(setq sunshine-show-icons t)
;; (setq org-bullets-bullet-list '(=22=E2=96=A0=22 =22=E2=97=86=22= =22=E2=96=B2=22 =22=E2=96=B6=22))
;; (add-hook 'org-mode-hoo= k (lambda () (org-bullets-mode 1)))
)
;; = Do not write anything past this comment. This is where Emacs will
;; auto-generate custom variable definitions.
(custom-set-va= riables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;= ; If there is more than one, they won't work right.
'(ansi-ter= m-color-vector
=5Bunspecified =22=2314191f=22 =22=23d15120=22= =22=2381af34=22 =22=23deae3e=22 =22=237e9fc9=22 =22=23a878b5=22 =22=237e= 9fc9=22 =22=23dcdddd=22=5D t)
'(evil-want-Y-yank-to-eol nil)
'(fci-rule-character-color =22=23192028=22)
'(fci-ru= le-color =22=23444444=22 t)
'(package-selected-packages
<= div> (quote
(rvm ruby-tools ruby-test-mode rubocop rspec-= mode robe rbenv rake minitest chruby bundler inf-ruby csv-mode ox-reveal = ox-gfm terraform-mode hcl-mode nginx-mode engine-mode imenu-list theme-ch= anger sunshine rase osx-location evil-commentary reveal-in-osx-finder pbc= opy osx-trash osx-dictionary launchctl web-mode tagedit slim-mode scss-mo= de sass-mode pug-mode helm-css-scss haml-mode emmet-mode company-web web-= completion-data zenburn-theme zen-and-art-theme white-sand-theme underwat= er-theme ujelly-theme twilight-theme twilight-bright-theme twilight-anti-= bright-theme toxi-theme tao-theme tangotango-theme tango-plus-theme tango= -2-theme sunny-day-theme sublime-themes subatomic256-theme subatomic-them= e spacegray-theme soothe-theme solarized-theme soft-stone-theme soft-morn= ing-theme soft-charcoal-theme smyx-theme seti-theme reverse-theme rebecca= -theme railscasts-theme purple-haze-theme professional-theme planet-theme= phoenix-dark-pink-theme phoenix-dark-mono-theme organic-green-theme omto= se-phellack-theme oldlace-theme occidental-theme obsidian-theme noctilux-= theme naquadah-theme mustang-theme monokai-theme monochrome-theme molokai= -theme moe-theme minimal-theme material-theme majapahit-theme madhat2r-th= eme lush-theme light-soap-theme jbeans-theme jazz-theme ir-black-theme in= kpot-theme heroku-theme hemisu-theme hc-zenburn-theme gruvbox-theme grube= r-darker-theme grandshell-theme gotham-theme gandalf-theme flatui-theme f= latland-theme farmhouse-theme exotica-theme espresso-theme dracula-theme = django-theme darktooth-theme autothemer darkokai-theme darkmine-theme dar= kburn-theme dakrone-theme cyberpunk-theme color-theme-sanityinc-tomorrow = color-theme-sanityinc-solarized clues-theme cherry-blossom-theme busybee-= theme bubbleberry-theme birds-of-paradise-plus-theme badwolf-theme apropo= spriate-theme anti-zenburn-theme ample-zen-theme ample-theme alect-themes= afternoon-theme noflet ensime sbt-mode scala-mode yaml-mode web-beautify= livid-mode skewer-mode simple-httpd json-mode json-snatcher json-reforma= t js2-refactor multiple-cursors js2-mode js-doc jinja2-mode company-tern = tern company-ansible coffee-mode ansible-doc ansible yapfify pyvenv pytes= t pyenv-mode py-isort pip-requirements live-py-mode hy-mode dash-function= al helm-pydoc cython-mode company-anaconda anaconda-mode pythonic xterm-c= olor shell-pop multi-term eshell-z eshell-prompt-extras esh-help unfill s= meargle orgit org-projectile org-category-capture org-present org-pomodor= o alert log4e gntp org-mime org-download mwim mmm-mode markdown-toc markd= own-mode magit-gitflow htmlize helm-gitignore helm-company helm-c-yasnipp= et gnuplot gitignore-mode gitconfig-mode gitattributes-mode git-timemachi= ne git-messenger git-link git-gutter-fringe+ git-gutter-fringe fringe-hel= per git-gutter+ git-gutter gh-md fuzzy flyspell-correct-helm flyspell-cor= rect flycheck-pos-tip pos-tip flycheck evil-magit magit magit-popup git-c= ommit ghub with-editor diff-hl company-statistics company auto-yasnippet = yasnippet auto-dictionary ac-ispell auto-complete ws-butler winum which-k= ey volatile-highlights vi-tilde-fringe uuidgen use-package toc-org spacel= ine powerline restart-emacs request rainbow-delimiters popwin persp-mode = pcre2el paradox spinner org-plus-contrib org-bullets open-junk-file neotr= ee move-text macrostep lorem-ipsum linum-relative link-hint indent-guide = hydra hungry-delete hl-todo highlight-parentheses highlight-numbers paren= t-mode highlight-indentation helm-themes helm-swoop helm-projectile helm-= mode-manager helm-make projectile pkg-info epl helm-flx helm-descbinds he= lm-ag google-translate golden-ratio flx-ido flx fill-column-indicator fan= cy-battery eyebrowse expand-region exec-path-from-shell evil-visualstar e= vil-visual-mark-mode evil-unimpaired evil-tutor evil-surround evil-search= -highlight-persist evil-numbers evil-nerd-commenter evil-mc evil-matchit = evil-lisp-state smartparens evil-indent-plus evil-iedit-state iedit evil-= exchange evil-escape evil-ediff evil-args evil-anzu anzu evil goto-chg un= do-tree eval-sexp-fu highlight elisp-slime-nav dumb-jump f dash s diminis= h define-word column-enforce-mode clean-aindent-mode bind-map bind-key au= to-highlight-symbol auto-compile packed aggressive-indent adaptive-wrap a= ce-window ace-link ace-jump-helm-line helm avy helm-core popup async)))
'(send-mail-function (quote mailclient-send-it)))
(cu= stom-set-faces
;; custom-set-faces was added by Custom.
<= div> ;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(defau= lt ((t (:background =22=2314191f=22 :foreground =22=23dcdddd=22 :family =22= Monaco=22 :foundry =22nil=22 :slant normal :weight normal :height 140 :wi= dth normal)))))

------ 8< ------------------------------= ----- >8 ------

Thanks for help.
Rdgs,
Micha=C3=ABl C.

3D= --5b313af2_6b8b4567_1b43--