<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="profile" href="https://gmpg.org/xfn/11" />
<script src="https://use.fontawesome.com/e1c02ee220.js"></script>

<script> 
	var $buoop = {
		required: {i:10,e:-4,f:-3,o:-3,s:-1,c:-3},
		// Specifies required browser versions

		reminder: 0,
		// after how many hours should the message reappear
		// 0 = show all the time

		 jsshowurl: "//browser-update.org/update.show.min.js",
		// URL where the script, that shows the notification, is located. This is only loaded if the user actually has an outdated browser.

		container: document.body,
		// DOM Element where the notification will be injected.

		newwindow: true,                
		// open link in new window/tab

		api:2019.05,
	};

	function $buo_f(){ 
	 var e = document.createElement("script"); 
	 e.src = "//browser-update.org/update.min.js"; 
	 document.body.appendChild(e);
	};

	try {document.addEventListener("DOMContentLoaded", $buo_f,false)}
	catch(e){window.attachEvent("onload", $buo_f)}
	</script>
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="c9915f37-2c15-4348-accf-ad53d008a7db" data-culture="EN" type="text/javascript" data-blockingmode="auto"></script><meta name='robots' content='index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1' />

<title>GTD Times</title>
<meta name="description" content="The Getting Things Done blog" />
<link rel="canonical" href="https://gettingthingsdone.com/gtd-times/" />
<link rel="next" href="https://gettingthingsdone.com/gtd-times/page/2/" />
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="article" />
<meta property="og:title" content="GTD Times" />
<meta property="og:description" content="The Getting Things Done blog" />
<meta property="og:url" content="https://gettingthingsdone.com/gtd-times/" />
<meta property="og:site_name" content="Getting Things Done®" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@gtdtimes" />
<script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://gettingthingsdone.com/#organization","name":"Getting Things Done","url":"https://gettingthingsdone.com/","sameAs":["https://www.facebook.com/gettingthingsdone/","https://www.instagram.com/gtdtimes/","https://www.linkedin.com/groups/2328651/","https://twitter.com/gtdtimes"],"logo":{"@type":"ImageObject","@id":"https://gettingthingsdone.com/#logo","inLanguage":"en-US","url":"https://gettingthingsdone.com/wp-content/uploads/2019/04/gtd-logo.png","contentUrl":"https://gettingthingsdone.com/wp-content/uploads/2019/04/gtd-logo.png","width":370,"height":338,"caption":"Getting Things Done"},"image":{"@id":"https://gettingthingsdone.com/#logo"}},{"@type":"WebSite","@id":"https://gettingthingsdone.com/#website","url":"https://gettingthingsdone.com/","name":"Getting Things Done\u00ae","description":"David Allen&#039;s GTD\u00ae Methodology","publisher":{"@id":"https://gettingthingsdone.com/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://gettingthingsdone.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":["WebPage","CollectionPage"],"@id":"https://gettingthingsdone.com/gtd-times/#webpage","url":"https://gettingthingsdone.com/gtd-times/","name":"GTD Times","isPartOf":{"@id":"https://gettingthingsdone.com/#website"},"datePublished":"2013-12-05T18:47:14+00:00","dateModified":"2016-04-14T20:03:16+00:00","description":"The Getting Things Done blog","breadcrumb":{"@id":"https://gettingthingsdone.com/gtd-times/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://gettingthingsdone.com/gtd-times/"]}]},{"@type":"BreadcrumbList","@id":"https://gettingthingsdone.com/gtd-times/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://gettingthingsdone.com/"},{"@type":"ListItem","position":2,"name":"GTD Times"}]}]}</script>

<link rel='dns-prefetch' href='//s.w.org' />
<link rel="alternate" type="application/rss+xml" title="Getting Things Done® &raquo; Feed" href="https://gettingthingsdone.com/feed/" />
<link rel="alternate" type="application/rss+xml" title="Getting Things Done® &raquo; Comments Feed" href="https://gettingthingsdone.com/comments/feed/" />
<link rel="alternate" type="text/calendar" title="Getting Things Done® &raquo; iCal Feed" href="https://gettingthingsdone.com/events/?ical=1" />

<script src="//www.googletagmanager.com/gtag/js?id=UA-1446195-8" type="text/javascript" data-cfasync="false" async></script>
<script type="text/javascript" data-cfasync="false">
				var mi_version = '7.18.0';
				var mi_track_user = true;
				var mi_no_track_reason = '';
				
								var disableStr = 'ga-disable-UA-1446195-8';

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					return document.cookie.indexOf( disableStr + '=true' ) > - 1;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if ( __gtagTrackerIsOptedOut() ) {
					window[disableStr] = true;
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					document.cookie = disableStr + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
					window[disableStr] = true;
				}

				if ( 'undefined' === typeof gaOptout ) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];
				if ( mi_track_user ) {
					function __gtagTracker() {dataLayer.push( arguments );}
					__gtagTracker( 'js', new Date() );
					__gtagTracker( 'set', {
						'developer_id.dZGIzZG' : true,
						                    });
					__gtagTracker( 'config', 'UA-1446195-8', {
						forceSSL:true,anonymize_ip:true,link_attribution:true,					} );
										window.gtag = __gtagTracker;										(
						function () {
							/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
							/* ga and __gaTracker compatibility shim. */
							var noopfn = function () {
								return null;
							};
							var newtracker = function () {
								return new Tracker();
							};
							var Tracker = function () {
								return null;
							};
							var p = Tracker.prototype;
							p.get = noopfn;
							p.set = noopfn;
							p.send = function (){
								var args = Array.prototype.slice.call(arguments);
								args.unshift( 'send' );
								__gaTracker.apply(null, args);
							};
							var __gaTracker = function () {
								var len = arguments.length;
								if ( len === 0 ) {
									return;
								}
								var f = arguments[len - 1];
								if ( typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function' ) {
									if ( 'send' === arguments[0] ) {
										var hitConverted, hitObject = false, action;
										if ( 'event' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[3] ) {
												hitObject = {
													'eventAction': arguments[3],
													'eventCategory': arguments[2],
													'eventLabel': arguments[4],
													'value': arguments[5] ? arguments[5] : 1,
												}
											}
										}
										if ( 'pageview' === arguments[1] ) {
											if ( 'undefined' !== typeof arguments[2] ) {
												hitObject = {
													'eventAction': 'page_view',
													'page_path' : arguments[2],
												}
											}
										}
										if ( typeof arguments[2] === 'object' ) {
											hitObject = arguments[2];
										}
										if ( typeof arguments[5] === 'object' ) {
											Object.assign( hitObject, arguments[5] );
										}
										if ( 'undefined' !== typeof arguments[1].hitType ) {
											hitObject = arguments[1];
											if ( 'pageview' === hitObject.hitType ) {
												hitObject.eventAction = 'page_view';
											}
										}
										if ( hitObject ) {
											action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
											hitConverted = mapArgs( hitObject );
											__gtagTracker( 'event', action, hitConverted );
										}
									}
									return;
								}

								function mapArgs( args ) {
									var arg, hit = {};
									var gaMap = {
										'eventCategory': 'event_category',
										'eventAction': 'event_action',
										'eventLabel': 'event_label',
										'eventValue': 'event_value',
										'nonInteraction': 'non_interaction',
										'timingCategory': 'event_category',
										'timingVar': 'name',
										'timingValue': 'value',
										'timingLabel': 'event_label',
										'page' : 'page_path',
										'location' : 'page_location',
										'title' : 'page_title',
									};
									for ( arg in args ) {
										if ( args.hasOwnProperty(arg) && gaMap.hasOwnProperty(arg) ) {
											hit[gaMap[arg]] = args[arg];
										} else {
											hit[arg] = args[arg];
										}
									}
									return hit;
								}

								try {
									f.hitCallback();
								} catch ( ex ) {
								}
							};
							__gaTracker.create = newtracker;
							__gaTracker.getByName = newtracker;
							__gaTracker.getAll = function () {
								return [];
							};
							__gaTracker.remove = noopfn;
							__gaTracker.loaded = true;
							window['__gaTracker'] = __gaTracker;
						}
					)();
									} else {
										console.log( "" );
					( function () {
							function __gtagTracker() {
								return null;
							}
							window['__gtagTracker'] = __gtagTracker;
							window['gtag'] = __gtagTracker;
					} )();
									}
			</script>

<script>
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/gettingthingsdone.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.8.1"}};
			!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
		</script>
<style>
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://gettingthingsdone.com/wp-includes/css/dist/block-library/style.min.css?ver=5.8.1' media='all' />
<style id='wp-block-library-theme-inline-css'>
#start-resizable-editor-section{display:none}.wp-block-audio figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-audio figcaption{color:hsla(0,0%,100%,.65)}.wp-block-code{font-family:Menlo,Consolas,monaco,monospace;color:#1e1e1e;padding:.8em 1em;border:1px solid #ddd;border-radius:4px}.wp-block-embed figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-embed figcaption{color:hsla(0,0%,100%,.65)}.blocks-gallery-caption{color:#555;font-size:13px;text-align:center}.is-dark-theme .blocks-gallery-caption{color:hsla(0,0%,100%,.65)}.wp-block-image figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-image figcaption{color:hsla(0,0%,100%,.65)}.wp-block-pullquote{border-top:4px solid;border-bottom:4px solid;margin-bottom:1.75em;color:currentColor}.wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer{color:currentColor;text-transform:uppercase;font-size:.8125em;font-style:normal}.wp-block-quote{border-left:.25em solid;margin:0 0 1.75em;padding-left:1em}.wp-block-quote cite,.wp-block-quote footer{color:currentColor;font-size:.8125em;position:relative;font-style:normal}.wp-block-quote.has-text-align-right{border-left:none;border-right:.25em solid;padding-left:0;padding-right:1em}.wp-block-quote.has-text-align-center{border:none;padding-left:0}.wp-block-quote.is-large,.wp-block-quote.is-style-large{border:none}.wp-block-search .wp-block-search__label{font-weight:700}.wp-block-group.has-background{padding:1.25em 2.375em;margin-top:0;margin-bottom:0}.wp-block-separator{border:none;border-bottom:2px solid;margin-left:auto;margin-right:auto;opacity:.4}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:100px}.wp-block-separator.has-background:not(.is-style-dots){border-bottom:none;height:1px}.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots){height:2px}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{padding:.5em;border:1px solid;word-break:normal}.wp-block-table figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-table figcaption{color:hsla(0,0%,100%,.65)}.wp-block-video figcaption{color:#555;font-size:13px;text-align:center}.is-dark-theme .wp-block-video figcaption{color:hsla(0,0%,100%,.65)}.wp-block-template-part.has-background{padding:1.25em 2.375em;margin-top:0;margin-bottom:0}#end-resizable-editor-section{display:none}
</style>
<link rel='stylesheet' id='cpsh-shortcodes-css' href='https://gettingthingsdone.com/wp-content/plugins/column-shortcodes//assets/css/shortcodes.css?ver=1.0.1' media='all' />
<link rel='stylesheet' id='gtdq_css-css' href='https://gettingthingsdone.com/wp-content/plugins/gtdq/css/style.css?ver=5.8.1' media='all' />
<link rel='stylesheet' id='responsive-oembed-css' href='https://gettingthingsdone.com/wp-content/plugins/responsive-oembed/responsive-oembed.css?ver=5.8.1' media='all' />
<link rel='stylesheet' id='parent-style-css' href='https://gettingthingsdone.com/wp-content/themes/twentynineteen/style.css?ver=5.8.1' media='all' />
<link rel='stylesheet' id='twentynineteen-style-css' href='https://gettingthingsdone.com/wp-content/themes/gettingthingsdone2/style.css?ver=1.1.0' media='all' />
<link rel='stylesheet' id='twentynineteen-print-style-css' href='https://gettingthingsdone.com/wp-content/themes/twentynineteen/print.css?ver=1.1.0' media='print' />
<link rel='stylesheet' id='__EPYT__style-css' href='https://gettingthingsdone.com/wp-content/plugins/youtube-embed-plus-pro/styles/ytprefs.min.css?ver=13.4.3' media='all' />
<style id='__EPYT__style-inline-css'>

                .epyt-gallery-thumb {
                        width: 20%;
                }
                
                         @media (min-width:0px) and (max-width: 767px) {
                            .epyt-gallery-rowbreak {
                                display: none;
                            }
                            .epyt-gallery-allthumbs[class*="epyt-cols"] .epyt-gallery-thumb {
                                width: 100% !important;
                            }
                          }
</style>
<link rel='stylesheet' id='__disptype__-css' href='https://gettingthingsdone.com/wp-content/plugins/youtube-embed-plus-pro/scripts/lity.min.css?ver=13.4.3' media='all' />
<script id='monsterinsights-frontend-script-js-extra'>
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[{\"path\":\"\\\/go\\\/\",\"label\":\"affiliate\"},{\"path\":\"\\\/recommend\\\/\",\"label\":\"affiliate\"}]","home_url":"https:\/\/gettingthingsdone.com","hash_tracking":"false","ua":"UA-1446195-8"};
</script>
<script src='https://gettingthingsdone.com/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=7.18.0' id='monsterinsights-frontend-script-js'></script>
<script src='https://gettingthingsdone.com/wp-includes/js/jquery/jquery.min.js?ver=3.6.0' id='jquery-core-js'></script>
<script src='https://gettingthingsdone.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.3.2' id='jquery-migrate-js'></script>
<script src='https://gettingthingsdone.com/wp-content/plugins/gtdq/js/jquery-ui.min.js?ver=1.11.4' id='gtdq_jquery-ui-js'></script>
<script src='https://gettingthingsdone.com/wp-content/plugins/youtube-embed-plus-pro/scripts/lity.min.js?ver=13.4.3' id='__dispload__-js'></script>
<script id='__ytprefs__-js-extra'>
var _EPYT_ = {"ajaxurl":"https:\/\/gettingthingsdone.com\/wp-admin\/admin-ajax.php","security":"68e63ec05f","gallery_scrolloffset":"20","eppathtoscripts":"https:\/\/gettingthingsdone.com\/wp-content\/plugins\/youtube-embed-plus-pro\/scripts\/","eppath":"https:\/\/gettingthingsdone.com\/wp-content\/plugins\/youtube-embed-plus-pro\/","epresponsiveselector":"[\"iframe.__youtube_prefs__\",\"iframe[src*='youtube.com']\",\"iframe[src*='youtube-nocookie.com']\",\"iframe[data-ep-src*='youtube.com']\",\"iframe[data-ep-src*='youtube-nocookie.com']\",\"iframe[data-ep-gallerysrc*='youtube.com']\"]","epdovol":"1","version":"13.4.3","evselector":"iframe.__youtube_prefs__[src], iframe[src*=\"youtube.com\/embed\/\"], iframe[src*=\"youtube-nocookie.com\/embed\/\"]","ajax_compat":"","ytapi_load":"light","pause_others":"","stopMobileBuffer":"1","vi_active":"","vi_js_posttypes":[]};
</script>
<script src='https://gettingthingsdone.com/wp-content/plugins/youtube-embed-plus-pro/scripts/ytprefs.min.js?ver=13.4.3' id='__ytprefs__-js'></script>
<link rel="https://api.w.org/" href="https://gettingthingsdone.com/wp-json/" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://gettingthingsdone.com/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://gettingthingsdone.com/wp-includes/wlwmanifest.xml" />
<script>readMoreArgs = []</script><script type="text/javascript">
			EXPM_VERSION_PRO=1.15;EXPM_AJAX_URL='https://gettingthingsdone.com/wp-admin/admin-ajax.php'
			function yrmAddEvent(element, eventName, fn) {
                if (element.addEventListener)
                    element.addEventListener(eventName, fn, false);
                else if (element.attachEvent)
                    element.attachEvent('on' + eventName, fn);
	        }
		</script><meta name="tec-api-version" content="v1"><meta name="tec-api-origin" content="https://gettingthingsdone.com"><link rel="https://theeventscalendar.com/" href="https://gettingthingsdone.com/wp-json/tribe/events/v1/" /> <style id="wp-custom-css">
			#mob-site-navigation a {
    color: white;
    text-transform: uppercase;
    font-size: 25px;
}

html #CybotCookiebotDialog *, html #CybotCookiebotDialogBodyUnderlay *,
html #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
	font-family: helvetica, arial, sans-serif;
	font-size: 15px;
	text-transform: none;
}


@media only screen and (min-width: 768px) {
.training-global-text {
	max-width: 30ch;
	margin: auto auto;
}
}

.gtd-blog-widget .elementor-post__text {
	margin-left: 20px;
}	

.tribe_community_edit .entry-meta,
.tribe_community_list .entry .entry-meta,
.tribe_community_list h2.tribe-community-events-list-title,
.tribe_community_edit .tribe-section.tribe-section-image-uploader,
.tribe_community_edit .tribe-section.tribe-section-cost {
    display: none;
}

.tribe_community_edit a.view-event,
.tribe_community_list span.view {
    display: none;
}

.tribe_community_edit .my-events-header a.tribe-button.tribe-button-secondary {
    margin: 1rem 0;
    padding: 0;
    display: inline-block;
}

.tribe_community_edit .tribe-section-header {
    margin: 2rem 0 0;
}

.tribe_community_edit .eventForm td {
    font-size: inherit;
}

.tribe_community_edit button, 
.tribe_community_edit input, 
.tribe_community_edit select, 
.tribe_community_edit optgroup, 
.tribe_community_edit textarea {
    font-family: inherit;
}


.tribe_community_edit .eventForm .tribe-datetime-block .tribe-field-end_date, 
.tribe_community_edit .eventForm .tribe-datetime-block .tribe-field-start_date {
    width: 140px;
}

a.table-menu-btn.button.tribe-button.tribe-button-tertiary.tribe-button-activate {
    color: white;
}

.tribe_community_edit table#tribe-community-events-list,
.tribe_community_list table#tribe-community-events-list {
    font-size: 15px;
}

.tribe_community_edit table td, 
.tribe_community_edit table th {
    border: none;
}    

.tribe_community_list a.tribe-button.tribe-button-primary.add-new {
    display: block;
    padding: 0;
    margin: 1rem 0;
}

.tribe_community_list .my-events-display-options.ce-top {
    margin: 1rem 0;
}

.tribe_community_list a.tribe-button.tribe-button-small.tribe-upcoming.tribe-button-secondary,
.tribe_community_list a.tribe-button.tribe-button-small.tribe-past.tribe-button-tertiary {
    padding: 0;
    margin: 0;
}

.tribe_community_list a.tribe-button.tribe-button-small.tribe-past.tribe-button-tertiary {
    margin-left: 1rem;
}

.tribe_community_list a.table-menu-btn.button.tribe-button.tribe-button-tertiary.tribe-button-activate {
    display: none;
}

.tribe_community_edit h1.entry-title,
.tribe_community_list h1.entry-title {
    font-size: 2rem;
}



.tribe_community_edit input#user_login, .tribe_community_edit input#user_pass {
    display: block;
}

.tribe_community_edit input#s2id_autogen3, .tribe_community_edit input#s2id_autogen5,
.tribe_community_edit input#EventURL, .tribe_community_edit input#tribe_custom-_ecp_custom_5-Venueshortname {
    min-width: 320px !important;
}

.tribe_community_edit div#s2id_event-timezone,
.tribe_community_edit input#allDayCheckbox,
.tribe_community_edit a.tribe-change-timezone {
    display: none !important;
}

html .tribe_community_edit .tribe-button {
    background: #e55300;
    color: white;
}

html .tribe_community_edit .my-events-header a.tribe-button.tribe-button-secondary {
    margin: 0rem 0;
    padding: .5rem 1rem;
    font-weight: normal;
    text-decoration: none;
}

html .tribe-community-events .tribe-section .tribe-section-header h3 {
    color: #464646;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
}

html a.tribe-add-post.tribe-button.tribe-button-secondary {
    text-decoration: none;
}

html .my-events-header h2.my-events {
    font-size: 1.7rem;
}

html .tribe_community_edit .button-primary, 
html .tribe_community_edit .tribe-button.tribe-button-primary, 
html .tribe_community_list .button-primary, 
html .tribe_community_list .tribe-button.tribe-button-primary,
html .tribe_community_edit .tribe-add-recurrence.tribe-button,
html .tribe_community_edit .tribe-button.submit {
    background: #e55300;
    color: white;
    text-decoration: none;
}


html .tribe_community_list a.tribe-button.tribe-button-primary.add-new {
    display: inline;
    padding: .5rem 1rem;
}


html .tribe-community-events-content .tribe-nav .tribe-upcoming,
html .tribe_community_list .tribe-button-tertiary,
html .tribe-community-events-content .tribe-nav .my-events-display-options a.tribe-button-tertiary {
    background: none;
    color: #e55300;
    font-weight: normal;
    border: none;
}

#tribe-bar-form input[type='text'] {
    font-family: arial,helvetica,sans-serif;
}

.tribe-dropdown {
	font-size: 16px;
}

/* Only desktop */
@media only screen and (min-width: 768px) {
.training-global-text {
	max-width: 30ch;
	margin: auto auto;
}
	
.tribe_community_edit.tribe-theme-child-gettingthingsdone2 .entry .entry-content, .tribe_community_edit.tribe-theme-child-gettingthingsdone2 .entry .entry-summary, .post-type-archive-tribe_events .entry .entry-content {
    max-width: 100%;
    margin: 0;
    padding: 0 100px;
}
	
	
.tribe_community_edit.tribe-theme-child-gettingthingsdone2 .entry .entry-content,
.tribe_community_list.tribe-theme-child-gettingthingsdone2 .entry .entry-content	{
		padding: 0;
	}
	
.tribe_community_edit.tribe-theme-child-gettingthingsdone2 .entry .entry-content, 
.tribe_community_edit.tribe-theme-child-gettingthingsdone2 .entry .entry-summary,
.tribe_community_list.tribe-theme-child-gettingthingsdone2 .entry .entry-content {
    margin: 0 10%;
}

.tribe_community_edit .entry .entry-header,
.tribe_community_list .entry .entry-header 	{
    margin: 2rem 10%;
}	

.tribe_community_edit td.tribe-section-content-label {
    width: 30%;
}	
	
#tribe_events_filters_wrapper.tribe-events-filters-horizontal input[type=submit] {
    display: inline-block;
    margin-top: 1.3em;
    -webkit-appearance: button;
    background: #666;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    height: auto;
    letter-spacing: 0;
    line-height: 2;
    padding: 10px;
    width: 12em;
}	


}		</style>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#39302c">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
</head>
<body class="blog wp-custom-logo wp-embed-responsive tribe-no-js tribe-theme-parent-twentynineteen tribe-theme-child-gettingthingsdone2 hfeed image-filters-enabled elementor-default elementor-kit-20300">
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<header id="masthead" class="site-header">
<div class="site-branding-container">
<div class="site-branding">
<div id="header-desktop"> <div class="site-logo"><a href="https://gettingthingsdone.com/" class="custom-logo-link" rel="home"><img width="190" height="190" src="https://gettingthingsdone.com/wp-content/uploads/2019/03/cropped-getting-things-done-logo.png" class="custom-logo" alt="Getting Things Done®" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/03/cropped-getting-things-done-logo.png 190w, https://gettingthingsdone.com/wp-content/uploads/2019/03/cropped-getting-things-done-logo-150x150.png 150w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /></a></div>
<nav id="site-navigation" class="main-navigation" aria-label="Top Menu">
<div class="main-menu-wrap"><ul id="main-menu" class="main-menu"><li id="menu-item-17548" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17548"><a href="https://gettingthingsdone.com/what-is-gtd/">What is GTD</a></li>
<li id="menu-item-17601" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17601"><a href="https://gettingthingsdone.com/next-steps/">Next steps</a></li>
<li id="menu-item-17575" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17575"><a href="https://gettingthingsdone.com/training-coaching/">Training &#038; Coaching</a></li>
<li id="menu-item-19778" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19778"><a href="https://gettingthingsdone.com/resources/">Free Resources</a></li>
<li id="menu-item-19775" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19775"><a href="https://store.gettingthingsdone.com/">Shop</a></li>
<li id="menu-item-19777" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19777"><a href="https://gtdconnect.com/free/14days">GTD Connect</a></li>
</ul></div>
<div class="main-menu-more">
<ul class="main-menu">
<li class="menu-item menu-item-has-children">
<button class="submenu-expand main-menu-more-toggle is-empty" tabindex="-1" aria-label="More" aria-haspopup="true" aria-expanded="false"><svg class="svg-icon" width="24" height="24" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><path d="M0 0h24v24H0z" /><path fill="currentColor" fill-rule="nonzero" d="M12 2c5.52 0 10 4.48 10 10s-4.48 10-10 10S2 17.52 2 12 6.48 2 12 2zM6 14a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm6 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm6 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4z" /></g></svg>
</button>
<ul class="sub-menu hidden-links">
<li class="mobile-parent-nav-menu-item">
<button class="menu-item-link-return"><svg class="svg-icon" width="24" height="24" aria-hidden="true" role="img" focusable="false" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><path d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg>Back
</button>
</li>
</ul>
</li>
</ul>
</div>
</nav>
<div class="search-form-container close">
<form role="search" method="get" class="search-form" action="https://gettingthingsdone.com/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
</label>
<input type="submit" class="search-submit" value="Search" />
</form> </div>
<div class="search-button">
<a href=""><i class="fa fa-search" aria-hidden="true"><span class="sr-only">Search</span></i></a>
</div>
</div>
<div id="header-mobile">
<a href="#" class="mobmenu-btn">
 <span class="bars"></span>
</a>
<div class="site-logo"><a href="https://gettingthingsdone.com/" class="custom-logo-link" rel="home"><img width="190" height="190" src="https://gettingthingsdone.com/wp-content/uploads/2019/03/cropped-getting-things-done-logo.png" class="custom-logo" alt="Getting Things Done®" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/03/cropped-getting-things-done-logo.png 190w, https://gettingthingsdone.com/wp-content/uploads/2019/03/cropped-getting-things-done-logo-150x150.png 150w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /></a></div>
<nav id="mob-site-navigation" class="mob-main-navigation close" aria-label="Top Menu">

<form role="search" method="get" class="search-form" action="https://gettingthingsdone.com/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" />
</label>
<input type="submit" class="search-submit" value="Search" />
</form>
<div class="mob-main-menu-wrap"><ul id="mob-main-menu" class="mob-main-menu"><li id="menu-item-17852" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home menu-item-17852"><a href="https://gettingthingsdone.com/">Home</a></li>
<li id="menu-item-17853" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17853"><a href="https://gettingthingsdone.com/what-is-gtd/">What is GTD</a></li>
<li id="menu-item-17849" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17849"><a href="https://gettingthingsdone.com/next-steps/">Next steps</a></li>
<li id="menu-item-17854" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17854"><a href="https://gettingthingsdone.com/training-coaching/">Training &#038; Coaching</a></li>
<li id="menu-item-19779" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19779"><a href="https://gettingthingsdone.com/resources/">Free Resources</a></li>
<li id="menu-item-19780" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19780"><a href="https://store.gettingthingsdone.com">Shop</a></li>
<li id="menu-item-19781" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19781"><a href="https://gtdconnect.com/free/14days">GTD Connect</a></li>
<li id="menu-item-19842" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19842"><a href="https://forum.gettingthingsdone.com/">Forum</a></li>
<li id="menu-item-17856" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17856"><a href="https://gettingthingsdone.com/about/">About</a></li>
<li id="menu-item-17859" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17859"><a href="https://gettingthingsdone.com/gtd-q/">Assessment</a></li>
<li id="menu-item-19331" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19331"><a href="https://gettingthingsdone.com/events/">Events</a></li>
<li id="menu-item-17857" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17857"><a href="https://gettingthingsdone.com/faq/">FAQ</a></li>
<li id="menu-item-17860" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17860"><a href="https://gettingthingsdone.com/contact/">Contact</a></li>
</ul></div>
</nav>
</div>
</div>
<script>

	jQuery(document).ready(function($){

	    // open/close search overlay

        function CloseSearchOverlay()
        {
            $('.search-form-container').addClass('close');
        }

        function OpenSearchOverlay()
        {
            $('.search-form-container').removeClass('close');
        }

		$('#header-desktop .search-button').click(function(ev){
			
			ev.preventDefault();
			
			// If open then trigger submit form OR close
			if ( !$('.search-form-container').hasClass('close') ) {
				
				//if ($('.search-form-container .search-field').val() != ""){
				//	$('.search-form-container form.search-form').submit();
				//} else {
                    CloseSearchOverlay();
				//}
				
			} else {
                OpenSearchOverlay();
			}
				
		});
		

		// button top open/close the mobile menu
		$('#header-mobile .mobmenu-btn').click(function(ev){
			
			ev.preventDefault();
			
			if ( $('.mob-main-navigation').hasClass('close') ) {
				
				$('.mob-main-navigation').removeClass('close');
				$('#header-mobile').addClass('open-menu');
				$('body').addClass('noscroll');
				
			} else {
				
				$('.mob-main-navigation').addClass('close');
				$('#header-mobile').removeClass('open-menu');
				$('body').removeClass('noscroll');
			
			}
			
		});


		// close search-form when clicking outside
		setTimeout(function(){

		    $('body').click(function(ev){

		        if (!$('.search-form-container').hasClass('close')){

		            let $target = $(ev.target);
                    console.log($target);

		            if ( !$target.hasClass('search-form') && !$target.hasClass('fa-search') && !$target.hasClass('search-field')){
                        CloseSearchOverlay();
                    }

                }

            });

        }, 2000);

		/* old mobile close button
		$('#header-mobile .mobmenu-btn-close').click(function(ev){
			
			ev.preventDefault();
			
			$('.mob-main-navigation').addClass('close');
			$('#header-mobile').removeClass('open-menu');
			$('body').removeClass('noscroll');
			
		});
		*/
		
	});
</script>
</div>
</header>
<div id="content" class="site-content">
<section id="primary" class="content-area">
<main id="main" class="site-main">
<header class="page-header">
<h1 class="page-title"><img src="https://gtd.senson.no/wp-content/uploads/2019/04/gtd-blog-2x.png" alt="GTD Blog" /></h1>
</header>
<article id="post-21202" class="post-21202 post type-post status-publish format-standard has-post-thumbnail hentry category-david-allen category-featured category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2021/07/go-beyond-passion-to-peaceful-purposefulness/" rel="bookmark">Go beyond passion to peaceful purposefulness</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2021/07/go-beyond-passion-to-peaceful-purposefulness/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="296" height="297" src="https://gettingthingsdone.com/wp-content/uploads/2016/12/DA-Small.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="David Allen" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2016/12/DA-Small.jpg 296w, https://gettingthingsdone.com/wp-content/uploads/2016/12/DA-Small-150x150.jpg 150w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>I have been attempting to understand why it bugs me to hear professional motivators talk about the necessity for “passion” to be successful. Perhaps I’m just getting too old and lazy to be interested in jacking up my emotions about anything. (Getting passionate about something usually seems to me like hard work.) Or perhaps it’s &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2021/07/go-beyond-passion-to-peaceful-purposefulness/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Go beyond passion to peaceful purposefulness&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2021/07/go-beyond-passion-to-peaceful-purposefulness/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-21182" class="post-21182 post type-post status-publish format-standard has-post-thumbnail hentry category-featured entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2021/07/new-gtd-partners-in-five-countries/" rel="bookmark">New GTD partners in five countries</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2021/07/new-gtd-partners-in-five-countries/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="1568" height="1004" src="https://gettingthingsdone.com/wp-content/uploads/2019/04/GLOBE_2-2x-1-1568x1004.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="GTD Global Partners" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/04/GLOBE_2-2x-1-1568x1004.jpg 1568w, https://gettingthingsdone.com/wp-content/uploads/2019/04/GLOBE_2-2x-1-300x192.jpg 300w, https://gettingthingsdone.com/wp-content/uploads/2019/04/GLOBE_2-2x-1-768x492.jpg 768w, https://gettingthingsdone.com/wp-content/uploads/2019/04/GLOBE_2-2x-1-1024x656.jpg 1024w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>We are pleased to announce that we have new GTD distribution partners in five more countries.</p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2021/07/new-gtd-partners-in-five-countries/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-21144" class="post-21144 post type-post status-publish format-standard has-post-thumbnail hentry category-david-allen category-featured category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2021/06/are-you-overwhelmed-by-long-lists/" rel="bookmark">Are you overwhelmed by long lists?</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2021/06/are-you-overwhelmed-by-long-lists/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="1280" height="720" src="https://gettingthingsdone.com/wp-content/uploads/2014/08/chxhjdpkfby.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="David Allen" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2014/08/chxhjdpkfby.jpg 1280w, https://gettingthingsdone.com/wp-content/uploads/2014/08/chxhjdpkfby-300x169.jpg 300w, https://gettingthingsdone.com/wp-content/uploads/2014/08/chxhjdpkfby-768x432.jpg 768w, https://gettingthingsdone.com/wp-content/uploads/2014/08/chxhjdpkfby-1024x576.jpg 1024w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>Are you overwhelmed by long lists? David Allen&#8217;s advice for choosing what to do from your many possibilities.</p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2021/06/are-you-overwhelmed-by-long-lists/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-21115" class="post-21115 post type-post status-publish format-standard has-post-thumbnail hentry category-david-allen category-featured category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2021/06/gtd-and-teams/" rel="bookmark">GTD and Teams</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2021/06/gtd-and-teams/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="1265" height="844" src="https://gettingthingsdone.com/wp-content/uploads/2019/10/DA_N05A7894b-rt_1265x834@72.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="David Allen on GTD and Teams" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/10/DA_N05A7894b-rt_1265x834@72.jpg 1265w, https://gettingthingsdone.com/wp-content/uploads/2019/10/DA_N05A7894b-rt_1265x834@72-300x200.jpg 300w, https://gettingthingsdone.com/wp-content/uploads/2019/10/DA_N05A7894b-rt_1265x834@72-768x512.jpg 768w, https://gettingthingsdone.com/wp-content/uploads/2019/10/DA_N05A7894b-rt_1265x834@72-1024x683.jpg 1024w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>A recurring question from people new to GTD, or interested in its applicability to an organization, is “How does GTD relate to teams?”</p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2021/06/gtd-and-teams/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-20149" class="post-20149 post type-post status-publish format-standard hentry category-featured entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2020/06/the-gtd-approach-to-linking-next-actions-and-projects/" rel="bookmark">The GTD Approach to Linking Next Actions and Projects</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2020/06/the-gtd-approach-to-linking-next-actions-and-projects/" aria-hidden="true" tabindex="-1">
<div class="crop">
</div>
</a>
</div>
</figure>
<div class="entry-content">
<p>One of the most common questions about implementing GTD is how to link projects and next actions. The recommendation in Getting Things Done is that you park your next actions on context-based lists — not as separate lists under each of your projects. Why does David Allen recommend that and what will you gain? Sorting &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2020/06/the-gtd-approach-to-linking-next-actions-and-projects/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;The GTD Approach to Linking Next Actions and Projects&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2020/06/the-gtd-approach-to-linking-next-actions-and-projects/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-19737" class="post-19737 post type-post status-publish format-standard has-post-thumbnail hentry category-david-allen category-featured category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2020/03/important-place-to-start-gtd/" rel="bookmark">The Critically Most Important Place to Start with GTD</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2020/03/important-place-to-start-gtd/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="582" height="388" src="https://gettingthingsdone.com/wp-content/uploads/2019/10/DA_LB26106-rt_582x388@72_rgb.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="David Allen" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/10/DA_LB26106-rt_582x388@72_rgb.jpg 582w, https://gettingthingsdone.com/wp-content/uploads/2019/10/DA_LB26106-rt_582x388@72_rgb-300x200.jpg 300w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>David Allen&#8217;s answer about where to start with GTD? Anywhere.</p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2020/03/important-place-to-start-gtd/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-19728" class="post-19728 post type-post status-publish format-standard has-post-thumbnail hentry category-community-stories category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2020/02/roys-gtd-story/" rel="bookmark">Roy&#8217;s GTD Story</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2020/02/roys-gtd-story/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="500" height="500" src="https://gettingthingsdone.com/wp-content/uploads/2020/02/roy-furr.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Roy Furr" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2020/02/roy-furr.png 500w, https://gettingthingsdone.com/wp-content/uploads/2020/02/roy-furr-300x300.png 300w, https://gettingthingsdone.com/wp-content/uploads/2020/02/roy-furr-150x150.png 150w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>One takeaway from GTD for Teens that I haven&#8217;t gotten from any other GTD source: As you&#8217;re clarifying your projects, ask yourself &#8220;What&#8217;s Next?&#8221;</p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2020/02/roys-gtd-story/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-19646" class="post-19646 post type-post status-publish format-standard has-post-thumbnail hentry category-david-allen category-featured category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2020/02/what-have-you-done-lately/" rel="bookmark">What have you done lately?</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2020/02/what-have-you-done-lately/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="200" height="263" src="https://gettingthingsdone.com/wp-content/uploads/2019/07/thumb_DA_Sitting_wBig_Smile_Outside_sm.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" loading="lazy" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>What have you done lately? I mean, what have you actually finished, completed, and accomplished? If you haven’t made a list in the last year, I would highly recommend that you take a few minutes and capture that. It has always intrigued me how much a less-than-conscious part of me can still have energy wrapped &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2020/02/what-have-you-done-lately/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;What have you done lately?&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2020/02/what-have-you-done-lately/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-19641" class="post-19641 post type-post status-publish format-standard has-post-thumbnail hentry category-david-allen category-featured category-free-resources category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2020/02/is-your-world-outrunning-you/" rel="bookmark">Is Your World Outrunning You?</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2020/02/is-your-world-outrunning-you/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="296" height="297" src="https://gettingthingsdone.com/wp-content/uploads/2016/12/DA-Small.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="David Allen" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2016/12/DA-Small.jpg 296w, https://gettingthingsdone.com/wp-content/uploads/2016/12/DA-Small-150x150.jpg 150w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>There is nothing new in the world, except how frequently things are new, and the number of people having to accept and adapt consistently to that reality. The difference between your world and that of your parents is in how much less you can count on anything providing stability in your life and work, for &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2020/02/is-your-world-outrunning-you/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Is Your World Outrunning You?&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2020/02/is-your-world-outrunning-you/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-19519" class="post-19519 post type-post status-publish format-standard has-post-thumbnail hentry category-community-stories category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2020/01/fd-gtd-story/" rel="bookmark">F.D.&#8217;s GTD Story</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2020/01/fd-gtd-story/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="450" height="450" src="https://gettingthingsdone.com/wp-content/uploads/2019/11/GTDforTeens.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/11/GTDforTeens.jpg 450w, https://gettingthingsdone.com/wp-content/uploads/2019/11/GTDforTeens-300x300.jpg 300w, https://gettingthingsdone.com/wp-content/uploads/2019/11/GTDforTeens-150x150.jpg 150w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>Note: F.D.&#8217;s GTD story is in the form of an email he sent to David Allen. In it, he describes how he came across GTD, the positive impact it has had on his life, and the tools he uses. Hello David! I’d like to wish you, your family, and your team a Happy New Year. &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2020/01/fd-gtd-story/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;F.D.&#8217;s GTD Story&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2020/01/fd-gtd-story/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-19310" class="post-19310 post type-post status-publish format-standard has-post-thumbnail hentry category-community-stories category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2019/11/bob-gtd-story/" rel="bookmark">Bob&#8217;s GTD Story</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2019/11/bob-gtd-story/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="450" height="450" src="https://gettingthingsdone.com/wp-content/uploads/2019/11/GTDforTeens.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/11/GTDforTeens.jpg 450w, https://gettingthingsdone.com/wp-content/uploads/2019/11/GTDforTeens-300x300.jpg 300w, https://gettingthingsdone.com/wp-content/uploads/2019/11/GTDforTeens-150x150.jpg 150w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>Note: Bob&#8217;s GTD story is in the form of an email he sent to the team at David Allen Company. In it, he describes how he came across GTD, what tools he has used, and the positive impact it has had on his life. Greetings! My name is Bob Mecozzi, and I have been the &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2019/11/bob-gtd-story/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Bob&#8217;s GTD Story&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2019/11/bob-gtd-story/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-19011" class="post-19011 post type-post status-publish format-standard has-post-thumbnail hentry category-david-allen category-free-resources category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2019/10/where-is-the-kernel-in-the-creative-process/" rel="bookmark">Where&#8217;s the Kernel in the Creative Process?</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2019/10/where-is-the-kernel-in-the-creative-process/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="582" height="388" src="https://gettingthingsdone.com/wp-content/uploads/2019/10/DA_LB26106-rt_582x388@72.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="David Allen" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/10/DA_LB26106-rt_582x388@72.jpg 582w, https://gettingthingsdone.com/wp-content/uploads/2019/10/DA_LB26106-rt_582x388@72-300x200.jpg 300w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>Hi Folks, If you’re like me, you might wish for a way to speed up the cycle of creativity, to accomplish something faster and with less uncertainty during the process. Unfortunately, I have not found that it works that way. But I have found that there are reliable actions you can take to keep the &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2019/10/where-is-the-kernel-in-the-creative-process/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Where&#8217;s the Kernel in the Creative Process?&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2019/10/where-is-the-kernel-in-the-creative-process/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-18896" class="post-18896 post type-post status-publish format-standard has-post-thumbnail hentry category-featured category-free-resources category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2019/08/announcing-a-new-english-language-podcast-from-gtdnordic/" rel="bookmark">Announcing a new English-language podcast from GTDnordic</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2019/08/announcing-a-new-english-language-podcast-from-gtdnordic/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="1024" height="1024" src="https://gettingthingsdone.com/wp-content/uploads/2019/08/gtdnordic_podcast_graphic-1024x1024.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/08/gtdnordic_podcast_graphic-1024x1024.jpg 1024w, https://gettingthingsdone.com/wp-content/uploads/2019/08/gtdnordic_podcast_graphic-1024x1024-150x150.jpg 150w, https://gettingthingsdone.com/wp-content/uploads/2019/08/gtdnordic_podcast_graphic-1024x1024-300x300.jpg 300w, https://gettingthingsdone.com/wp-content/uploads/2019/08/gtdnordic_podcast_graphic-1024x1024-768x768.jpg 768w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>We are delighted to announce that our partner GTDnordic has a new English-language podcast. In the beginning episodes, you will get to hear Morten Rovik and Lars Rothschild Henriksen talk about the 5 Steps of GTD workflow. If you&#8217;re new to GTD, it&#8217;s an excellent place to start. And if you&#8217;re more experienced, it&#8217;s a &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2019/08/announcing-a-new-english-language-podcast-from-gtdnordic/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Announcing a new English-language podcast from GTDnordic&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2019/08/announcing-a-new-english-language-podcast-from-gtdnordic/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-18725" class="post-18725 post type-post status-publish format-standard has-post-thumbnail hentry category-community-stories category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2019/08/peter-gtd-story/" rel="bookmark">Peter&#8217;s GTD Story</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2019/08/peter-gtd-story/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="288" height="360" src="https://gettingthingsdone.com/wp-content/uploads/2019/08/peter.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/08/peter.jpg 288w, https://gettingthingsdone.com/wp-content/uploads/2019/08/peter-240x300.jpg 240w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>Note: Peter&#8217;s GTD story is in a different format. Rather than the Q&amp;A of recent installments, Peter&#8217;s story is an email he sent to David Allen. In it, he describes how he came across GTD, what tools he has used, and the positive impact it has had on his life. Dear David, I have had &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2019/08/peter-gtd-story/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Peter&#8217;s GTD Story&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2019/08/peter-gtd-story/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-18573" class="post-18573 post type-post status-publish format-standard has-post-thumbnail hentry category-companynews category-david-allen category-educational-tools category-free-resources category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2019/07/david-allen-on-the-best-software-for-gtd/" rel="bookmark">David Allen on the Best Software for GTD</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2019/07/david-allen-on-the-best-software-for-gtd/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="354" height="236" src="https://gettingthingsdone.com/wp-content/uploads/2017/01/DavidAllen-thumb.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2017/01/DavidAllen-thumb.jpg 354w, https://gettingthingsdone.com/wp-content/uploads/2017/01/DavidAllen-thumb-300x200.jpg 300w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>David Allen on the Best Software for GTD</p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2019/07/david-allen-on-the-best-software-for-gtd/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-18490" class="post-18490 post type-post status-publish format-standard has-post-thumbnail hentry category-companynews category-david-allen category-educational-tools category-free-resources category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2019/06/what-science-says-about-stress-cognition-and-clarity/" rel="bookmark">What Science Says About Stress, Cognition, and Clarity</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2019/06/what-science-says-about-stress-cognition-and-clarity/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="1024" height="683" src="https://gettingthingsdone.com/wp-content/uploads/2019/05/18595548_1541833842507002_736702144543078289_o.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/05/18595548_1541833842507002_736702144543078289_o.jpg 1024w, https://gettingthingsdone.com/wp-content/uploads/2019/05/18595548_1541833842507002_736702144543078289_o-300x200.jpg 300w, https://gettingthingsdone.com/wp-content/uploads/2019/05/18595548_1541833842507002_736702144543078289_o-768x512.jpg 768w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>Your head is a terrible office. Your mind evolved to do incredible stuff—like stay alive in the desert or jungle. In fact, you’re benefiting from its evolved capacities right now: without effort, you recognize patterns and store and retrieve information to make sense of the myriad inputs coming at you twenty-four seven. You can look &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2019/06/what-science-says-about-stress-cognition-and-clarity/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;What Science Says About Stress, Cognition, and Clarity&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2019/06/what-science-says-about-stress-cognition-and-clarity/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-18466" class="post-18466 post type-post status-publish format-standard has-post-thumbnail hentry category-community-stories category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2019/06/komal-thakkar-gtd-story/" rel="bookmark">Komal Thakkar&#8217;s GTD Story</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2019/06/komal-thakkar-gtd-story/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="640" height="640" src="https://gettingthingsdone.com/wp-content/uploads/2019/06/Komal.jpeg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Komal Thakkar" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/06/Komal.jpeg 640w, https://gettingthingsdone.com/wp-content/uploads/2019/06/Komal-150x150.jpeg 150w, https://gettingthingsdone.com/wp-content/uploads/2019/06/Komal-300x300.jpeg 300w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>Tell us a little about yourself:Komal Thakkar from Australia. What do you do for work?am the Founder, Managing Director for Productivity First and a Certified GTD Coach. My company, Productivity First, is a certified partner of David Allen Company in Australia. How long have you been practicing GTD, how did you hear about it, which &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2019/06/komal-thakkar-gtd-story/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;Komal Thakkar&#8217;s GTD Story&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2019/06/komal-thakkar-gtd-story/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-18105" class="post-18105 post type-post status-publish format-standard has-post-thumbnail hentry category-educational-tools category-featured category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2019/05/gtd-and-asana-setup-guide-2/" rel="bookmark">GTD® and Outlook® for Mac 2019 Setup Guide</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2019/05/gtd-and-asana-setup-guide-2/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="340" height="300" src="https://gettingthingsdone.com/wp-content/uploads/2019/05/GTD_Outlookf_MAC-2019_340x300-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="GTD and Outlook for Mac 2019" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/05/GTD_Outlookf_MAC-2019_340x300-1.jpg 340w, https://gettingthingsdone.com/wp-content/uploads/2019/05/GTD_Outlookf_MAC-2019_340x300-1-300x265.jpg 300w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>It&#8217;s here! We&#8217;re happy to announce our new best-practices guide for implementing GTD with Microsoft Outlook for Mac 2019.® This Guide will show you how to: &#8211; Understand the fundamental GTD best practices &#8211; Optimally configure Outlook for Mac 2019 in the way we have found works best for GTD &#8211; Set up Outlook Tasks &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2019/05/gtd-and-asana-setup-guide-2/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;GTD® and Outlook® for Mac 2019 Setup Guide&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2019/05/gtd-and-asana-setup-guide-2/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-18101" class="post-18101 post type-post status-publish format-standard has-post-thumbnail hentry category-david-allen category-educational-tools category-featured category-free-resources category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2019/05/10-reasons-gtd-is-like-karate/" rel="bookmark">10 Reasons GTD is Like Karate</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2019/05/10-reasons-gtd-is-like-karate/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="296" height="297" src="https://gettingthingsdone.com/wp-content/uploads/2016/12/DA-Small.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="David Allen" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2016/12/DA-Small.jpg 296w, https://gettingthingsdone.com/wp-content/uploads/2016/12/DA-Small-150x150.jpg 150w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>For years I have woven the martial arts metaphor in and through my writing, training and coaching about the Getting Things Done® methodology. I had the good fortune to be able to study karate for several years in my twenties, and my familiarity with that field gave me a rich context of images and concepts &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2019/05/10-reasons-gtd-is-like-karate/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;10 Reasons GTD is Like Karate&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2019/05/10-reasons-gtd-is-like-karate/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<article id="post-18102" class="post-18102 post type-post status-publish format-standard has-post-thumbnail hentry category-educational-tools category-featured category-productivity-tips entry">
<header class="entry-header">
<h2 class="entry-title"><a href="https://gettingthingsdone.com/2019/05/gtd-and-asana-setup-guide/" rel="bookmark">GTD® and Asana® Setup Guide</a></h2> </header>
<figure class="gtd-thumbnail">
<div class="gtd-thumbnail-inner">
<a href="https://gettingthingsdone.com/2019/05/gtd-and-asana-setup-guide/" aria-hidden="true" tabindex="-1">
<div class="crop">
<img width="341" height="300" src="https://gettingthingsdone.com/wp-content/uploads/2019/05/GTD_ASANA_341x300.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="" loading="lazy" srcset="https://gettingthingsdone.com/wp-content/uploads/2019/05/GTD_ASANA_341x300.jpg 341w, https://gettingthingsdone.com/wp-content/uploads/2019/05/GTD_ASANA_341x300-300x264.jpg 300w" sizes="(max-width: 34.9rem) calc(100vw - 2rem), (max-width: 53rem) calc(8 * (100vw / 12)), (min-width: 53rem) calc(6 * (100vw / 12)), 100vw" /> </div>
</a>
</div>
</figure>
<div class="entry-content">
<p>It&#8217;s here! We&#8217;re happy to announce our new best-practices guide for implementing GTD with Asana. This Guide will show you how to: &#8211; Understand the fundamental GTD best practices &#8211; Optimally configure Asana in the way we have found works best for GTD &#8211; Integrate your actionable email &#8211; Create project and next actions lists &hellip; </p>
<p class="link-more"><a href="https://gettingthingsdone.com/2019/05/gtd-and-asana-setup-guide/" class="more-link">Continue reading<span class="screen-reader-text"> &#8220;GTD® and Asana® Setup Guide&#8221;</span></a></p>
<div class="read-more-link"><a href="https://gettingthingsdone.com/2019/05/gtd-and-asana-setup-guide/">Read More &gg;</a></div>
</div>
<footer class="entry-footer">
</footer>
</article>
<nav class="navigation pagination" role="navigation" aria-label="Posts">
<h2 class="screen-reader-text">Posts navigation</h2>
<div class="nav-links"><span aria-current="page" class="page-numbers current">1</span>
<a class="page-numbers" href="https://gettingthingsdone.com/gtd-times/page/2/">2</a>
<a class="page-numbers" href="https://gettingthingsdone.com/gtd-times/page/3/">3</a>
<span class="page-numbers dots">&hellip;</span>
<a class="page-numbers" href="https://gettingthingsdone.com/gtd-times/page/46/">46</a>
<a class="next page-numbers" href="https://gettingthingsdone.com/gtd-times/page/2/"><span class="nav-next-text">Older posts</span> <svg class="svg-icon" width="22" height="22" aria-hidden="true" role="img" focusable="false" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"></path><path d="M0 0h24v24H0z" fill="none"></path></svg></a></div>
</nav>
</main>
</section>
</div>
<footer id="c-colophon" class="site-footer">
<div class="footer-1">
<div class="footer1-left">
<div class="footer-logo">
<img src="/wp-content/themes/gettingthingsdone2/images/gtd-logo-footer.png" alt="GTD" />
</div>
<aside class="widget-area group" role="complementary" aria-label="Footer">
<div class="widget-column footer-widget-1">
<section id="nav_menu-2" class="widget widget_nav_menu"><nav class="menu-footer-navigation-container" aria-label="Menu"><ul id="menu-footer-navigation" class="menu"><li id="menu-item-17608" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17608"><a href="https://gettingthingsdone.com/training-coaching/">Training &#038; Coaching</a></li>
<li id="menu-item-19333" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19333"><a href="https://gettingthingsdone.com/events/">Events</a></li>
<li id="menu-item-19774" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19774"><a href="https://store.gettingthingsdone.com/">Shop</a></li>
<li id="menu-item-19841" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-19841"><a href="https://forum.gettingthingsdone.com/">Forum</a></li>
</ul></nav></section> </div>
<div class="widget-column footer-widget-2">
<section id="nav_menu-3" class="widget widget_nav_menu"><nav class="menu-footer-navigation-2-container" aria-label="Menu"><ul id="menu-footer-navigation-2" class="menu"><li id="menu-item-17612" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17612"><a href="https://gettingthingsdone.com/about/">About</a></li>
<li id="menu-item-17613" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17613"><a href="https://gettingthingsdone.com/contact/">Contact</a></li>
<li id="menu-item-17800" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17800"><a href="https://gettingthingsdone.com/faq/">FAQ</a></li>
<li id="menu-item-19332" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19332"><a href="https://gettingthingsdone.com/gtd-q/">GTD-Q® Assessment</a></li>
</ul></nav></section> </div>
</aside>
</div>
<div class="footer1-right">
<div class="c-newsletter">
<div class="social-top">
<h3 class="newsletter-header">GTD Newsletter</h3>
<div class="social-media-links">
<div class="twitter">
<a href="https://twitter.com/GTDtimes" target="_blank"><img src="/wp-content/themes/gettingthingsdone2/images/icon-twitter-3x.png" alt="Twitter"></a>
</div>
<div class="linkedin">
<a href="https://www.linkedin.com/groups/2328651/" target="_blank"><img src="/wp-content/themes/gettingthingsdone2/images/icon-linkedin-3x.png" alt="LinkedIn"></a>
</div>
<div class="instagram">
<a href="https://www.instagram.com/gtdtimes/" target="_blank"><img src="/wp-content/themes/gettingthingsdone2/images/icon-instagram-3x.png" alt="Instagram"></a>
</div>
<div class="facebook">
<a href="https://www.facebook.com/gettingthingsdone" target="_blank"><img src="/wp-content/themes/gettingthingsdone2/images/icon-facebook-3x.png" alt="Facebook"></a>
</div>
</div>
</div>
<div class="social-bottom">
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<form action="https://gettingthingsdone.us8.list-manage.com/subscribe/post?u=4fdf2cadb358acc7c1c1ca8bd&amp;id=401af87702" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
<div id="mc_embed_signup_scroll">
<div class="mc-field-group">

<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="Enter your email address">
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_4fdf2cadb358acc7c1c1ca8bd_401af87702" tabindex="-1" value=""></div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="footer-2">
<div class="footer2-left">
<div class="social-mobile-only mobile-only">
<div class="social-media-links">
<div class="twitter">
<a href="https://twitter.com/GTDtimes" target="_blank"><img src="/wp-content/themes/gettingthingsdone2/images/icon-twitter-3x.png" alt="Twitter"></a>
</div>
<div class="linkedin">
<a href="https://www.linkedin.com/groups/2328651/" target="_blank"><img src="/wp-content/themes/gettingthingsdone2/images/icon-linkedin-3x.png" alt="LinkedIn"></a>
</div>
<div class="instagram">
<a href="https://www.instagram.com/gtdtimes/" target="_blank"><img src="/wp-content/themes/gettingthingsdone2/images/icon-instagram-3x.png" alt="Instagram"></a>
</div>
<div class="facebook">
<a href="https://www.facebook.com/gettingthingsdone" target="_blank"><img src="/wp-content/themes/gettingthingsdone2/images/icon-facebook-3x.png" alt="Facebook"></a>
</div>
</div> </div>
<div class="icon-mobile-only mobile-only">
<img src="/wp-content/themes/gettingthingsdone2/images/dac-footer-logo-3x.png" alt="DAC" />
</div>
<div class="space-left"></div>
<div class="company-data">
<nav class="footer-navigation" aria-label="Footer Menu">
<div class="menu-bottom-footer-menu-container"><ul id="menu-bottom-footer-menu" class="footer-menu"><li id="menu-item-17653" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17653"><a href="https://gettingthingsdone.com/cookie-policy/">Cookie Policy</a></li>
<li id="menu-item-17652" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17652"><a href="https://gettingthingsdone.com/privacy-policy/">Privacy Policy</a></li>
<li id="menu-item-17651" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17651"><a href="https://gettingthingsdone.com/terms-and-conditions/">Terms and Conditions</a></li>
<li id="menu-item-19923" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19923"><a href="https://gettingthingsdone.com/purchase-terms/">Purchase Terms</a></li>
</ul></div> </nav>
<div class="footer-info"><div>© 2021 David Allen Company, All Rights Reserved.</div>
<div class="trademarks">GTD, GETTING THINGS DONE, GTD Connect, GTD-Q, GTD Weekly Review, Mind Like Water, Ready For Anything, &#038; Your mind is for having ideas, not holding them, are registered trademarks of the David Allen Company.
</div>
</div>
</div>
</div>
<div class="footer2-right">
 <img src="/wp-content/themes/gettingthingsdone2/images/dac-footer-logo-3x.png" alt="DAC" />
</div>
</div>
</footer>
</div>
<script>
		( function ( body ) {
			'use strict';
			body.className = body.className.replace( /\btribe-no-js\b/, 'tribe-js' );
		} )( document.body );
		</script>
<script> /* <![CDATA[ */var tribe_l10n_datatables = {"aria":{"sort_ascending":": activate to sort column ascending","sort_descending":": activate to sort column descending"},"length_menu":"Show _MENU_ entries","empty_table":"No data available in table","info":"Showing _START_ to _END_ of _TOTAL_ entries","info_empty":"Showing 0 to 0 of 0 entries","info_filtered":"(filtered from _MAX_ total entries)","zero_records":"No matching records found","search":"Search:","all_selected_text":"All items on this page were selected. ","select_all_link":"Select all pages","clear_selection":"Clear Selection.","pagination":{"all":"All","next":"Next","previous":"Previous"},"select":{"rows":{"0":"","_":": Selected %d rows","1":": Selected 1 row"}},"datepicker":{"dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesMin":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Prev","currentText":"Today","closeText":"Done","today":"Today","clear":"Clear"}};/* ]]> */ </script><script src='https://gettingthingsdone.com/wp-content/plugins/youtube-embed-plus-pro/scripts/fitvids.min.js?ver=13.4.3' id='__ytprefsfitvids__-js'></script>
<script src='https://gettingthingsdone.com/wp-includes/js/wp-embed.min.js?ver=5.8.1' id='wp-embed-js'></script>
<script>
	/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
	</script>
</body>
</html>

